Improve Jenkins tests

This commit is contained in:
retropikzel 2026-07-03 07:53:44 +03:00
parent 74f4539718
commit 3577c64708
1 changed files with 19 additions and 21 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,6 @@ pipeline {
}
stages {
parallel {
stage('Test R6RS Debian') {
steps {
script {
@ -68,7 +67,6 @@ pipeline {
}
}
}
}
post {
always {
cleanWs()