Update Jenkinsfile4

This commit is contained in:
s464903 2024-05-11 12:25:35 +02:00
parent d876c1e63d
commit 39eaddf2c9

View File

@ -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", ".")
} }
} }
} }