-
Improvement
-
Resolution: Fixed
-
Minor
-
None
SauceOnDemand plugin has a credentialId parameter (see https://github.com/jenkinsci/sauce-ondemand-plugin/blob/master/src/main/java/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper.java), but job-dsl-plugin currently can't set it because it doesn't support credentialId (see https://github.com/jenkinsci/job-dsl-plugin/blob/master/job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/wrapper/SauceOnDemandContext.groovy).
[JENKINS-36370] Can't set Credentials for SauceOnDemand plugin
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 173075 ] | New: JNJira + In-Review [ 199391 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Created pull request to fix it: https://github.com/jenkinsci/job-dsl-plugin/pull/875