Skip to content

Commit

Permalink
Typo in the jenkinsfile failure condition
Browse files Browse the repository at this point in the history
Signed-off-by: lgoubet <laurent.goubet@obeo.fr>
  • Loading branch information
Kellindil committed Sep 14, 2022
1 parent e32d0a8 commit 0f53d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -53,8 +53,8 @@ pipeline {
always {
junit "**/tests/**/target/surefire-reports/*.xml"
}
failure {
unsuccessful (
unsuccessful {
emailext (
subject: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'",
body: """FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':
Check console output at ${env.BUILD_URL}""",
Expand Down

0 comments on commit 0f53d9c

Please sign in to comment.