formation 1 년 전
부모
커밋
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}"