Commit 0b1e39e9 authored by Joseph Noir's avatar Joseph Noir

Adapt path in Jenkinsfile

parent 458ed950
...@@ -4,8 +4,7 @@ pipeline { ...@@ -4,8 +4,7 @@ pipeline {
agent { agent {
// 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' dir '.ci/fedora-30'
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