shell - Jenkins job setup automation with SVN credentials -
i created deploy script virtual machine (ubuntu). script installs svn, jenkins, etc, created job in jenkins using curl post request , uploaded config.xml (this file contains job details). couldn't set svn credentials script. succeeded using web interface, manually. tell me how it? have url, username , password svn server.
on existing jenkins server, create credentials svn server:
these credentials stored in $jenkins_home/credentials.xml file.
you can copy file on vm script.
regarding job, have use relevant credentials in svn section:
Comments
Post a Comment