-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
Feature released in Gerrit Trigger Plugin vers. 2.38.0
Situation:
Say I have 3 patches with same topic, patch A, patch B, patch C and their status below,
Patch A: status: merged, branch: develop
Patch B: status: merged, branch: develop
Patch C : status: open, branch: release
On patch C, I reply some key word to trigger only a target job name job_A. However, with the Enable Topic Association enabled, I am end up triggering some other unnecessary jobs besides job_A just because they are labeled with the same topic regardless of different branch. This is definitely NOT an expected behavior.
- duplicates
-
JENKINS-70111 [TopicAssociation] Provide options to prevent triggering jobs when Change status != NEW
- Resolved