add devops to repo 12/5912/1
authorMike Marchetti <mmarchetti@sandvine.com>
Tue, 27 Mar 2018 16:59:31 +0000 (12:59 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Tue, 27 Mar 2018 16:59:31 +0000 (12:59 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 1c2e7ed..3da0422 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"]
+                def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops"]
                 for (component in list) {
                     step ([$class: 'CopyArtifact',
                            projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])