mirror of
https://github.com/status-im/status-go.git
synced 2025-02-03 18:37:24 +00:00
send message with build version in slack (parametrized build) (#495)
This commit is contained in:
parent
6c2ddc4455
commit
5446a09029
@ -100,6 +100,8 @@ node('linux') {
|
||||
buildInfo.name = 'status-go (' + gitBranch + '-' + gitShortSHA + ')'
|
||||
server.upload(uploadSpec, buildInfo)
|
||||
server.publishBuildInfo(buildInfo)
|
||||
|
||||
slackSend color: 'good', message: 'status-go `' + version + '` was built successfully. ' + env.BUILD_URL
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user