Improving testing

This commit is contained in:
retropikzel 2025-11-29 09:23:28 +02:00
parent 900d196661
commit 43b25bdb29
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline {
params.LIBRARIES.split().each { LIBRARY ->
params.R6RS_SCHEMES.split().each { SCHEME ->
def IMG="${SCHEME}:head"
stage("${SCHEME} - ${LIBRARY}") {k
stage("${SCHEME} - ${LIBRARY}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "timeout 600 make SCHEME=${SCHEME} LIBRARY=${LIBRARY} test-r6rs-docker"
}