Update 'Jenkinsfile'

This commit is contained in:
Igor Misiorny 2019-11-23 16:50:02 +00:00
parent b84034958e
commit a0c39d5bb6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ node {
}
stage('Build image') {
app = docker.build("getintodevops/hellonode")
app = docker.build("hellonode")
}
stage('Test image') {