Hello,

I'm in the process of setting up a Jenkins server using the Jenkins Job 
Builder tool and I cannot work out how to get the credentials into the 
subversion source code management section.

Here is the scm section

    scm:
    - svn:
        skip-tag: false
        url: 'http://svn-server/branch'
        workspaceupdater: update
        basedir: SVN_ARCHIVE

Here is a list of the extra configuration entries I have tried (the ID was 
taken from the config.xml file of a project I had manually configuration, 
and USER is the description of the user defined in the Jenkins credentials)

        credentials-Id: 11f0c39d-779e-4279-2bf3-dc7207abff34
        credentialsId: 11f0c39d-779e-4279-2bf3-dc7207abff34
        user: 11f0c39d-779e-4279-2bf3-dc7207abff34
        userID: 11f0c39d-779e-4279-2bf3-dc7207abff34
        user-ID: 11f0c39d-779e-4279-2bf3-dc7207abff34 
        credentials-Id: USER
        credentialsId: USER
        user: USER
        userID: USER
        user-ID: USER

Looking through the documentation 
<http://ci.openstack.org/jenkins-job-builder/scm.html> and the source 
<https://github.com/openstack-infra/jenkins-job-builder/blob/master/jenkins_jobs/modules/scm.py>
 
I cannot see anywhere the subversion scm accepts a username and password. 
 Have I missed something?

Thanks,
Steven

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to