fixed Jenkinsfile

This commit is contained in:
hllvc 2021-07-11 15:02:00 +02:00
parent 20f0c47dae
commit 648b14f4be

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
agent { agent {
dockerfile { dockerfile {
filename 'Dockerfile.run' filename 'Dockerfile.run'
dir '/build' dir '.'
} }
} }
steps { steps {