added echo to post failure Jenkinsfile
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good

This commit is contained in:
2021-01-05 02:37:27 +01:00
parent c79cffca2c
commit d506e23adb

View File

@@ -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'