From: Mike Marchetti Date: Tue, 27 Mar 2018 16:59:31 +0000 (-0400) Subject: add devops to repo X-Git-Tag: v3.1.0~40 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=fcac45c9f886e289a88b2475d1cb4e0916b44bfd;p=osm%2Fdevops.git add devops to 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 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}"])