Quantcast

[JIRA] (JENKINS-12563) Build multiple configuration

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12563) Build multiple configuration

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12563) Build multiple configuration

JIRA noreply@jenkins-ci.org

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.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12563) Build multiple configuration

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

+1 for a fix here. I'm going to look at the code here. I am using this for the CFBundleShortString and that param gets passed right. There must be something we are missing.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12563) Build multiple configuration

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

From what I can tell it looks like the params are not getting passed from Jenkins as the changed variables.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12563) Build multiple configuration

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
 
Daniel Brooks edited a comment on Improvement JENKINS-12563

From what I can tell it looks like the params are not getting passed from Jenkins as the changed variables. Unless there is something fancy that needs to be done to grab the right env variables. Does anyone know of documentation anywhere?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...