|
kinwah lai created JENKINS-12563:
------------------------------------ Summary: Build multiple configuration Key: JENKINS-12563 URL: https://issues.jenkins-ci.org/browse/JENKINS-12563 Project: Jenkins Issue Type: Improvement Components: xcode Reporter: kinwah lai allow xcode plugin to build multiple configurations. For example, 1st build Debug and then Release -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
| Powered by Nabble | Edit this page |

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.