Skip to content
Snippets Groups Projects
Commit 5de0e2d7 authored by marchettim's avatar marchettim
Browse files

Revert "add devops to repo"

This reverts commit fcac45c9.

Change-Id: Idf87507ef92d8e192423952bb9b5abd763713afc
parent fcac45c9
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", "devops"]
def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM"]
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