Jenkinsfile aktualisiert
This commit is contained in:
parent
084fb70ec4
commit
1c96ec0a92
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ node {
|
||||
/* This builds the actual image; synonymous to
|
||||
* docker build on the command line */
|
||||
|
||||
sh 'docker build -t andreas/rsyncd:latest
|
||||
sh 'docker build -t andreas/rsyncd:latest'
|
||||
}
|
||||
|
||||
stage('Test image') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user