Jenkinsfile aktualisiert
This commit is contained in:
parent
9a4ba9b90f
commit
1c7b89f981
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -24,7 +24,7 @@ pipeline {
|
|||||||
stage('Build Docker image') {
|
stage('Build Docker image') {
|
||||||
steps {
|
steps {
|
||||||
container('dind') {
|
container('dind') {
|
||||||
docker.build "andreas/rsyncd:${env.BUILD_TAG}"
|
sh 'docker build -t "andreas/rsyncd:${env.BUILD_TAG}"'
|
||||||
sh 'docker images'
|
sh 'docker images'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user