Config File Management plugin in Jenkins -
i new jenkins.i went through webpage (https://wiki.jenkins-ci.org/display/jenkins/config+file+provider+plugin#configfileproviderplugin-mavenservercredentials%28since2.7%29) , installed config file management plugin in jenkins. able create global maven settings.xml , able attach project configuration page project can use settings.xml while compiling. able add credentials config file well. question is: use of adding credentials settings.xml file.
please pardon,if question sounds silly. please me out!
thanks!
here credentials needed perform different tasks. e.g.
- to deploy project remote server needs username/password (of remote server's)
- to clone private repo (from bitbucket/github) building jenkins job needs username/password.
also can use 'ssh username private key'.
Comments
Post a Comment