Explorar el Código

adjusted jenkinsfile

xiaoct hace 8 años
padre
commit
f6ff06c492
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -2,7 +2,6 @@ pipeline {
     agent {
     agent {
         dockerfile {
         dockerfile {
             filename 'Dockerfile'
             filename 'Dockerfile'
-            customWorkspace '/var/jenkins_home/workspace/bi-web'
             registryUrl 'https://registry.docker-cn.com'
             registryUrl 'https://registry.docker-cn.com'
             args '-p 80:80 -p 81:81 -p 82:82 --security-opt apparmor=unconfined'
             args '-p 80:80 -p 81:81 -p 82:82 --security-opt apparmor=unconfined'
         }
         }