formation 1 년 전
부모
커밋
ee44b91844
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Jenkinsfile

+ 0 - 2
Jenkinsfile

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