From: yadavmr Date: Fri, 24 May 2019 05:54:47 +0000 (+0000) Subject: Bug 700 Docker Tag update to releasesix-daily in ci-pipeline script at stage 3 X-Git-Tag: v6.0.0~12^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=404aaa7777a87e355bd0c5735fc91fa3cdcf168b;p=osm%2Fdevops.git Bug 700 Docker Tag update to releasesix-daily in ci-pipeline script at stage 3 Change-Id: I6d75e1e21c5bdbde7905ec5a3a3c7ed180c0268d Signed-off-by: yadavmr --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 6cfc80e1..7e9de044 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -31,7 +31,7 @@ properties([ string(defaultValue: 'dpkg1', description: '', name: 'GPG_KEY_NAME'), string(defaultValue: 'artifactory-osm', description: '', name: 'ARTIFACTORY_SERVER'), string(defaultValue: 'osm-stage_4', description: '', name: 'DOWNSTREAM_STAGE_NAME'), - string(defaultValue: 'releasefive-daily', description: '', name: 'DOCKER_TAG'), + string(defaultValue: 'releasesix-daily', description: '', name: 'DOCKER_TAG'), booleanParam(defaultValue: false, description: '', name: 'SAVE_CONTAINER_ON_FAIL'), booleanParam(defaultValue: false, description: '', name: 'SAVE_CONTAINER_ON_PASS'), booleanParam(defaultValue: true, description: '', name: 'SAVE_ARTIFACTS_ON_SMOKE_SUCCESS'),