How to use Jenkins credential store when accessing CVS? -


is there way use credential store cvs plugin access cvs repository? looking way store credential once , have 1 place change it, despite many jobs making use of it.

the cvs plugin doesn't use credentials store directly (although there potential plans move in future overhaul of plugin), have concept of global credentials should provide need. reason having separate global credentials cvs introduced prior credentials plugin being available , steps have never been taken try , perform migration.

to use credential feature, ensure have version 2.4 or above of cvs plugin, goto 'manage configuration' screen, scroll down cvs section , click 'add' button next 'authentication' option. once you've added credentials in here, go jobs you're wanting use global credentials on, check cvs root matches put in authentication section , doesn't contain username , run job. when running, console should show 'using globally configured credentials for...' when trying connect cvs.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -