mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-02 23:41:18 +00:00
ci: add result URL to build description
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e61912a14d
commit
339afac117
@ -70,6 +70,7 @@ pipeline {
|
||||
stage('Upload') {
|
||||
steps { script {
|
||||
env.PKG_URL = s3.uploadArtifact(env.STATUS_CLIENT_APPIMAGE)
|
||||
jenkins.setBuildDesc(AppImage: env.PKG_URL)
|
||||
} }
|
||||
}
|
||||
stage('Archive') {
|
||||
|
@ -79,6 +79,7 @@ pipeline {
|
||||
stage('Upload') {
|
||||
steps { script {
|
||||
env.PKG_URL = s3.uploadArtifact(env.STATUS_CLIENT_DMG)
|
||||
jenkins.setBuildDesc(Dmg: env.PKG_URL)
|
||||
} }
|
||||
}
|
||||
stage('Archive') {
|
||||
|
@ -70,6 +70,7 @@ pipeline {
|
||||
stage('Upload') {
|
||||
steps { script {
|
||||
env.PKG_URL = s3.uploadArtifact(env.STATUS_CLIENT_ZIP)
|
||||
jenkins.setBuildDesc(Zip: env.PKG_URL)
|
||||
} }
|
||||
}
|
||||
stage('Archive') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user