From: garciadeblas Date: Fri, 8 Aug 2025 14:55:48 +0000 (+0200) Subject: Update stage3 to remove N2VC from the stage2 jobs to copy artifacts from X-Git-Tag: v18.0.0~8 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=1da15b2a0f37b1de3cecc1a77c130ee52cfca4d4;p=osm%2Fdevops.git Update stage3 to remove N2VC from the stage2 jobs to copy artifacts from Change-Id: I4929d00896acbf0c080b9f2391d6ea8abdd00ce6 Signed-off-by: garciadeblas --- 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}")