| commit | f48c9c4ca00ea389a1eda9ae64e738af6b6b7fc3 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Fri Aug 25 11:11:48 2017 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Fri Aug 25 11:11:48 2017 -0400 |
| tree | e96e65dd976e6a0af5a6fdc7a502cfb13cf92f4f | |
| parent | 0bff497a70fbf700d31e79ed2e212bb4d1b4639b [diff] |
add node specifier to build Change-Id: Id8fb2b07f327761b6defa2251ce90f80f44de05b Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/jenkins/ci-pipelines/ci_stage_1.groovy b/jenkins/ci-pipelines/ci_stage_1.groovy index a5adb9e..be7d908 100644 --- a/jenkins/ci-pipelines/ci_stage_1.groovy +++ b/jenkins/ci-pipelines/ci_stage_1.groovy
@@ -25,7 +25,8 @@ return project } -node { +node("${params.NODE}") { + mdg = Get_MDG("${GERRIT_PROJECT}") println("MDG is ${mdg}")