ci: archive artifacts before cleanup
This commit is contained in:
Vendored
+1
-1
@@ -227,7 +227,7 @@ PY
|
|||||||
|
|
||||||
post {
|
post {
|
||||||
success { archiveArtifacts artifacts: 'artifacts/*.apk,artifacts/*.sha256,artifacts/*.json', fingerprint: true }
|
success { archiveArtifacts artifacts: 'artifacts/*.apk,artifacts/*.sha256,artifacts/*.json', fingerprint: true }
|
||||||
always {
|
cleanup {
|
||||||
script {
|
script {
|
||||||
// A build can be aborted while still waiting for an executor. In that
|
// A build can be aborted while still waiting for an executor. In that
|
||||||
// case Jenkins has no FilePath context and cleanWs would mask the
|
// case Jenkins has no FilePath context and cleanWs would mask the
|
||||||
|
|||||||
Reference in New Issue
Block a user