From: Mike Marchetti Date: Wed, 28 Mar 2018 19:38:31 +0000 (-0400) Subject: add MON repo X-Git-Tag: v3.1.0~33 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=2e9ddb3baef25b6f5de69a279ead22298f29d109;p=osm%2Fdevops.git add MON repo Signed-off-by: Mike Marchetti --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 3da04227..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"] + def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM", "devops", "MON" ] for (component in list) { step ([$class: 'CopyArtifact', projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])