From 41ddffd2521c060dd821cee323c0fbc41701c025 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ana=C3=ABl=20Closson?= Date: Mon, 13 Mar 2017 13:39:57 +0100 Subject: [PATCH] Use ReverseBuildTrigger I/O BuildResultTrigger MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- jjb/global-macros.yaml | 10 ++++------ 1 file 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: -- 2.16.6