Jenkinsfile aktualisiert
This commit is contained in:
parent
a05cf76a30
commit
b773578499
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 .'
|
||||||
sh 'docker images'
|
sh 'docker images'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user