1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-05 13:07:12 +03:00

Archive artifacts even if the job is not successful

This commit is contained in:
Tae Won Ha 2024-05-30 11:06:54 +09:00
parent bdcde67821
commit f3bc562276
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -42,7 +42,6 @@ releaseVimRJob.with {
publishers {
archiveArtifacts {
pattern('Neovim/build/**, build/Build/Products/Release/**, release.spec.sh, release-notes.temp.md, appcast*, build_release.temp.sh')
onlyIfSuccessful()
}
}
}
@ -78,7 +77,6 @@ nightlyVimRJob.with {
publishers {
archiveArtifacts {
pattern('Neovim/build/**, build/Build/Products/Release/**')
onlyIfSuccessful()
}
}
}