Explorar o código

修改jenkinsfile,修改jvm权限

huqi %!s(int64=5) %!d(string=hai) anos
pai
achega
5a688c2e79
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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') {