提交 7015b1af 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'feature/ci_jenkins' into 'develop'

Merge of feature/ci_jenkins to develop

See merge request o2oa/o2oa!76
......@@ -3,12 +3,8 @@ pipeline {
stages {
stage('preperation') {
steps {
script {
try {
sh 'target/o2server/stop_linux.sh'
} catch (err) {
echo err
}
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'target/o2server/stop_linux.sh'
}
sh 'npm install'
sh 'npm run preperation:linux'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册