Update email setting
Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit

This commit is contained in:
2021-01-05 02:33:34 +01:00
parent 59aebc8f48
commit db7efced06
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ pipeline {
//emailext body: '$DEFAULT_CONTENT', recipientProviders: [culprits()], subject: '$DEFAULT_SUBJECT'
// Send To static addres
emailext body: '$DEFAULT_CONTENT', subject: '$DEFAULT_SUBJECT', to: 'bram@bprieshof.nl'
emailext attachLog: true,body: '$DEFAULT_CONTENT', subject: '$DEFAULT_SUBJECT', to: 'bram@bprieshof.nl'
}
unstable {
echo 'Build unstable'

View File

@@ -6,4 +6,5 @@ func main() {
fmt.Println("Hello World 123")
fmt.Println("This is a test")
fmt.Println("See if this stiks")
fmt.Println("This nice missing end
}