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('Upload') {
|
||||||
// stage('Parallel Upload') {
|
steps { script {
|
||||||
// parallel {
|
/* TODO: Enable after generating the AppImage. */
|
||||||
// stage('Upload') {
|
env.PKG_URL = "${currentBuild.absoluteUrl}/consoleText"
|
||||||
// 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}*")
|
|
||||||
// } }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in New Issue