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

correction erreur

parent 70f2f626
Branches
No related tags found
No related merge requests found
node{ node{
def app def app
def image="${registryProject}:version-${env.BUILD_ID}" def image="${registryProject}:version-${env.BUILD_ID}"
stage('Clone') { stage('Clone') {
checkout scm checkout scm
} }
...@@ -19,7 +19,7 @@ node{ ...@@ -19,7 +19,7 @@ node{
sh 'docker ps' sh 'docker ps'
} }
}
stage('Scan Dockle'){ stage('Scan Dockle'){
sh 'dockle debian:buster > rapportDockle' sh 'dockle debian:buster > rapportDockle'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment