Updating tests

This commit is contained in:
retropikzel 2025-10-03 08:53:25 +03:00
parent 9c89c06e27
commit 13a18ef25f
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -20,10 +20,6 @@ pipeline {
schemes.split().each { SCHEME -> schemes.split().each { SCHEME ->
stage("${SCHEME}") { stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
def DOCKERIMG="${SCHEME}:head"
if("${SCHEME}" == "chicken") {
DOCKERIMG="chicken:5"
}
sh "make SCHEME=${SCHEME} test" sh "make SCHEME=${SCHEME} test"
} }
} }