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

Update Jenkinsfile

parent b69671d9
Branches
Tags old/v2.2.2
No related merge requests found
...@@ -17,7 +17,7 @@ node{ ...@@ -17,7 +17,7 @@ node{
sh 'docker ps' sh 'docker ps'
} }
stage(' Scan Dockle'){ stage(' Scan Dockle'){
sh 'Dockle debian:buster > rapportDockle' sh 'dockle debian:buster > rapportDockle'
} }
stage('Push on repo nexus') stage('Push on repo nexus')
docker.withRegistry(registryProject,'reg2'){ docker.withRegistry(registryProject,'reg2'){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment