diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 65b9dcce95ce7fbcb310d035e175869d0a49b8a8..2e2d5abcf3571bf986b79101aa4edb2e809349c8 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -80,7 +80,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"] + def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL"] for (component in list) { step ([$class: 'CopyArtifact', projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"]) diff --git a/tools/newtag.sh b/tools/newtag.sh index 35a2973494445c43837883e799c76583d86c26c1..62cef0c56c2efde98052b2b805606ce0f3806d93 100755 --- a/tools/newtag.sh +++ b/tools/newtag.sh @@ -12,7 +12,7 @@ RELEASE_NAME="$4" tag_header="OSM Release $RELEASE_NAME:" tag_message="$tag_header version $TAG" -modules="common devops IM LCM LW-UI MON N2VC NBI openvim osmclient RO vim-emu" +modules="common devops IM LCM LW-UI MON N2VC NBI openvim osmclient RO vim-emu POL" list="" for i in $modules; do if [ "$1" == "$i" -o "$1" == "all" ]; then