Fixing testing
This commit is contained in:
parent
1c60967772
commit
975b851e9e
|
|
@ -20,7 +20,9 @@ pipeline {
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Docker image warmup') {
|
stage('Docker image warmup') {
|
||||||
sh "docker build -f Dockerfile.test"
|
steps {
|
||||||
|
sh "docker build -f Dockerfile.test"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('R6RS') {
|
stage('R6RS') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue