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

Update Jenkinsfile

parent 414c853e
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ node{ ...@@ -17,7 +17,7 @@ node{
sh 'docker ps' sh 'docker ps'
} }
stage('Push on repo nexus') stage('Push on repo nexus')
docker.withRegistry('127.0.0.1:8083','reg1'){ docker.withRegistry('127.0.0.1:8083','reg2'){
img.push 'latest' img.push 'latest'
img.push img.push
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment