Update Jenkinsfile4
This commit is contained in:
parent
7817eeea53
commit
62a0588da7
@ -24,7 +24,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
checkout scm
|
||||
def testImage = docker.build("image", "./Dockerfile2")
|
||||
def testImage = docker.build("image", ".Dockerfile2")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user