From: garciadeblas Date: Wed, 3 Oct 2018 14:57:31 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/master' into v4.0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F6614%2F3;p=osm%2Fdevops.git Merge remote-tracking branch 'origin/master' into v4.0 Fix stage3 for v4.0 branch: proper list of components Change-Id: I97f693e14cd6e6c2c215629700d193fec3c30d76 --- ef5d21308d3f0933c746649b9d38752ba927b8a1 diff --cc jenkins/ci-pipelines/ci_stage_3.groovy index fd1987d1,ec4cdaff..3c338506 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/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}"])