Add POL repository 31/6531/1
authorMike Marchetti <mmarchetti@sandvine.com>
Thu, 20 Sep 2018 18:36:31 +0000 (14:36 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Thu, 20 Sep 2018 18:36:31 +0000 (14:36 -0400)
- added to stage_3
- added to newtag script

Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_stage_3.groovy
tools/newtag.sh

index 65b9dcc..2e2d5ab 100644 (file)
@@ -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}"])
index 35a2973..62cef0c 100755 (executable)
@@ -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