mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
Compress Slack Notification
This commit is contained in:
parent
735639776b
commit
19748e0455
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -72,7 +72,6 @@ node {
|
|||||||
|
|
||||||
stage('Slack Notification') {
|
stage('Slack Notification') {
|
||||||
def c = (testPassed ? 'good' : 'warning' )
|
def c = (testPassed ? 'good' : 'warning' )
|
||||||
slackSend color: c, message: env.BRANCH_NAME + ' (Android, test: ' + (testPassed ? ':+1:' : ':-1:') + ') ' + apkUrl
|
slackSend color: c, message: 'Branch: ' + env.BRANCH_NAME + '\nTests: ' + (testPassed ? ':+1:' : ':-1:') + ')\nAndroid: ' + apkUrl + '\n iOS: ' + ipaUrl
|
||||||
slackSend color: c, message: env.BRANCH_NAME + ' (iOS) ' + ipaUrl
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user