mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 01:09:49 +00:00
Revert "ci: don't fail on Diawi upload failure"
This reverts commit 36168256bf4fe155fd82194fb47845f0898a0d58.
This commit is contained in:
parent
0349b0ed3d
commit
46f01f5eb3
@ -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)
|
||||
} }
|
||||
|
Loading…
x
Reference in New Issue
Block a user