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

Essai registry

parent e6f3a44d
No related branches found
No related tags found
No related merge requests found
node{
def app
def registryProject='http://127.0.0.1:8083'
def image="${registryProject}:version-${env.BUILD_ID}"
def registryProject='http://172.20.0.2:8083/repository/RegistryDocker/'
stage('Clone') {
checkout scm
......@@ -33,9 +34,8 @@ node{
}
stage('Push on repo nexus'){
docker.withRegistry(registryProject,'reg2'){
img.push 'latest'
img.push
docker.withRegistry(registryProject,'Jenkins-credential'){
app.push()
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment