mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
Merge pull request #3239 from status-im/feature/nightly-build-publish
publish apk and ios links on public page force push
This commit is contained in:
commit
f62e5eeaa6
@ -94,7 +94,6 @@ node ('macos1'){
|
||||
stage('Slack Notification') {
|
||||
def c = (testPassed ? 'good' : 'warning' )
|
||||
slackSend color: c, message: 'Nightly build (develop) \nTests: ' + (testPassed ? ':+1:' : ':-1:') + ')\nAndroid: ' + apkUrl + '\n iOS: ' + ipaUrl
|
||||
# this will update apk url on public page
|
||||
build job: 'status-react/status-nightly-publish-link', parameters: [[$class: 'StringParameterValue', name: 'APK_URL', value: apkUrl], [$class: 'StringParameterValue', name: 'IOS_URL', value: ipaUrl]]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user