diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index ddb2caa4e242ae697950bf48e8699c885997d4e1..733539f99cf220b359eec9a21550cea4ab63b589 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" ] + def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI" ] 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 57e7b341333d6a7e7fc80b88615f0308fb8a7547..bb40d1853fe76c4633f86ad0da737cd71a5eda42 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" +MDG_REPOS="RO osmclient openvim SO UI IM devops MON N2VC NBI" IN_REPO="unstable" OUT_REPO="stable" GPGKEY=71C0472C