Jenkinsfile aktualisiert
This commit is contained in:
parent
4131fce9ec
commit
34b488af78
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
container('dind') {
|
container('dind') {
|
||||||
sh 'cat run.sh'
|
sh 'cat run.sh'
|
||||||
sh 'docker build -t "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