Explorar el Código

adjusted jenkinsfile

xiaoct hace 7 años
padre
commit
45ea677e48
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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