Merge remote-tracking branch 'origin/master' into v4.0 14/6614/3
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 3 Oct 2018 14:57:31 +0000 (16:57 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 3 Oct 2018 15:08:25 +0000 (17:08 +0200)
Fix stage3 for v4.0 branch: proper list of components

Change-Id: I97f693e14cd6e6c2c215629700d193fec3c30d76

1  2 
jenkins/ci-pipelines/ci_stage_3.groovy

@@@ -69,7 -88,7 +88,7 @@@ node("${params.NODE}") 
              // grab all stable upstream builds based on the
  
              dir("${RELEASE}") {
-                 def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common" ]
 -                def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL"]
++                def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM"]
                  for (component in list) {
                      step ([$class: 'CopyArtifact',
                             projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])