-
Bug
-
Resolution: Unresolved
-
Major
-
None
I have the following pipeline:
- Job A (Build - Build Branch) automatically triggers Job B
- Job B (Build - Ready) manually triggers Job C
- 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.