-
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
-
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.