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

Add "or gate" functionality to parallel stage in pipeline

XMLWordPrintable

      Currently, a stage that contains parallel builds is successful if all builds inside the parallel block are successful. We have faced certain scenarios where we would like the pipeline to move to next stage if at least on of the builds is successful.

      This could be normally achieved by managing the parallel build itself and its builds in try/catch blocks and setting/checking flags. However, due to JENKINS-26522, marking a stage as successful, when it is actually not, is not possible.

            Unassigned Unassigned
            ozgunakalin Ozgun Akalin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: