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 {
stage('Parallel') {
parallel {
stage('Test R6RS Debian') {
steps {
script {
@ -69,6 +71,8 @@ pipeline {
}
}
}
}
}
post {
always {
cleanWs()