X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=caa95df59ca70f2c24c61201a33430556306623d;hb=508cd46e25f7c8e467948142788ef9c94d7416a2;hp=0d2203ee90b82c096bafb892158baab8bd333b97;hpb=8343e3fc441f1669ae906e85699e3f244dddc0b0;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 0d2203ee..caa95df5 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -18,7 +18,7 @@ properties([ parameters([ string(defaultValue: env.GERRIT_BRANCH, description: '', name: 'GERRIT_BRANCH'), - string(defaultValue: 'pipeline', description: '', name: 'NODE'), + string(defaultValue: 'system', description: '', name: 'NODE'), string(defaultValue: '', description: '', name: 'BUILD_FROM_SOURCE'), string(defaultValue: 'unstable', description: '', name: 'REPO_DISTRO'), string(defaultValue: '', description: '', name: 'COMMIT_ID'), @@ -59,7 +59,7 @@ node("${params.NODE}") { // given target UPSTREAM_SUFFIX dir("${RELEASE}") { - def list = ["SO", "UI", "RO", "openvim", "osmclient"] + def list = ["SO", "UI", "RO", "openvim", "osmclient", "IM"] for (component in list) { step ([$class: 'CopyArtifact', projectName: "${component}${params.UPSTREAM_SUFFIX}/${GERRIT_BRANCH}"])