Jenkins cvs-plugin configuration -
i'm trying migrate jenkins 1.459 1.580. , cvs-plugin changes 1.6 2.12
in 1.6 cvs-plugin, use .cvspass
file store cvs passwords. have lot of jobs , lot of repositories , not want store password in each jobs.
but in 2.11, seems plugin not use file anymore. am correct? jobs need specify password repository.
as our security policy change password every 2 months, not want change configuration of every jobs.
is possible configure cvs repositories @ jenkins configuration level , not per-job configuration level?
in jenkins > manage jenkins > configure system
, see can add many cvs root + username + password.
in job configuration
, need specify cvs root should contains username , optionally password.
how can configure jobs use configuration jenkins configuration?
thanks in advance,
in jenkins 'configure system' page, can enter cvsroot , username , password used repository. on job configuration page can enter cvsroot in 'configure system' page , use central username , password. if need configure job use specific username can enter cvsroot username (e.g. :pserver:username@server:port:/path/to/repo) in job configuration section, , entry matching cvs root , username 'configure system' page used.
do not tick 'this repository requires password' checkbox on job configuration page, otherwise wont perform lookup against centrally configured credentials, , therefore wont pick updates centrally managed credentials.
Comments
Post a Comment