From 1da15b2a0f37b1de3cecc1a77c130ee52cfca4d4 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 8 Aug 2025 16:55:48 +0200 Subject: [PATCH] Update stage3 to remove N2VC from the stage2 jobs to copy artifacts from Change-Id: I4929d00896acbf0c080b9f2391d6ea8abdd00ce6 Signed-off-by: garciadeblas --- 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 6c49cda8..af0f7706 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -670,7 +670,7 @@ node("${params.NODE}") { } parallelSteps = [:] - list = ['RO', 'osmclient', 'IM', 'devops', 'MON', 'N2VC', 'NBI', + list = ['RO', 'osmclient', 'IM', 'devops', 'MON', 'NBI', 'common', 'LCM', 'NG-UI', 'NG-SA', 'tests'] if (upstreamComponent.length() > 0) { println("Skipping upstream fetch of ${upstreamComponent}") -- 2.25.1