summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-24 11:27:09 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-24 11:27:09 -0800
commitdcdce337d1906b0503f0fb4e38aad7e38ff99690 (patch)
tree519d5c8ab2b3a411fa8a9477c066ea5f49c1c5e2 /jjb/global-templates-python.yaml
parent363cd1558a22eed8d12b42d9b1958457511dd611 (diff)
Add maven-exec parameter to all job templates
Change-Id: Iff15759773174e55ff23144bbbfd326f1d7ca505 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r--jjb/global-templates-python.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index 173ba4cf7..9c3c463d3 100644
--- a/jjb/global-templates-python.yaml
+++ b/jjb/global-templates-python.yaml
@@ -30,6 +30,8 @@
branch: '{branch}'
refspec: 'refs/heads/{branch}'
artifacts: '{archive-artifacts}'
+ - maven-exec:
+ maven-version: 'mvn33'
scm:
- gerrit-trigger-scm:
@@ -80,6 +82,8 @@
branch: '{branch}'
refspec: 'refs/heads/{branch}'
artifacts: '{archive-artifacts}'
+ - maven-exec:
+ maven-version: 'mvn33'
scm:
- gerrit-trigger-scm:
@@ -128,6 +132,8 @@
branch: '{branch}'
refspec: 'refs/heads/{branch}'
artifacts: '{archive-artifacts}'
+ - maven-exec:
+ maven-version: 'mvn33'
scm:
- gerrit-trigger-scm:
@@ -169,4 +175,4 @@
docker -D build -t openecomp/testsuite .
export DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
docker tag openecomp/testsuite:latest $DOCKER_REPOSITORY/openecomp/testsuite:latest
- docker push $DOCKER_REPOSITORY/openecomp/testsuite:latest \ No newline at end of file
+ docker push $DOCKER_REPOSITORY/openecomp/testsuite:latest