Revert "ci: don't fail on Diawi upload failure"

This reverts commit 36168256bf.
This commit is contained in:
Anton Iakimov 2024-01-30 11:42:04 +01:00
parent 0349b0ed3d
commit 46f01f5eb3
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 1 additions and 3 deletions

View File

@ -78,9 +78,7 @@ pipeline {
}
stage('Upload') {
steps { script {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
env.DIAWI_URL = ios.uploadToDiawi()
}
env.DIAWI_URL = ios.uploadToDiawi()
env.PKG_URL = env.DIAWI_URL
jenkins.setBuildDesc(IPA: env.PKG_URL)
} }