Skip to content
Snippets Groups Projects
Commit 0286f255 authored by MOREY Thibault's avatar MOREY Thibault
Browse files

Update Jenkinsfile

parent f38c6548
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ node{
}
stage('Scan hadolint'){
sh 'hadolint --ignore DL3008 --ignore < Dockerfile > rapportHadolint'
sh 'hadolint --ignore DL3008 < Dockerfile > rapportHadolint'
}
stage('Build image') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment