step([$class:'Mailer',notifyEveryUnstableBuild:true,recipients: emailextrecipients([culprits(), requestor()])]) Usage To see the advanced configuration for this plugin, click on theAdvancedbutton. This section allows you to specify recipients for each type of email trigger as well as a pre-...
email-ext/ - 2025-01-23 20:18 email-ext-recipients-column/ - 2025-02-04 10:44 emailext-template/ - 2025-04-29 07:07 embeddable-build-status/ - 2024-12-21 05:36 embotics-vcommander/ - 2022-08-12 17:38 emma/ - 2022-08-12 17:38 emmacoveragecolumn/ - 2022-08-12 17:38 emoji...
chore(deps): bump io.jenkins.plugins:flyway-api from 11.3.2-235.v444b_578f3262 to 11.3.3-237.vfb_d3e4f4e87a_ in /bom-weekly (#4508) @dependabot[bot] chore(deps): bump org.jenkins-ci.plugins:support-core from 1557.v3435ec4057a_e to 1575.v49b_01a_460e3b_ in /bom-weekly (...
On the good side, it allows adding the extended classes of recipients and doing things like attaching logs. On the downside, emailext is one of those steps that was targeted to do a lot by default based on global configuration and adding a post-build action to a Freestyle job. That ...
33 - email-ext/ 22-Aug-2021 01:33 - email-ext-recipients-column/ 22-Aug-2021 01:33 - emailext-template/ 22-Aug-2021 01:33 - embeddable-build-status/ 22-Aug-2021 01:33 - embotics-vcommander/ 22-Aug-2021 01:33 - emma/ 22-Aug-2021 01:33 - emmacoveragecolumn/ 22-Aug-2021 01...
recipients: emailextrecipients([[$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']])]) } } stage('Results') { publishHTML([allowMissing: true, alwaysLinkToLastBuild: true, keepAll: true, reportDir: '/home/jenkins/work/workspace/APITest_Daily/report', reportFiles: ...
33 - email-ext/ 22-Aug-2021 01:33 - email-ext-recipients-column/ 22-Aug-2021 01:33 - emailext-template/ 22-Aug-2021 01:33 - embeddable-build-status/ 22-Aug-2021 01:33 - embotics-vcommander/ 22-Aug-2021 01:33 - emma/ 22-Aug-2021 01:33 - emmacoveragecolumn/ 22-Aug-2021 01...
job(type: Maven) { perModuleEmail(true) } DSL since 1.29 job(type: Maven) { configure { it / reporters << 'hudson.maven.reporters.MavenMailer' { recipients() dontNotifyEveryUnstableBuild(false) sendToIndividuals(false) perModuleEmail(true) } } } Migrating to 1.28 HTML Publisher The non-...
step([$class:'Mailer',notifyEveryUnstableBuild:true,recipients: emailextrecipients([culprits(), requestor()])]) Usage To see the advanced configuration for this plugin, click on theAdvancedbutton. This section allows you to specify recipients for each type of email trigger as well as a pre-...