implemented missing semicolon
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -126,6 +126,13 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Docker check') {
|
||||||
|
steps {
|
||||||
|
container('custom-docker') {
|
||||||
|
sh 'cat /etc/docker/daemon.json'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Docker build & push') {
|
stage('Docker build & push') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|||||||
Reference in New Issue
Block a user