From: Mike Marchetti Date: Mon, 11 Sep 2017 16:22:21 +0000 (-0400) Subject: add IM for building system X-Git-Tag: v3.0.0rc~9 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=4e699d8ca28b2710aa2da2b3a58273a0dde969aa;hp=42368e26851ef17f528a7cb9ad92b7b60993c0c4;p=osm%2Fdevops.git add IM for building system Change-Id: I4d56e67a80180091d493f10f54f445361426827d Signed-off-by: Mike Marchetti --- 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}"])