diff --git a/Jenkinsfile b/Jenkinsfile index 7e72ef3..835c931 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { snow-chibi install retropikzel.compile-r7rs make SCHEME=chibi LIBRARY=tap all install test '''.split("\n").each { cmd -> - stage("${cmd}") { + stage("wip") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { sh "${cmd}" }