add NBI to stage_3 04/6004/1
authorMike Marchetti <mmarchetti@sandvine.com>
Wed, 18 Apr 2018 18:46:23 +0000 (14:46 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Wed, 18 Apr 2018 18:46:23 +0000 (14:46 -0400)
Change-Id: I8794d0d918ce06387359177bfadc0d13027e78dd
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_stage_3.groovy
tools/gen-repo.sh

index ddb2caa..733539f 100644 (file)
@@ -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}"])
index 57e7b34..bb40d18 100755 (executable)
@@ -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