提交 725be33f 编写于 作者: NoSubject's avatar NoSubject

Jenkinsfile错误处理修改

上级 1ff235fb
......@@ -3,7 +3,7 @@ pipeline {
stages {
stage('preperation') {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
catchError(buildResult: 'SUCCESS', stageResult: 'SUCCESS') {
sh 'target/o2server/stop_linux.sh'
}
sh 'npm install'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册