Hello, everybody!
I'm using Git Plugin <https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin> for my project and it's possible to parametrize many of it's options though the regular way of using environment variables substitution, like " Repository URL: ${MY_PARAMETER}". But this is not the case for the "Credentials" parameter - it's a dropdown and it's impossible to parametrize it. So my problem is - how to parametrize "Credentials" parameter, to make user be able to set it though "Build with parameters" UI? p.s. I also use Active Choices Plugin <https://wiki.jenkins-ci.org/display/JENKINS/Active+Choices+Plugin>, which allows you to generate parameters for a job using Groovy scripts. If it's impossible to parametrize "Credentials" in a regular way, maybe it's possible to set it using Java API? So I would be able to write in my script something like jenkinsProject.setSetting('credentialsID', 'c9a78310-3bae-4747-b964-aff9a451c513')? -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/dc1e2753-c888-4c31-9d22-b2fe30d81d76%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
