-
Bug
-
Resolution: Fixed
-
Minor
-
None
The PipelineGraphPublisher currently also records dependencies to artifacts which have been generated by a pipeline itself. This leads to problems with multibranch pipelines, because then different branches will keep triggering each other if they depend on artifacts that they themselves generate.
Therefore, it might make sense to exclude dependencies to self-generated artifacts.
- relates to
-
JENKINS-54515 master triggers own branches
- Closed
- links to