Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-30362

Generating an archive builds the project twice

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • xcode-plugin
    • 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.

          [JENKINS-30362] Generating an archive builds the project twice

          Keith Smith added a comment -

          Keith Smith added a comment - Pull has been requested. https://github.com/jenkinsci/xcode-plugin/pull/69

          Keith Smith added a comment -

          Fixed and merged int master.

          Keith Smith added a comment - Fixed and merged int master.

          Fixed in 1.4.10

          Arnaud Héritier added a comment - Fixed in 1.4.10

            madmunki Keith Smith
            mogic_karl Karl Wagner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: