X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;fp=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=79bd25c48d41dbff244465f329a834dba56e4bb7;hb=6dbf1e40c35dc8f1d78a3abdc0cd776e29d5fb9d;hp=fd1987d159cd68fe923c72bc7db055289b4d46be;hpb=db797322eebd14fc4d21a75709c703e86a5779b9;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index fd1987d1..79bd25c4 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", "devops", "MON", "N2VC", "NBI", "common" ] + def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops", "MON" ] for (component in list) { step ([$class: 'CopyArtifact', projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])