formation 1 год назад
Родитель
Сommit
ee44b91844
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      Jenkinsfile

+ 0 - 2
Jenkinsfile

@@ -26,8 +26,6 @@ node {
             def nexusUrl = 'https://nexus.foodgame.fr'
             def nexusUrl = 'https://nexus.foodgame.fr'
             def nexusRepository = 'fatboar_repo'
             def nexusRepository = 'fatboar_repo'
 
 
-            // Étape de construction de l'image Docker
-            sh "docker build -t ${dockerImageName}:${dockerImageTag} ."
 
 
             // Étape de connexion au registre Docker Nexus
             // Étape de connexion au registre Docker Nexus
             sh "docker login -u ${admin} -p ${azerty10} ${nexusUrl}"
             sh "docker login -u ${admin} -p ${azerty10} ${nexusUrl}"