Build on jenkins nodes with label docker
authorWesley Hirsch <wesley.hirsch@riftio.com>
Fri, 8 Sep 2017 21:34:11 +0000 (17:34 -0400)
committerWesley Hirsch <wesley.hirsch@riftio.com>
Fri, 8 Sep 2017 21:34:11 +0000 (17:34 -0400)
Change-Id: I07e17d17c74a03314ccbdb5a2a1af08b2ddb5fb9
Signed-off-by: Wesley Hirsch <wesley.hirsch@riftio.com>
Jenkinsfile

index 85e99ab..6ed5423 100644 (file)
@@ -15,7 +15,7 @@ def devops_checkout() {
     }
 }
 
-node {
+node('docker') {
     checkout scm
     devops_checkout()