diff options
author | boucherv <valentin.boucher@orange.com> | 2016-02-26 15:40:54 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-02-26 15:40:54 +0100 |
commit | 470566662dc0a1abe800cc5d09c8a2d0d3d14f6c (patch) | |
tree | 817c571e4d646f6dd03d9aaba4ad5539daadc4ea /jjb/functest | |
parent | f7d45dc1be1d9c3e19578c76cf291515c5edde24 (diff) |
Add jenkins build tag into result api
Ex: jenkins-functest-compass-intel-pod8-daily-master-19
Change-Id: I336d3908d6d67ba7f995d0fc25b5404efd9b5cf5
JIRA: FUNCTEST-140
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 01e1885cb..ba5cfec83 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -260,7 +260,7 @@ echo "Functest: Start Docker and prepare environment" envs="-e INSTALLER_TYPE=${INSTALLER_TYPE} -e INSTALLER_IP=${INSTALLER_IP} \ -e NODE_NAME=${NODE_NAME} -e DEPLOY_SCENARIO=${DEPLOY_SCENARIO} \ - -e CI_DEBUG=${CI_DEBUG}" + -e BUILD_TAG=${BUILD_TAG} -e CI_DEBUG=${CI_DEBUG}" branch=${GIT_BRANCH##*/} dir_result="${HOME}/opnfv/functest/results/${branch}" mkdir -p ${dir_result} |