Improve Jenkins tests

This commit is contained in:
retropikzel 2026-07-04 11:27:37 +03:00
parent f61f42316d
commit 80cea096f8
1 changed files with 24 additions and 20 deletions

4
Jenkinsfile vendored
View File

@ -34,6 +34,8 @@ pipeline {
} }
stages { stages {
stage('Parallel') {
parallel {
stage('Test R6RS Debian') { stage('Test R6RS Debian') {
steps { steps {
script { script {
@ -69,6 +71,8 @@ pipeline {
} }
} }
} }
}
}
post { post {
always { always {
cleanWs() cleanWs()