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