summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorAnaël Closson <ac2550@intl.att.com>2017-03-13 13:39:57 +0100
committerAnaël Closson <ac2550@intl.att.com>2017-03-13 13:40:45 +0100
commit41ddffd2521c060dd821cee323c0fbc41701c025 (patch)
tree2ffb41394d030a1cad9ff37fa691ffe495d5da18 /jjb/global-macros.yaml
parentb65615de5ed3278c9c7c9afa0fcde265e9c5cb7d (diff)
Use ReverseBuildTrigger I/O BuildResultTrigger
ReverseBuildPlugin seems to be available on jenkins server while BuildResultTrigger isn't. As the needed feature of BuildResult can be found in ReverseBuild, let's use it instead of installing a new plugin. Change-Id: I8f0ace82e817ea3e0f061a6a177a97990adca4fb Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index ad0992c20..f4c1a2c83 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -341,12 +341,10 @@
- trigger:
name: trigger-on-build-success
triggers:
- - build-result:
- groups:
- - jobs:
- - '{job-name}'
- results:
- - success
+ - reverse:
+ jobs: '{job-name}'
+ result: 'success'
+
# WRAPPERS
- wrapper: