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

check test_install for devops build


Change-Id: I8d04a96beff12ce703f7da45d15c011f957ad2cd
Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent f7f1c7ae
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,11 @@ node("${params.NODE}") {
// go directly to stage 3 (osm system)
stage_name = "stage_3"
mdg = "osm"
if ( ! params.TEST_INSTALL )
{
println("disabling stage_3 invocation")
return
}
}
println("TEST_INSTALL = ${params.TEST_INSTALL}")
// callout to stage_2. This is a multi-branch pipeline.
......
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