-
New Feature
-
Resolution: Fixed
-
Minor
Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Xcode+Plugin
StepContext.groovy
steps {
xcodeDeveloperProfile {
profile('foo')
}
}
After job-dsl-plugin v1.43 release, deprecated method JobManagement.getCredentialsId(String description) has been removed. This causes XCode jobs to fail without support for XCode Plugin's import developer profile since there is no way to reference this credential. There's an existing pull request that should cover this. However it is blocked pending agreement about credentials. I believe the import developer profile feature should pass through.
[JENKINS-32969] Add support for XCode Plugin's import developer profile feature
Description |
Original:
Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Xcode+Plugin {code:title=StepContext.groovy|borderStyle=solid} steps { xcodeDeveloperProfile { profile('foo') } } {code} After job-dsl-plugin v1.43 release, deprecated method _JobManagement.getCredentialsId(String description)_ has been removed. This causes XCode jobs to fail without support for XCode Plugin's import developer profile. There's an existing [pull request|https://github.com/jenkinsci/job-dsl-plugin/pull/545] that should cover this however it is blocked pending agreement about credentials. I believe the import developer profile feature should pass through. |
New:
Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Xcode+Plugin {code:title=StepContext.groovy|borderStyle=solid} steps { xcodeDeveloperProfile { profile('foo') } } {code} After job-dsl-plugin v1.43 release, deprecated method _JobManagement.getCredentialsId(String description)_ has been removed. This causes XCode jobs to fail without support for XCode Plugin's import developer profile. There's an existing [pull request|https://github.com/jenkinsci/job-dsl-plugin/pull/545] that should cover this. However it is blocked pending agreement about credentials. I believe the import developer profile feature should pass through. |
Summary | Original: Add support for XCode Plugin | New: Add support for XCode Plugin's import developer profile feature |
Description |
Original:
Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Xcode+Plugin {code:title=StepContext.groovy|borderStyle=solid} steps { xcodeDeveloperProfile { profile('foo') } } {code} After job-dsl-plugin v1.43 release, deprecated method _JobManagement.getCredentialsId(String description)_ has been removed. This causes XCode jobs to fail without support for XCode Plugin's import developer profile. There's an existing [pull request|https://github.com/jenkinsci/job-dsl-plugin/pull/545] that should cover this. However it is blocked pending agreement about credentials. I believe the import developer profile feature should pass through. |
New:
Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Xcode+Plugin {code:title=StepContext.groovy|borderStyle=solid} steps { xcodeDeveloperProfile { profile('foo') } } {code} After job-dsl-plugin v1.43 release, deprecated method _JobManagement.getCredentialsId(String description)_ has been removed. This causes XCode jobs to fail without support for XCode Plugin's import developer profile since there is no way to reference this credential. There's an existing [pull request|https://github.com/jenkinsci/job-dsl-plugin/pull/545] that should cover this. However it is blocked pending agreement about credentials. I believe the import developer profile feature should pass through. |
Workflow | Original: JNJira [ 168692 ] | New: JNJira + In-Review [ 183233 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |