diff --git a/jenkinsfile b/jenkinsfile index c58ade3..9acbe09 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -26,6 +26,7 @@ pipeline { echo 'Build successful' } failure { + echo 'Build Failed' // Send To person to make commit //emailext body: '$DEFAULT_CONTENT', recipientProviders: [culprits()], subject: '$DEFAULT_SUBJECT'