ci: set PKG_URL to avoid interrobang for builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8c457a2495
commit
b70a1c3a45
|
@ -74,22 +74,12 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: enable after generating the AppImage
|
||||
// stage('Parallel Upload') {
|
||||
// parallel {
|
||||
// stage('Upload') {
|
||||
// steps { script {
|
||||
// env.PKG_URL = s3.uploadArtifact(env.STATUS_CLIENT_APPIMAGE)
|
||||
// jenkins.setBuildDesc(AppImage: env.PKG_URL)
|
||||
// } }
|
||||
// }
|
||||
// stage('Archive') {
|
||||
// steps { script {
|
||||
// archiveArtifacts("${env.STATUS_CLIENT_APPIMAGE}*")
|
||||
// } }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
stage('Upload') {
|
||||
steps { script {
|
||||
/* TODO: Enable after generating the AppImage. */
|
||||
env.PKG_URL = "${currentBuild.absoluteUrl}/consoleText"
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
|
|
Loading…
Reference in New Issue