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

Update Jenkinsfile

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