Explorar el Código

Merge branch 'master' of ssh://10.10.100.21/source/platform-bi-web

zhuth hace 7 años
padre
commit
2556067611
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -3,6 +3,7 @@ pipeline {
         dockerfile {
             filename 'Dockerfile'
             registryUrl 'https://registry.docker-cn.com'
+            additionalBuildArgs '--no-cache'
             args '-p 80:80 -p 81:81 -p 82:82 --security-opt apparmor=unconfined'
         }
     }