From: madavi Date: Fri, 13 Dec 2019 13:31:52 +0000 (+0530) Subject: docker tag for daily build releaseseven-daily X-Git-Tag: v7.0.1rc2~1^2~10 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F8400%2F1;p=osm%2Fdevops.git docker tag for daily build releaseseven-daily Change-Id: I885fb84c027cfa92b5f852b8e4b4cb656512e9c6 Signed-off-by: madavi --- 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'),