Improve Jenkins tests
This commit is contained in:
parent
f61f42316d
commit
80cea096f8
|
|
@ -34,6 +34,8 @@ pipeline {
|
|||
}
|
||||
|
||||
stages {
|
||||
stage('Parallel') {
|
||||
parallel {
|
||||
stage('Test R6RS Debian') {
|
||||
steps {
|
||||
script {
|
||||
|
|
@ -69,6 +71,8 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
|
|
|
|||
Loading…
Reference in New Issue