debug Jenkins

This commit is contained in:
Ștefan Talpalaru 2020-04-19 12:41:40 +02:00
parent 1babc00255
commit a941a4fded
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ def runStages() {
stage("Build") {
sh "make -j${env.NPROC} update" /* to allow a newer Nim version to be detected */
sh "make -j${env.NPROC} deps" /* to allow the following parallel stages */
sh "scripts/setup_official_tests.sh jsonTestsCache"
sh "V=1 ./scripts/setup_official_tests.sh jsonTestsCache"
}
}