ソースを参照

adjusted jenkinsfile

xiaoct 8 年 前
コミット
45ea677e48
1 ファイル変更1 行追加0 行削除
  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'
         }