mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
Fix jenkins script
This commit is contained in:
parent
5ee2a4d525
commit
d05de5069f
@ -41,7 +41,7 @@ releaseVimRJob.with {
|
|||||||
|
|
||||||
publishers {
|
publishers {
|
||||||
archiveArtifacts {
|
archiveArtifacts {
|
||||||
pattern('Neovim/build/**', '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()
|
onlyIfSuccessful()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -77,7 +77,7 @@ nightlyVimRJob.with {
|
|||||||
|
|
||||||
publishers {
|
publishers {
|
||||||
archiveArtifacts {
|
archiveArtifacts {
|
||||||
pattern('Neovim/build/**', 'build/Build/Products/Release/**')
|
pattern('Neovim/build/**, build/Build/Products/Release/**')
|
||||||
onlyIfSuccessful()
|
onlyIfSuccessful()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user