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