Fix jenkins tests

This commit is contained in:
retropikzel 2026-06-27 18:24:52 +03:00
parent 6f5ac95440
commit b6d3b42ef8
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ pipeline {
} }
stages { stages {
stage('x86_64 Debian') { stage('R6RS Debian') {
steps { steps {
script { script {
env.SRFIS.split().each { SRFI -> env.SRFIS.split().each { SRFI ->
@ -53,7 +53,7 @@ pipeline {
} }
} }
} }
stage('R7RS x86_64 Debian') { stage('R7RS Debian') {
steps { steps {
script { script {
env.SRFIS.split().each { SRFI -> env.SRFIS.split().each { SRFI ->