Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Using BuildResultTrigger 0.12, I have two build results that I want to monitor. At the moment one is passing, and one is failing. It looks like the logic for more then one result monitor is an OR. This is fine if you want to do something if any of the results match a given criteria. I however only want to trigger the down stream build when BOTH my result monitors are SUCCESS. There does not seem to be a way to change the logic.
Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/java/org/jenkinsci/lib/xtrigger/AbstractTriggerByFullContext.java
http://jenkins-ci.org/commit/xtrigger-lib/9833c11e062edad8998577d9506d6168cbf122cd
Log:
Fix
JENKINS-18888