From: Mike Marchetti Date: Wed, 18 Apr 2018 16:35:44 +0000 (-0400) Subject: add N2VC X-Git-Tag: v3.1.0~17 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F5995%2F1;p=osm%2Fdevops.git add N2VC Change-Id: Ie309ecf82efa25e56012e7834aae24acdcf2780d Signed-off-by: Mike Marchetti --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 79bd25c4..ddb2caa4 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -69,7 +69,7 @@ node("${params.NODE}") { // grab all stable upstream builds based on the dir("${RELEASE}") { - def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops", "MON" ] + def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC" ] for (component in list) { step ([$class: 'CopyArtifact', projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"]) diff --git a/tools/gen-repo.sh b/tools/gen-repo.sh index 9693e1c6..57e7b341 100755 --- a/tools/gen-repo.sh +++ b/tools/gen-repo.sh @@ -39,7 +39,7 @@ function dump_vars() { echo "BUILD_NUMBER: $BUILD_NUMBER" } -MDG_REPOS="RO osmclient openvim SO UI IM devops MON" +MDG_REPOS="RO osmclient openvim SO UI IM devops MON N2VC" IN_REPO="unstable" OUT_REPO="stable" GPGKEY=71C0472C