瀏覽代碼

修改jenkinsfile,修改jvm权限

huqi 6 年之前
父節點
當前提交
5a688c2e79
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

@@ -38,6 +38,8 @@ pipeline {
             steps {
                 sh 'npm run deploy:linux'
                 sh 'chmod 777 target/o2server/*.sh'
+                sh 'chmod 777 -R target/o2server/jvm'
+                sh 'chmod 777 -R target/o2server/commons'
             }
         }
         stage('run') {