Skip to content

Commit 5a66661

Browse files
committed
ci: upload to diawi
1 parent a7cc6f4 commit 5a66661

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

ci/Jenkinsfile.ios

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,19 @@ pipeline {
110110

111111
stage('Parallel Upload') {
112112
parallel {
113-
stage('Upload') {
113+
stage('Upload to S3') {
114114
steps {
115115
script {
116116
env.PKG_URL = s5cmd.upload(env.STATUS_IOS_APP_ARTIFACT)
117-
jenkins.setBuildDesc(APP: env.PKG_URL)
117+
}
118+
}
119+
}
120+
stage('Upload to Diawi') {
121+
steps {
122+
script {
123+
env.DIAWI_IPA = env.STATUS_IOS_IPA
124+
env.DIAWI_URL = ios.uploadToDiawi()
125+
jenkins.setBuildDesc(IPA: env.DIAWI_URL, PKG: env.PKG_URL)
118126
}
119127
}
120128
}

0 commit comments

Comments
 (0)