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

add ability to specify downstream stage


Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 562e3210
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ node("${params.NODE}") {
if ( params.STAGE )
{
// go directly to stage 3 (osm system)
stage_name = "stage_3"
stage_name = params.STAGE
mdg = "osm"
if ( ! params.TEST_INSTALL )
{
......
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