From: Andrew Grimberg Date: Fri, 10 Feb 2017 18:44:11 +0000 (-0800) Subject: Always provide maven settings to jobs X-Git-Tag: 1.0.0-Amsterdam~759 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d5410d100714abfffdc5d91245902b8696b8534f;p=ci-management.git 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 --- 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