From: Mike Marchetti Date: Tue, 27 Mar 2018 17:13:10 +0000 (-0400) Subject: add devops repo stage-3 validation X-Git-Tag: v3.1.0~37 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e580dd9b3c2b5511f9508243ac01b564f0bdfcd7;p=osm%2Fdevops.git add devops repo stage-3 validation 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}"])