We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090c18f commit 47ca073Copy full SHA for 47ca073
Jenkinsfile
@@ -1,6 +1,6 @@
1
#!/usr/bin/env groovy
2
3
-node {
+node('docker') {
4
stage 'Checkout source'
5
checkout scm
6
0 commit comments