|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

After saving the jobs again the build worked
Now I just have a problem how the ipa file is named
Originally it was $TARGET-$Configuration.$VERSION.ipa, now it seems to be $TARGET.$VERSION.ipa, is this correct?
We are building from a workspace, so I assume $TARGET is taken from the xCode Schema file name and $VERSION seems to come from the techical version
Which parameter do I use to get my name back to the original name, is there a variable I can use to get the value for Configuration and use it in the pattern for the ipa file?