1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00

Archive also neovim when building on Jenkins

This commit is contained in:
Tae Won Ha 2024-01-14 21:55:49 +01:00
parent af4b032df6
commit ef6daa8e80
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

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