maybe fix Jenkins syntax

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

1
Jenkinsfile vendored
View File

@ -19,7 +19,6 @@ 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") {