Commit d60cc793 authored by Joseph Noir's avatar Joseph Noir

Fix path to Dockerfiles

parent 261ccf47
...@@ -24,7 +24,7 @@ pipeline { ...@@ -24,7 +24,7 @@ pipeline {
// Equivalent to "docker build -f Dockerfile.build --build-arg version=1.0.2 ./build/ // Equivalent to "docker build -f Dockerfile.build --build-arg version=1.0.2 ./build/
dockerfile { dockerfile {
filename 'caf-jenkins-fedora-30' filename 'caf-jenkins-fedora-30'
dir 'dockerfile' dir 'dockerfiles'
label 'docker' label 'docker'
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment