Branch: refs/heads/master Home: https://github.com/jenkinsci/cucumber-slack-notifier-plugin Commit: 450d4d7aebcbdee2419251b4c7e65d28ebdf62f1 https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/450d4d7aebcbdee2419251b4c7e65d28ebdf62f1 Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-12 (Fri, 12 Apr 2019)
Changed paths: M src/main/java/org/jenkinsci/plugins/slacknotifier/CucumberResult.java Log Message: ----------- channel name parameter removed Commit: eb825c9d921dad5f87bfc7e1db974a161d88f2b0 https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/eb825c9d921dad5f87bfc7e1db974a161d88f2b0 Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-12 (Fri, 12 Apr 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/slacknotifier/CucumberSlackService.java M src/main/java/org/jenkinsci/plugins/slacknotifier/SlackClient.java Log Message: ----------- webhookUrl replaced by channelWebhookUrl read at each Jenkins project config Commit: f4652aa66b910fc6501ea05f4625f7317bb3d9a6 https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/f4652aa66b910fc6501ea05f4625f7317bb3d9a6 Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-12 (Fri, 12 Apr 2019) Changed paths: M src/main/resources/org/jenkinsci/plugins/slacknotifier/workflow/CucumberSlackStep/config.jelly Log Message: ----------- channelWebhookUrl will be read at each Jenkins project config so each project can send notifications to different channels Commit: a2cb10056ef646b7e0ffeb68e5522d4af2c4c273 https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/a2cb10056ef646b7e0ffeb68e5522d4af2c4c273 Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-12 (Fri, 12 Apr 2019) Changed paths: M src/test/java/org/jenkinsci/plugins/slacknotifier/SlackClientTest.java Log Message: ----------- test cases updated per latest changes Commit: a1d907e19e63796c4db3c5419b05fb5353a617be https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/a1d907e19e63796c4db3c5419b05fb5353a617be Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-12 (Fri, 12 Apr 2019) Changed paths: M src/main/resources/org/jenkinsci/plugins/slacknotifier/CucumberSlackBuildStepNotifier/config.jelly M src/main/resources/org/jenkinsci/plugins/slacknotifier/CucumberSlackPostBuildNotifier/config.jelly Log Message: ----------- channelWebhookUrl will be read at each Jenkins project config so each project can send notifications to different channels Commit: a49ae70cc5483d66d0afe7948b71710394addb9e https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/a49ae70cc5483d66d0afe7948b71710394addb9e Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-12 (Fri, 12 Apr 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/slacknotifier/CucumberResult.java Log Message: ----------- slack msg format fix when setting attachments color Commit: 243b681e7f3923528e77b577b3ef116f752a0dfd https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/243b681e7f3923528e77b577b3ef116f752a0dfd Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-23 (Tue, 23 Apr 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/slacknotifier/SlackClient.java Log Message: ----------- msg Scenarios count value will ignore Background definitions Commit: 45a034f9128490ab9ed59fc6083fd88fb6831a89 https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/45a034f9128490ab9ed59fc6083fd88fb6831a89 Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/slacknotifier/CucumberResult.java M src/main/java/org/jenkinsci/plugins/slacknotifier/FeatureResult.java M src/test/java/org/jenkinsci/plugins/slacknotifier/SlackClientTest.java Log Message: ----------- the 'cucumber-reporting' plugin generates the features report URL using a shortener so code is updated to add valid links Commit: 59f85c506f549d5b843027ece4d3b64e332b8be5 https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/59f85c506f549d5b843027ece4d3b64e332b8be5 Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M src/main/resources/index.jelly Log Message: ----------- fix for escape character at JellyTest Commit: ac9d7fc160c8a9f1cdf14468d2ae84db9e586e5b https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/ac9d7fc160c8a9f1cdf14468d2ae84db9e586e5b Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M pom.xml Log Message: ----------- org.jenkins-ci.plugins plugin updated to v2.13 Commit: ad69d80647a24f0241e1bc33176f9227810fd54b https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/ad69d80647a24f0241e1bc33176f9227810fd54b Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/slacknotifier/CucumberResult.java M src/test/java/org/jenkinsci/plugins/slacknotifier/SlackClientTest.java Log Message: ----------- feature files report link has a number starting from 1 on 2nd feature so code has been updated to provide the valid URL Commit: 9e2be94924d7ed8d35539b153ba914f551e10789 https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/9e2be94924d7ed8d35539b153ba914f551e10789 Author: franco <franco.pasc...@concirrus.com> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M README.md Log Message: ----------- updated per latest modifications Commit: 6bf138f8564f603ea1e2bcb2e2df7b81d2c18156 https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/6bf138f8564f603ea1e2bcb2e2df7b81d2c18156 Author: Franco <frangipane1...@gmail.com> Date: 2019-04-26 (Fri, 26 Apr 2019) Changed paths: M pom.xml Log Message: ----------- Update pom.xml version updated (moved to 1.x due to mayor changes) Commit: 40cea215716b6b53dc43944dcb154a22d038fb68 https://github.com/jenkinsci/cucumber-slack-notifier-plugin/commit/40cea215716b6b53dc43944dcb154a22d038fb68 Author: Gareth Evans <garethjev...@users.noreply.github.com> Date: 2019-04-26 (Fri, 26 Apr 2019) Changed paths: M README.md M pom.xml M src/main/java/org/jenkinsci/plugins/slacknotifier/CucumberResult.java M src/main/java/org/jenkinsci/plugins/slacknotifier/CucumberSlackService.java M src/main/java/org/jenkinsci/plugins/slacknotifier/FeatureResult.java M src/main/java/org/jenkinsci/plugins/slacknotifier/SlackClient.java M src/main/resources/index.jelly M src/main/resources/org/jenkinsci/plugins/slacknotifier/CucumberSlackBuildStepNotifier/config.jelly M src/main/resources/org/jenkinsci/plugins/slacknotifier/CucumberSlackPostBuildNotifier/config.jelly M src/main/resources/org/jenkinsci/plugins/slacknotifier/workflow/CucumberSlackStep/config.jelly M src/test/java/org/jenkinsci/plugins/slacknotifier/SlackClientTest.java Log Message: ----------- Merge pull request #6 from foxhound91/feature/multiChannelMsg MultiChannel support + fixes Compare: https://github.com/jenkinsci/cucumber-slack-notifier-plugin/compare/853eef955e08...40cea215716b -- 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.