From aa124bdd235acefd7cc4b6e9efada3efd4cc8f1b Mon Sep 17 00:00:00 2001 From: beierlm Date: Tue, 4 May 2021 19:46:45 -0400 Subject: [PATCH] Removing openvim Openvim no longer builds and is not needed anymore. Removing from this branch so it can proceed Change-Id: I58164f6e18ab15cb2b443441b2c5758bc5ef71f0 Signed-off-by: beierlm --- 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 bdd9dd24..c898469a 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -195,7 +195,7 @@ node("${params.NODE}") { // grab all stable upstream builds based on the dir("${RELEASE}") { - def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "LW-UI", "NG-UI", "PLA", "tests"] + def list = ["RO", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "LW-UI", "NG-UI", "PLA", "tests"] for (component in list) { step ([$class: 'CopyArtifact', projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"]) -- 2.25.1