From c98140fa970061967d471fb3e506499f629492ac Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 15 Sep 2017 14:29:06 +0200 Subject: [PATCH] Revert "Copy IM artifacts to unstable repo during stage3" This reverts commit 508cd46e25f7c8e467948142788ef9c94d7416a2. --- 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 caa95df5..6b1198bd 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -59,7 +59,7 @@ node("${params.NODE}") { // given target UPSTREAM_SUFFIX dir("${RELEASE}") { - def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM"] + def list = ["SO", "UI", "RO", "openvim", "osmclient"] for (component in list) { step ([$class: 'CopyArtifact', projectName: "${component}${params.UPSTREAM_SUFFIX}/${GERRIT_BRANCH}"]) -- 2.25.1