set mail as comment
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:
@@ -15,8 +15,8 @@ pipeline {
|
|||||||
// Cleaning WorkSpace
|
// Cleaning WorkSpace
|
||||||
cleanWs()
|
cleanWs()
|
||||||
// send Mail
|
// send Mail
|
||||||
emailext body: '$DEFAULT_CONTENT', recipientProviders: [culprits()], subject: '$DEFAULT_SUBJECT Culprits', to: 'bramm.p11@gmail.com'
|
//Send To person to make commit emailext body: '$DEFAULT_CONTENT', recipientProviders: [culprits()], subject: '$DEFAULT_SUBJECT', to: 'bramm.p11@gmail.com'
|
||||||
emailext body: '$DEFAULT_CONTENT', recipientProviders: [requestor()], subject: '$DEFAULT_SUBJECT Requestor', to: 'bramm.p11@gmail.com'
|
//Send To static addres emailext body: '$DEFAULT_CONTENT', subject: '$DEFAULT_SUBJECT', to: 'bramm.p11@gmail.com'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user