chenkq il y a 3 semaines
Parent
commit
15ff6ae6f3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -291,7 +291,7 @@ pipeline {
                             sshCommand remote: remote, command: "docker pull ${DOCKER_IMG_NAME}"
                         }
                         sh """
-                          echo '
+                        echo '
   version: "3.7"
   services:
     ${params.module}-${params.profile}:
@@ -332,7 +332,7 @@ pipeline {
       ports:
         - "${API_PORT}:${API_PORT}"
         - "${API_REMOTE_DEBUG_PORT}:${API_REMOTE_DEBUG_PORT}"
-    networks:
+      networks:
         - ${ARTIFACTID}
       extra_hosts:
         - "www.storlead.com:172.18.194.161"