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-helm.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jjb/global-templates-helm.yaml') diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml index ecc230562..6c139ddb8 100644 --- a/jjb/global-templates-helm.yaml +++ b/jjb/global-templates-helm.yaml @@ -68,6 +68,7 @@ files: '{files}' builders: + - lf-infra-pre-build - shell: '{obj:pre_build_script}' - shell: '{obj:build_script}' @@ -91,6 +92,7 @@ files: '{files}' builders: + - lf-infra-pre-build - lf-provide-maven-settings: global-settings-file: '{mvn-global-settings}' settings-file: '{mvn-settings}' @@ -125,6 +127,7 @@ comment-contains-value: '^stage-helm$' builders: + - lf-infra-pre-build - lf-provide-maven-settings: global-settings-file: '{mvn-global-settings}' settings-file: '{mvn-settings}' @@ -146,6 +149,7 @@ disabled: true builders: + - lf-infra-pre-build - shell: '{pre_build_script}' - shell: '{build_script}' - shell: '{post_build_script}' @@ -158,6 +162,7 @@ disabled: true builders: + - lf-infra-pre-build - shell: '{pre_build_script}' - shell: '{build_script}' - shell: '{post_build_script}' @@ -182,6 +187,7 @@ choosing-strategy: default builders: + - lf-infra-pre-build - shell: '{pre_build_script}' - shell: '{build_script}' - shell: '{post_build_script}' -- cgit 1.2.3-korg