Thursday, October 4, 2012

Link to store the subversion credentials in jenkins

When we have configured master-slave connection,we need to store svn credentials in both master and slave .Link appears to enter the credentials on master for jobs which runs on master,but link doesn't appears for the jobs tied to slave.Hence ,Auhentication failed error appears and svn checkout cannot be done.

Below is the link which will help you to store the svn credentials on any jenkins .

If  your jenkins is on localhost:8080 then,



If you need to setup credentials on jenkins which is deployed on any webserver , then

http://machinename:port/jenkins/scm/SubversionSCM/enterCredential
 where port is webserver's port number

No comments:

Post a Comment