Revert "add devops to repo" 13/5913/1
authormarchettim <mmarchetti@sandvine.com>
Tue, 27 Mar 2018 17:02:33 +0000 (18:02 +0100)
committermarchettim <mmarchetti@sandvine.com>
Tue, 27 Mar 2018 17:02:33 +0000 (18:02 +0100)
This reverts commit fcac45c9f886e289a88b2475d1cb4e0916b44bfd.

Change-Id: Idf87507ef92d8e192423952bb9b5abd763713afc

jenkins/ci-pipelines/ci_stage_3.groovy

index 3da0422..1c2e7ed 100644 (file)
@@ -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}"])