Browse Source

adjusted jenkinsfile

xiaoct 7 years ago
parent
commit
45ea677e48
1 changed files with 1 additions and 0 deletions
  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'
         }