added echo to post failure Jenkinsfile
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user