|
@@ -3,7 +3,7 @@ pipeline {
|
|
|
stages {
|
|
stages {
|
|
|
stage('preperation') {
|
|
stage('preperation') {
|
|
|
steps {
|
|
steps {
|
|
|
- catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
|
|
|
|
|
|
+ catchError(buildResult: 'SUCCESS', stageResult: 'SUCCESS') {
|
|
|
sh 'target/o2server/stop_linux.sh'
|
|
sh 'target/o2server/stop_linux.sh'
|
|
|
}
|
|
}
|
|
|
sh 'npm install'
|
|
sh 'npm install'
|