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

Update Jenkinsfile

parent 823d6970
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,10 @@ node{ ...@@ -7,6 +7,10 @@ node{
checkout scm checkout scm
} }
stage('Scan hadolint'){
sh 'docker run --rm -i hadolint/hadolint < debian:buster > rapportHadolint'
}
stage('Build image') { stage('Build image') {
app = docker.build ("debian:buster") app = docker.build ("debian:buster")
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment