X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=3da04227185c8978823259c4f10faf2c82b0f6c5;hb=refs%2Fchanges%2F15%2F5915%2F1;hp=1c2e7ed60dd35a6dfe6ba19e997419b61fd586cd;hpb=b3c42c8eebafd754b365251ceece480d1d1a4d8b;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 1c2e7ed6..3da04227 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -69,7 +69,7 @@ node("${params.NODE}") { // grab all stable upstream builds based on the dir("${RELEASE}") { - def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM"] + def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops"] for (component in list) { step ([$class: 'CopyArtifact', projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])