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

add devops to repo


Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent f6d3d9de
No related branches found
No related tags found
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