updated mail target
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good

This commit is contained in:
2021-01-05 01:51:16 +01:00
parent 73277b0cf3
commit 7130c14d1e

View File

@@ -15,7 +15,7 @@ pipeline {
// Cleaning WorkSpace // Cleaning WorkSpace
cleanWs() cleanWs()
// send Mail // send Mail
emailext body: '$DEFAULT_CONTENT', recipientProviders: [buildUser()], subject: '$DEFAULT_SUBJECT', to: 'bramm.p11@gmail.com' emailext body: '$DEFAULT_CONTENT', recipientProviders: [developers()], subject: '$DEFAULT_SUBJECT', to: 'bramm.p11@gmail.com'
} }
} }
} }