Update Jenkinsfile4
This commit is contained in:
parent
62a0588da7
commit
98dca400ef
@ -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