Skip to content
Snippets Groups Projects
Commit e580dd9b authored by Mike Marchetti's avatar Mike Marchetti
Browse files

add devops repo stage-3 validation


Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent b3c42c8e
No related branches found
Tags v1.0.0
No related merge requests found
......@@ -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}"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment