From 6dbf1e40c35dc8f1d78a3abdc0cd776e29d5fb9d Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Tue, 8 May 2018 13:37:41 -0400 Subject: [PATCH] Update repo's for v3.1 * N2VC, common, NBI not in v3.1 Change-Id: If11399866980c361fa69dfcbd6d4f069df743660 Signed-off-by: Mike Marchetti --- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- tools/gen-repo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index fd1987d1..79bd25c4 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", "N2VC", "NBI", "common" ] + def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops", "MON" ] 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 e0d1a665..9693e1c6 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 N2VC NBI common" +MDG_REPOS="RO osmclient openvim SO UI IM devops MON" IN_REPO="unstable" OUT_REPO="stable" GPGKEY=71C0472C -- 2.25.1