From b435af91483716fe61311b7865bb3557fcdd80ae Mon Sep 17 00:00:00 2001 From: madavi Date: Fri, 13 Dec 2019 19:01:52 +0530 Subject: [PATCH] docker tag for daily build releaseseven-daily Change-Id: I885fb84c027cfa92b5f852b8e4b4cb656512e9c6 Signed-off-by: madavi --- installers/install_osm.sh | 6 +++--- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 0f5e6bb0..72129225 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -13,9 +13,9 @@ # limitations under the License. # REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian -RELEASE=ReleaseSEVEN -REPOSITORY=stable -DOCKER_TAG=7 +RELEASE=ReleaseSEVEN-daily +REPOSITORY=testing +DOCKER_TAG=releaseseven function usage(){ echo -e "usage: $0 [OPTIONS]" diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index ddceef43..64378d8b 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -38,7 +38,7 @@ properties([ string(defaultValue: 'OSMETSI', 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: 'releasesix-daily', description: '', name: 'DOCKER_TAG'), + string(defaultValue: 'releaseseven-daily', description: '', name: 'DOCKER_TAG'), booleanParam(defaultValue: true, 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'), -- 2.25.1