check if Nim-caching version also works
This commit is contained in:
parent
732a437fa8
commit
a3a6aa68e8
|
@ -19,6 +19,7 @@ def runStages() {
|
|||
}
|
||||
|
||||
cache(maxCacheSize: 250, caches: [
|
||||
[$class: "ArbitraryFileCache", excludes: "", includes: "**/*", path: "${WORKSPACE}/vendor/nimbus-build-system/vendor/Nim/bin"],
|
||||
[$class: "ArbitraryFileCache", excludes: "", includes: "**/*", path: "${WORKSPACE}/jsonTestsCache"]
|
||||
]) {
|
||||
stage("Build") {
|
||||
|
|
Loading…
Reference in New Issue