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

The rebuild action doesn't reset the pipeline

XMLWordPrintable

      I have the following pipeline:

      1. Job A (Build - Build Branch) automatically triggers Job B
      2. Job B (Build - Ready) manually triggers Job C
      3. Job C (Dev - Deploy) manually triggers job D (Dev - Integrate).
        The pipeline is configured to allow manual triggers and rebuilds.

      I build Job A, B and C and all pass. The pipeline shows ok (build.png).

      If I rebuild the job B (Build - Ready), the jobs (C and D) that follow job B are not reset and are shown having the previous results. (rebuild.png). The same behaviour is even if the job B fails after rebuild.

      If I run again the pipeline by building manually the Job A, all the jobs are reset.

      I checked the same scenarios in the build pipeline plugin and there the issue doesn't reproduce.

        1. build.png
          build.png
          66 kB
        2. rebuild.png
          rebuild.png
          64 kB

            tommysdk Tommy Tynjä
            marius_balteanu Marius Balteanu
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: