Enabling LW-UI deb repo in stage3 62/6962/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 26 Nov 2018 13:13:04 +0000 (14:13 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 26 Nov 2018 13:13:15 +0000 (14:13 +0100)
Change-Id: I18292afcbab27bd241f7cbd8c423afab9aacea62
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 38b255b..6cfc80e 100644 (file)
@@ -101,7 +101,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"]
+                def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "LW-UI"]
                 for (component in list) {
                     step ([$class: 'CopyArtifact',
                            projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])