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