mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-22 17:45:10 +03:00
Archive artifacts even if the job is not successful
This commit is contained in:
parent
bdcde67821
commit
f3bc562276
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user