check if Nim-caching version also works

This commit is contained in:
Dustin Brody 2021-03-17 19:58:33 +01:00
parent 732a437fa8
commit a3a6aa68e8
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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") {