[jenkinsci/working-hours-plugin] 52585f: Feature/hold branch jobs (#13)

2019-06-28 Thread Eric Bartusch
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/working-hours-plugin
  Commit: 52585f13fbad4b37de2de1f3e480e028df781c49
  
https://github.com/jenkinsci/working-hours-plugin/commit/52585f13fbad4b37de2de1f3e480e028df781c49
  Author: Eric Bartusch 
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/workinghours/EnforceScheduleJobProperty.java
M 
src/main/java/org/jenkinsci/plugins/workinghours/WorkingHoursQueueTaskDispatcher.java
M 
src/test/java/test/org/jenkinsci/plugins/workinghours/WorkingHoursQueueTaskDispatcherTest.java
M 
src/test/java/test/org/jenkinsci/plugins/workinghours/functional/WorkingHoursPipelineTest.java

  Log Message:
  ---
  Feature/hold branch jobs (#13)

Thanks again for the PR!


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/working-hours-plugin/push/refs/heads/master/182aa1-52585f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/slack-plugin] 75fd3a: Adding UTF-8 encoding to StringEntity (#587)

2019-06-18 Thread Eric Bartusch
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 75fd3a25d9be9c0dc628d0b24680093e130fd728
  
https://github.com/jenkinsci/slack-plugin/commit/75fd3a25d9be9c0dc628d0b24680093e130fd728
  Author: Eric Bartusch 
  Date:   2019-06-18 (Tue, 18 Jun 2019)

  Changed paths:
M src/main/java/jenkins/plugins/slack/SlackNotifier.java
M src/main/java/jenkins/plugins/slack/StandardSlackService.java

  Log Message:
  ---
  Adding UTF-8 encoding to StringEntity (#587)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/slack-plugin/push/refs/heads/master/db00bc-75fd3a%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/slack-plugin] 7928b2: Adding ability to unfurl links (#577)

2019-06-17 Thread Eric Bartusch
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 7928b24f38e900e7d3c5dc169eb24188ba4b1e82
  
https://github.com/jenkinsci/slack-plugin/commit/7928b24f38e900e7d3c5dc169eb24188ba4b1e82
  Author: Eric Bartusch 
  Date:   2019-06-17 (Mon, 17 Jun 2019)

  Changed paths:
M README.md
M src/main/java/jenkins/plugins/slack/SlackNotifier.java
M src/main/java/jenkins/plugins/slack/StandardSlackService.java
M src/main/java/jenkins/plugins/slack/workflow/SlackSendStep.java
M src/main/resources/jenkins/plugins/slack/SlackNotifier/global.jelly
A src/main/webapp/help-globalConfig-sendAsText.html
M src/test/java/jenkins/plugins/slack/SlackNotifierTest.java
M src/test/java/jenkins/plugins/slack/workflow/SlackSendStepTest.java
M 
src/test/resources/jenkins/plugins/slack/jcasc/configuration-as-code-expected.yml

  Log Message:
  ---
  Adding ability to unfurl links (#577)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/slack-plugin/push/refs/heads/master/1ece20-7928b2%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/slack-plugin] 1ece20: Adding ability to set icon_emoji and username on b...

2019-06-12 Thread Eric Bartusch
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 1ece2024d152869b1eb821fe38b20c6783ad002b
  
https://github.com/jenkinsci/slack-plugin/commit/1ece2024d152869b1eb821fe38b20c6783ad002b
  Author: Eric Bartusch 
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
M pom.xml
M src/main/java/jenkins/plugins/slack/SlackNotifier.java
A src/main/java/jenkins/plugins/slack/SlackNotifierBuilder.java
M src/main/java/jenkins/plugins/slack/StandardSlackService.java
A src/main/java/jenkins/plugins/slack/StandardSlackServiceBuilder.java
M src/main/java/jenkins/plugins/slack/workflow/SlackSendStep.java
M src/main/resources/jenkins/plugins/slack/Messages.properties
M src/main/resources/jenkins/plugins/slack/SlackNotifier/config.jelly
M src/main/resources/jenkins/plugins/slack/SlackNotifier/global.jelly
M 
src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/config.jelly
A 
src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-botUser.html
A 
src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-iconEmoji.html
A 
src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-username.html
M src/main/webapp/help-globalConfig-botUser.html
A src/main/webapp/help-globalConfig-iconEmoji.html
A src/main/webapp/help-globalConfig-username.html
M src/main/webapp/help-projectConfig-botUser.html
A src/main/webapp/help-projectConfig-iconEmoji.html
A src/main/webapp/help-projectConfig-username.html
M src/test/java/jenkins/plugins/slack/SlackNotifierStub.java
M src/test/java/jenkins/plugins/slack/SlackNotifierTest.java
M src/test/java/jenkins/plugins/slack/StandardSlackServiceStub.java
M src/test/java/jenkins/plugins/slack/StandardSlackServiceTest.java
M 
src/test/java/jenkins/plugins/slack/workflow/SlackSendStepIntegrationTest.java
M src/test/java/jenkins/plugins/slack/workflow/SlackSendStepTest.java

  Log Message:
  ---
  Adding ability to set icon_emoji and username on bot messages (#578)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/slack-plugin/push/refs/heads/master/198dd3-1ece20%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/office-365-connector-plugin] cda956: skip all aborted builds when notifying back to nor...

2019-06-01 Thread Eric Bartusch
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: cda9569a5d25f8cfff14b86a396a36782b5c63a9
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/cda9569a5d25f8cfff14b86a396a36782b5c63a9
  Author: Eric Bartusch 
  Date:   2019-06-01 (Sat, 01 Jun 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/DecisionMaker.java

  Log Message:
  ---
  skip all aborted builds when notifying back to normal (#136)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/office-365-connector-plugin/push/refs/heads/master/3fe794-cda956%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/slack-plugin] 06b17f: Fix concurrent build back to normal notification m...

2019-05-30 Thread Eric Bartusch
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 06b17f20cfa752f037b59a7670ac6d3fbf793517
  
https://github.com/jenkinsci/slack-plugin/commit/06b17f20cfa752f037b59a7670ac6d3fbf793517
  Author: Eric Bartusch 
  Date:   2019-05-30 (Thu, 30 May 2019)

  Changed paths:
M src/main/java/jenkins/plugins/slack/ActiveNotifier.java

  Log Message:
  ---
  Fix concurrent build back to normal notification missed (#576)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/slack-plugin/push/refs/heads/master/4db734-06b17f%40github.com.
For more options, visit https://groups.google.com/d/optout.