formation 1 năm trước cách đây
mục cha
commit
f6144876d8
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      Jenkinsfile

+ 0 - 3
Jenkinsfile

@@ -31,9 +31,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}"