Fix Jenkins tests
This commit is contained in:
parent
3e2f06780b
commit
7e6304401c
|
|
@ -20,6 +20,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('Parallel') {
|
||||||
|
parallel {
|
||||||
stage('R6RS tests') {
|
stage('R6RS tests') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
@ -55,6 +57,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue