From 5de0e2d7508b214e4e2b813500489d8998be9f48 Mon Sep 17 00:00:00 2001 From: marchettim Date: Tue, 27 Mar 2018 18:02:33 +0100 Subject: [PATCH] Revert "add devops to repo" This reverts commit fcac45c9f886e289a88b2475d1cb4e0916b44bfd. Change-Id: Idf87507ef92d8e192423952bb9b5abd763713afc --- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 3da04227..1c2e7ed6 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -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}"]) -- 2.25.1