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