Skip to content

Commit 47ca073

Browse files
author
R. Tyler Croy
committed
Bind only to nodes that have Docker available
1 parent 090c18f commit 47ca073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env groovy
22

3-
node {
3+
node('docker') {
44
stage 'Checkout source'
55
checkout scm
66

0 commit comments

Comments
 (0)