formation 1 ano atrás
pai
commit
b1a59eee5d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -30,16 +30,16 @@ node{
 	// }
 	// }
 
 
     
     
-	
 	stage('Push Docker images to Nexus') {
 	stage('Push Docker images to Nexus') {
     withCredentials([usernamePassword(credentialsId: 'nexus', usernameVariable: 'admin', passwordVariable: 'azerty10')]) {
     withCredentials([usernamePassword(credentialsId: 'nexus', usernameVariable: 'admin', passwordVariable: 'azerty10')]) {
-        sh "echo ${azerty10} | docker login -u ${admin} --password-stdin nexus.foodgame.fr"
+        sh "echo ${azerty10} | docker login -u ${admin} --password-stdin nexus.foodgame.fr/repository/docker-fatboar-registry/"
         sh "docker-compose push"
         sh "docker-compose push"
     }
     }
 }
 }
 
 
 
 
 
 
+
 	
 	
 
 
     stage('Build Docker MEAN Stack(PreProduction Deployment)') 
     stage('Build Docker MEAN Stack(PreProduction Deployment)')