summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex.yml.j2
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-15 20:19:29 -0400
committerTim Rozet <trozet@redhat.com>2017-05-15 20:19:29 -0400
commit58576a78ba7f7f65722b99692ff5ef3d94b2c41c (patch)
treef153e7cc4e0ff3290cce6363f179035ce0a66fb7 /jjb/apex/apex.yml.j2
parent934ee79b8a3d36449291794871bfc4f30aa604b7 (diff)
Apex: fixes upload artifact
Change-Id: Ib12722ec85fe46d1b6dccb7bfc2da748386dac97 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex/apex.yml.j2')
-rw-r--r--jjb/apex/apex.yml.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2
index ade876c3f..c8c5f3753 100644
--- a/jjb/apex/apex.yml.j2
+++ b/jjb/apex/apex.yml.j2
@@ -199,6 +199,7 @@
- name: 'apex-deploy-virtual-{stream}'
current-parameters: false
predefined-parameters: |
+ ARTIFACT_VERSION=$ARTIFACT_VERSION
DEPLOY_SCENARIO={verify-scenario}
OPNFV_CLEAN=yes
GERRIT_BRANCH=$GERRIT_BRANCH
@@ -247,6 +248,10 @@
name: GIT_BASE
default: https://gerrit.opnfv.org/gerrit/$PROJECT
description: "Used for overriding the GIT URL coming from parameters macro."
+ - string:
+ name: ARTIFACT_VERSION
+ default: dev
+ description: "Used for overriding the ARTIFACT_VERSION"
scm:
- git-scm-gerrit
@@ -297,6 +302,7 @@
- name: 'apex-deploy-virtual-{stream}'
current-parameters: false
predefined-parameters: |
+ ARTIFACT_VERSION=$ARTIFACT_VERSION
DEPLOY_SCENARIO=gate
OPNFV_CLEAN=yes
GERRIT_BRANCH=$GERRIT_BRANCH