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