Adding tests to Jenkins
This commit is contained in:
parent
a74bcc7cc6
commit
0fb27864c8
|
@ -10,7 +10,6 @@ pipeline {
|
|||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
}
|
||||
stages {
|
||||
|
||||
stage('Test R6RS implementations') {
|
||||
steps {
|
||||
script {
|
||||
|
|
Loading…
Reference in New Issue