ci: remove packaging stage

This commit is contained in:
tangfangzhi 2022-07-28 18:00:33 +08:00
parent cb9246a1ae
commit bffea34cb9
1 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ pipeline {
} }
} }
} }
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { /*catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
timeout(time: 15, unit: 'MINUTES'){ timeout(time: 15, unit: 'MINUTES'){
script { script {
sh ''' sh '''
@ -455,7 +455,7 @@ pipeline {
''' '''
} }
} }
} }*/
} }
} }
} }