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 a069a24 commit 6b0dee1Copy full SHA for 6b0dee1
1 file changed
Jenkinsfile
@@ -2,6 +2,7 @@ node('docker') {
2
3
def dispatchImage
4
stage('Prepare Image') {
5
+ sh "ls -al"
6
dispatchImage = docker.build('dispatch')
7
}
8
0 commit comments