Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-plugin Commit: 064966b9ca0e6a578df027c2f9a55dec2de3f9a5 https://github.com/jenkinsci/workflow-plugin/commit/064966b9ca0e6a578df027c2f9a55dec2de3f9a5 Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths: M aggregator/pom.xml A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/mail/MailStepTest.java M support/pom.xml A support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/mail/MailStep.java A support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/mail/MailStepExecution.java Log Message: ----------- "mail" step Currently located in the "support" plugin with some other steps. May need to go somewhere else since it drags in a dep on the mailer-plugin (to get MimeMessageBuilder). Commit: 5c553f6ceb10201f6cdfda74fa717ac09b2435ef https://github.com/jenkinsci/workflow-plugin/commit/5c553f6ceb10201f6cdfda74fa717ac09b2435ef Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-23 (Fri, 23 Jan 2015) Changed paths: M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/mail/MailStepTest.java M support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/mail/MailStep.java M support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/mail/MailStepExecution.java Log Message: ----------- "mail" step cleanup Commit: 4d2e2999da2c0fd56e52716805858acaa9219b8d https://github.com/jenkinsci/workflow-plugin/commit/4d2e2999da2c0fd56e52716805858acaa9219b8d Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-23 (Fri, 23 Jan 2015) Changed paths: M support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/mail/MailStep.java R support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/mail/MailStepExecution.java Log Message: ----------- Moved MailStepExecutor into MailStep Commit: edf75f15889f86ce9c64eef97cecca201cf1ca91 https://github.com/jenkinsci/workflow-plugin/commit/edf75f15889f86ce9c64eef97cecca201cf1ca91 Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-23 (Fri, 23 Jan 2015) Changed paths: A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/MailStepTest.java R aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/mail/MailStepTest.java M basic-steps/pom.xml A basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/MailStep.java M support/pom.xml R support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/mail/MailStep.java Log Message: ----------- Moved MailStep to basic-steps Commit: 8bf84f9726a858ba2765182e14c8c7d4776ec02c https://github.com/jenkinsci/workflow-plugin/commit/8bf84f9726a858ba2765182e14c8c7d4776ec02c Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-23 (Fri, 23 Jan 2015) Changed paths: A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/config.jelly A basic-steps/src/test/java/org/jenkinsci/plugins/workflow/steps/MailStepTest.java Log Message: ----------- Added MailStep config.jelly and StepConfigTester test Commit: 7bef6ddf73355d03784b67de9b2307396102a168 https://github.com/jenkinsci/workflow-plugin/commit/7bef6ddf73355d03784b67de9b2307396102a168 Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-23 (Fri, 23 Jan 2015) Changed paths: M aggregator/pom.xml Log Message: ----------- Added mailer SNAPSHOT published artifact dependency This needs to be removed once the mailer plugin is released with PR #16 changes Commit: 718db8a19d9e8c0f1c6a91e999177833ec3def97 https://github.com/jenkinsci/workflow-plugin/commit/718db8a19d9e8c0f1c6a91e999177833ec3def97 Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-23 (Fri, 23 Jan 2015) Changed paths: M aggregator/pom.xml M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/MailStepTest.java M basic-steps/pom.xml M basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/MailStep.java M basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/config.jelly A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help-bcc.html A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help-body.html A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help-cc.html A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help-charset.html A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help-from.html A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help-mimeType.html A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help-replyTo.html A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help-subject.html A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help-to.html A basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/MailStep/help.html M basic-steps/src/test/java/org/jenkinsci/plugins/workflow/steps/MailStepTest.java Log Message: ----------- More MailStep refactorings Commit: b0e9e894598f65a006dab924098eba2db790ac9d https://github.com/jenkinsci/workflow-plugin/commit/b0e9e894598f65a006dab924098eba2db790ac9d Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-23 (Fri, 23 Jan 2015) Changed paths: M CHANGES.md M basic-steps/pom.xml Log Message: ----------- Fix mailer-plugin dep to 1.13 And added entry in CHANGES.md. Compare: https://github.com/jenkinsci/workflow-plugin/compare/b83b89dc448e...b0e9e894598f -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.