docker tag for daily build releaseseven-daily 00/8400/1
authormadavi <jm00553988@techmahindra.com>
Fri, 13 Dec 2019 13:31:52 +0000 (19:01 +0530)
committermadavi <jm00553988@techmahindra.com>
Fri, 13 Dec 2019 13:31:52 +0000 (19:01 +0530)
Change-Id: I885fb84c027cfa92b5f852b8e4b4cb656512e9c6
Signed-off-by: madavi <jm00553988@techmahindra.com>
installers/install_osm.sh
jenkins/ci-pipelines/ci_stage_3.groovy

index 0f5e6bb..7212922 100755 (executable)
@@ -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]"
index ddceef4..64378d8 100644 (file)
@@ -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'),