Skip to content
Snippets Groups Projects
Commit c1b05879 authored by Mike Marchetti's avatar Mike Marchetti
Browse files

Add POL repository


- added to stage_3
- added to newtag script

Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 2f129c18
No related branches found
No related tags found
No related merge requests found
......@@ -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}"])
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment