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

+ 0 - 3
Jenkinsfile

@@ -24,9 +24,6 @@ node {
             def nexusUrl = 'https://nexus.foodgame.fr'
             def nexusRepository = 'fatboar_repo'
 
-            // Construction de l'image Docker
-            sh "docker build -t ${dockerImageName}:${dockerImageTag} ."
-
             // Connexion au registre Docker Nexus
             sh "docker login -u ${NEXUS_USERNAME} -p ${NEXUS_PASSWORD} ${nexusUrl}"