|
@@ -37,9 +37,6 @@ pipeline {
|
|
|
stage('deploy') {
|
|
stage('deploy') {
|
|
|
steps {
|
|
steps {
|
|
|
sh 'npm run deploy:linux'
|
|
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') {
|
|
stage('run') {
|