Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Jenkins Version: 1.544
Xcode Plugin Version: 1.4.1
Description
Xcode plugin doesn't populate any variable passed through shell (just above it).
The Variables are passed using export. But in the xcode plugin they remain unchanged.
Example: /Users/haps/Downloads/${EMBED}
OR: PROVISIONING_PROFILE=${PROVISIONING_PROFILE}
The first one of from "Embedded Profile" field and later from "Custom xcodebuild arguments"
Also JENKINS-14375 says that this issue was solved in xcode version 1.3.1, but somehow seems to be reappeared in newer one.
I am not sure this is supposed to work:
So shells are not able to export env. variables to following build steps.
I use EnvInject or similar to do this.
Closing issue.