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

add node specifier to build


Change-Id: Id8fb2b07f327761b6defa2251ce90f80f44de05b
Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 0bff497a
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ def Get_MDG(project) {
return project
}
node {
node("${params.NODE}") {
mdg = Get_MDG("${GERRIT_PROJECT}")
println("MDG is ${mdg}")
......
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