Fixing tests

This commit is contained in:
retropikzel 2025-10-17 07:25:13 +03:00
parent 6d37e7bba3
commit 434a45194f
1 changed files with 5 additions and 3 deletions

8
Jenkinsfile vendored
View File

@ -19,9 +19,11 @@ pipeline {
stages {
stage('Build compile-r7rs') {
docker {
image "schemers/chicken:5"
label "docker-x86_64"
agent {
docker {
image "schemers/chicken:5"
label "docker-x86_64"
}
}
steps {
sh "git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git"