From 4e699d8ca28b2710aa2da2b3a58273a0dde969aa Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Mon, 11 Sep 2017 12:22:21 -0400 Subject: [PATCH] add IM for building system Change-Id: I4d56e67a80180091d493f10f54f445361426827d Signed-off-by: Mike Marchetti --- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 4c5712bb..00c3f306 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -60,7 +60,7 @@ node("${params.NODE}") { // 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}"]) -- 2.25.1