Update Jenkinsfile4

This commit is contained in:
s464903 2024-05-11 12:30:15 +02:00
parent 39eaddf2c9
commit 7817eeea53
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pipeline {
steps {
script {
checkout scm
def testImage = docker.build("image", ".")
def testImage = docker.build("image", "./Dockerfile2")
}
}
}