Updating tests
This commit is contained in:
parent
9c89c06e27
commit
13a18ef25f
|
|
@ -20,10 +20,6 @@ pipeline {
|
|||
schemes.split().each { SCHEME ->
|
||||
stage("${SCHEME}") {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
def DOCKERIMG="${SCHEME}:head"
|
||||
if("${SCHEME}" == "chicken") {
|
||||
DOCKERIMG="chicken:5"
|
||||
}
|
||||
sh "make SCHEME=${SCHEME} test"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue