From 05ae7da419712f45f60dd40ed1ec180b3935a989 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 22 Oct 2018 17:32:33 -0700 Subject: Fix global-templates unstable jobs Add lf-infra-pre-build build step in local global-templates to successfully install lftools and avoid unstable jobs. Change-Id: I1a41e121b810371c1be987aaafec3c4b0aaa5e89 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall --- jjb/global-templates-c.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/global-templates-c.yaml') diff --git a/jjb/global-templates-c.yaml b/jjb/global-templates-c.yaml index 69aadc83f..9f9bdf9f1 100644 --- a/jjb/global-templates-c.yaml +++ b/jjb/global-templates-c.yaml @@ -44,6 +44,7 @@ files: '**' builders: + - lf-infra-pre-build - shell: '{script}' publishers: @@ -93,6 +94,7 @@ branch: '{branch}' builders: + - lf-infra-pre-build - provide-maven-settings: global-settings-file: 'global-settings' settings-file: '{mvn-settings}' -- cgit 1.2.3-korg