add common repo 36/6036/1
authorMike Marchetti <mmarchetti@sandvine.com>
Wed, 25 Apr 2018 20:18:01 +0000 (16:18 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Wed, 25 Apr 2018 20:18:01 +0000 (16:18 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 733539f..fd1987d 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", "NBI" ]
+                def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common" ]
                 for (component in list) {
                     step ([$class: 'CopyArtifact',
                            projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])