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}"