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') {
|
stage('Build Docker image') {
|
||||||
steps {
|
steps {
|
||||||
container('dind') {
|
container('dind') {
|
||||||
|
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