projects
/
osm
/
MON.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f315c3b
)
Set node to run on label docker
61/6761/1
author
Mike Marchetti
<mmarchetti@sandvine.com>
Thu, 25 Oct 2018 13:05:29 +0000
(09:05 -0400)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Thu, 25 Oct 2018 13:05:29 +0000
(09:05 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
f2e0417
..
6afef69
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-16,7
+16,7
@@
def devops_checkout() {
}
}
-node {
+node
('docker')
{
checkout scm
devops_checkout()