Revert "Copy IM artifacts to unstable repo during stage3" 79/2179/1 v2.0
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 15 Sep 2017 12:29:06 +0000 (14:29 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 15 Sep 2017 12:29:06 +0000 (14:29 +0200)
This reverts commit 508cd46e25f7c8e467948142788ef9c94d7416a2.

jenkins/ci-pipelines/ci_stage_3.groovy

index caa95df..6b1198b 100644 (file)
@@ -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}"])