Update stage3 to remove N2VC from the stage2 jobs to copy artifacts from 34/15334/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 8 Aug 2025 14:55:48 +0000 (16:55 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 8 Aug 2025 14:55:48 +0000 (16:55 +0200)
Change-Id: I4929d00896acbf0c080b9f2391d6ea8abdd00ce6
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 6c49cda..af0f770 100644 (file)
@@ -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}")