summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-10 10:44:11 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-10 10:44:11 -0800
commitd5410d100714abfffdc5d91245902b8696b8534f (patch)
treea9e76ff514d43a8e963152fcf3785e80c5ab9d54
parent4b4d18b7be4f8457d2539f560a7606d4ffa8504c (diff)
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 <agrimberg@linuxfoundation.org>
-rw-r--r--jjb/global-templates-python.yaml3
1 files changed, 3 insertions, 0 deletions
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