From 58576a78ba7f7f65722b99692ff5ef3d94b2c41c Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 15 May 2017 20:19:29 -0400 Subject: Apex: fixes upload artifact Change-Id: Ib12722ec85fe46d1b6dccb7bfc2da748386dac97 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jjb/apex/apex.yml.j2') 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 -- cgit 1.2.3-korg