Revert "add devops to repo"

This reverts commit fcac45c9f886e289a88b2475d1cb4e0916b44bfd.

Change-Id: Idf87507ef92d8e192423952bb9b5abd763713afc
diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy
index 3da0422..1c2e7ed 100644
--- a/jenkins/ci-pipelines/ci_stage_3.groovy
+++ b/jenkins/ci-pipelines/ci_stage_3.groovy
@@ -69,7 +69,7 @@
             // 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}"])