-
Bug
-
Resolution: Fixed
-
Major
-
None
If the "Generate Archive" box is checked, the Jenkins plugin will generate an xcodebuild command of the form:
xcodebuild ... build archive
Those are actually two separate actions - Xcode is going to respond to that by first building the project as normal, and then building it once again to create the archive.
For projects which only wish to create an archive, this almost doubles the build time.
Pull has been requested.
https://github.com/jenkinsci/xcode-plugin/pull/69