-
Improvement
-
Resolution: Unresolved
-
Major
-
None
allow xcode plugin to build multiple configurations.
For example, 1st build Debug and then Release
- is related to
-
JENKINS-19595 Support multiple targets to be specified
-
- Open
-
[JENKINS-12563] Build multiple configuration
Link | New: This issue is related to JENKINS-19595 [ JENKINS-19595 ] |
Workflow | Original: JNJira [ 142929 ] | New: JNJira + In-Review [ 175788 ] |
I would like to be able to use axes from a multiple-configuration jenkins job within the Xcode plugin. For instance, I'm currently trying to plug in the current value of a ${SchemeName} axis, but "${SchemeName}" gets passed directed to xcodebuild. Lacking a workaround, I'm going back to invoking xcodebuild with shell scripts. Thanks.