Fix testing
This commit is contained in:
parent
c2b4d1e1f1
commit
1dfb36c04a
|
|
@ -21,6 +21,13 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
||||||
|
stage('Cleanup') {
|
||||||
|
steps {
|
||||||
|
sh "rm -rf *.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('R6RS tests') {
|
stage('R6RS tests') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue