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

push nexus

parent 8984a654
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,9 @@ node{ ...@@ -31,9 +31,9 @@ node{
''' '''
} }
stage('Push on repo nexus'){ stage('Push on repo nexus'){
imageName = 'ikorolia/app' docker.withRegistry(registryProject,'Jenkins-credential'){
registryCredential = 'ikorolia' app.push()
sh 'docker push ikorolia/dockerregistry:debian:buster ' }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment