-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 1.628
XCode plugin 1.4.9
My CI server runs internally on HTTPS, and I wanted to use it to distribute my builds.
When enabling pack application and setting the manifest plist base URL to ${BUILD_URL}/artifact/build, it never gets resolved, and I end up with that literal string in the plist file.
Whilst I'm certain that serving the ipa direct from a build's artifacts isn't a common use case, the general requirement to expand variables in this field and others would likely have many use cases.
If there's any other info I can provide, please let me know.