add IM for building system 61/2161/1
authorMike Marchetti <mmarchetti@sandvine.com>
Mon, 11 Sep 2017 16:22:21 +0000 (12:22 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Mon, 11 Sep 2017 16:22:21 +0000 (12:22 -0400)
Change-Id: I4d56e67a80180091d493f10f54f445361426827d
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 4c5712b..00c3f30 100644 (file)
@@ -60,7 +60,7 @@ node("${params.NODE}") {
                 // given target UPSTREAM_SUFFIX
 
                 dir("${RELEASE}") {
                 // given target UPSTREAM_SUFFIX
 
                 dir("${RELEASE}") {
-                    def list = ["SO", "UI", "RO", "openvim", "osmclient"]
+                    def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM"]
                     for (component in list) {
                         step ([$class: 'CopyArtifact',
                                projectName: "${component}${params.UPSTREAM_SUFFIX}/${GERRIT_BRANCH}"])
                     for (component in list) {
                         step ([$class: 'CopyArtifact',
                                projectName: "${component}${params.UPSTREAM_SUFFIX}/${GERRIT_BRANCH}"])