Skip to content
Snippets Groups Projects
Commit f04f4c88 authored by Martin's avatar Martin
Browse files

add missing script block

parent 8ed38d55
No related branches found
No related tags found
No related merge requests found
......@@ -236,10 +236,12 @@ pipeline {
junit testResults: '**/target/surefire-reports/*.xml', skipPublishingChecks: true
}
failure {
script {
sendMatrixMessage.sendFailureMessage(FAILED_STAGE)
}
}
}
}
Boolean isReleaseBranch() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment