diff --git a/jenkinsfile b/jenkinsfile index 5cf1ebb..c58ade3 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -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' diff --git a/main.go b/main.go index 2ac7d7b..bf15f5c 100644 --- a/main.go +++ b/main.go @@ -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 } \ No newline at end of file