New builds
This commit is contained in:
parent
b7957cdfb9
commit
6d41101c61
|
|
@ -38,6 +38,7 @@ pipeline {
|
|||
sh "snow-chibi install retropikzel.compile-r7rs"
|
||||
}
|
||||
}
|
||||
script {
|
||||
"tap debug".split().each { library ->
|
||||
stage("${library}") {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
|
|
@ -47,6 +48,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
|
|
|
|||
Loading…
Reference in New Issue