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