From d5410d100714abfffdc5d91245902b8696b8534f Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 10 Feb 2017 10:44:11 -0800 Subject: [PATCH] Always provide maven settings to jobs Python job template did not have the first build step be the provide-maven-settings step which gets our global settings and project specific settings into the environment for use by scripts. Change-Id: Ia2044a07b58abc8d24de6f6621bf0272c52032cb Signed-off-by: Andrew Grimberg --- jjb/global-templates-python.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index f0663bc1f..7404b7e74 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -48,6 +48,9 @@ files: '{pattern}' builders: + - provide-maven-settings: + global-settings-file: 'global-settings' + settings-file: '{mvn-settings}' - shell: | virtualenv $WORKSPACE/venv-tox source $WORKSPACE/venv-tox/bin/activate -- 2.16.6