Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rocketchatnotifier-plugin
  Commit: aafaa30be3b95f14fbd028f8cc57ccd7d23ab277
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/aafaa30be3b95f14fbd028f8cc57ccd7d23ab277
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating poms for 1.1.3-SNAPSHOT development


  Commit: 9458554abfe2ce56d97a7b619584288a8456bf6f
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/9458554abfe2ce56d97a7b619584288a8456bf6f
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Changelog


  Commit: 229e7a5bb997e330a20769d913cd3ded1583f4f7
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/229e7a5bb997e330a20769d913cd3ded1583f4f7
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating develop poms to master versions to avoid merge conflicts


  Commit: 550b354321b2a3ed3065c600dda1a04020827a7b
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/550b354321b2a3ed3065c600dda1a04020827a7b
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updating develop poms back to pre merge state


  Commit: 448ae1c1c5dedc443a19a93f0500cd081d5ade73
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/448ae1c1c5dedc443a19a93f0500cd081d5ade73
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  chore(build): Fix release prefix


  Commit: 705cf3e77088df1ace7aa4269c59dffa87b5c87b
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/705cf3e77088df1ace7aa4269c59dffa87b5c87b
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  refactor(dependencies): Remove obsolete dependency


  Commit: 51d4c98a8a804d2ad9f9fee129be3b45420e605c
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/51d4c98a8a804d2ad9f9fee129be3b45420e605c
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  docs(JIRA): Corrected JIRA link


  Commit: 14c4527a42763259d4e17831e5dfe8621785a322
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/14c4527a42763259d4e17831e5dfe8621785a322
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M README.md

  Log Message:
  -----------
  docs(README): Updating README


  Commit: d8ac5673882d0d762a9dc4292d776cdda9c8298a
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/d8ac5673882d0d762a9dc4292d776cdda9c8298a
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-02 (Fri, 02 Feb 2018)

  Changed paths:
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java
    A src/main/java/jenkins/plugins/rocketchatnotifier/utils/NetworkUtils.java
    A 
src/test/java/jenkins/plugins/rocketchatnotifier/utils/NetworkUtilsTest.java

  Log Message:
  -----------
  refactor(proxy): Rewrite proxy config logic

see #https://issues.jenkins-ci.org/browse/JENKINS-47858


  Commit: addcab41bf117eacb949f359dc08d29dc3d980af
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/addcab41bf117eacb949f359dc08d29dc3d980af
  Author: Lyndon Washington <lyndon.washing...@microfocus.com>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep.java
    M 
src/main/resources/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep/config.jelly
    M 
src/test/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendTest.java

  Log Message:
  -----------
  Fix for JENKINS-49407

- Updated the jelly template to include the new webhook parameters.

- Updated RocketSendStep.getRocketClient() to return the correct RocketClient 
implementation type based in the presence of the webhook parameters.

- Updated the unit tests with a version that handles the Webhook implementation.


  Commit: 6b094dfecac69baeb0b29795c05d229bd9e0cfa2
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/6b094dfecac69baeb0b29795c05d229bd9e0cfa2
  Author: Martin Reinhardt <cont...@martinreinhardt-online.de>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep.java
    M 
src/main/resources/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep/config.jelly
    M 
src/test/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendTest.java

  Log Message:
  -----------
  Merge pull request #19 from hoshposh/bugfix/JENKINS-49407

Fix for JENKINS-49407


  Commit: 673b6ea3880dd6c7b72ba9805829801a73870830
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/673b6ea3880dd6c7b72ba9805829801a73870830
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M README.md
    M pom.xml
    M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java
    M 
src/main/resources/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep/config.jelly

  Log Message:
  -----------
  fix(use-defaults): applying global defaults

see #JENKINS-48486


  Commit: 074a5e0266f2a809391905817713a6f88b85434d
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/074a5e0266f2a809391905817713a6f88b85434d
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java

  Log Message:
  -----------
  fix(proxy-error): Resolve #JENKINS-47858


  Commit: 4a8bdf77dc58c6e817b269fe0fe4adc14a5b270d
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/4a8bdf77dc58c6e817b269fe0fe4adc14a5b270d
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java

  Log Message:
  -----------
  fix(use-defaults): applying global defaults

see #JENKINS-48486


  Commit: 78c82df309938314ee0a06470dc979c432eb1a08
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/78c82df309938314ee0a06470dc979c432eb1a08
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  chore(build): Revert jenkins version for build


  Commit: 7cea962170982934867444692fb354365a87423d
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/7cea962170982934867444692fb354365a87423d
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java

  Log Message:
  -----------
  chore(build): Fix NPE


  Commit: 2582510a36cea28716d03bd3264b23a2af2474a9
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/2582510a36cea28716d03bd3264b23a2af2474a9
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating poms for 1.2.0 branch with snapshot versions


  Commit: a05ae7f41b1f165909fa4ae2ab6b0307d132b42f
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/a05ae7f41b1f165909fa4ae2ab6b0307d132b42f
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Changelog


  Commit: 677f43e40cb07881e8d63a68ace113165a8f9132
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/677f43e40cb07881e8d63a68ace113165a8f9132
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating poms for branch'release-1.2.0' with non-snapshot versions


  Commit: 3d095a151d2a0b18d009d526ff779d5c74ea1474
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/3d095a151d2a0b18d009d526ff779d5c74ea1474
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M CHANGELOG.md
    M README.md
    M pom.xml
    M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java
    A src/main/java/jenkins/plugins/rocketchatnotifier/utils/NetworkUtils.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep.java
    M 
src/main/resources/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep/config.jelly
    A 
src/test/java/jenkins/plugins/rocketchatnotifier/utils/NetworkUtilsTest.java
    M 
src/test/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendTest.java

  Log Message:
  -----------
  Merge branch 'release-1.2.0'


Compare: 
https://github.com/jenkinsci/rocketchatnotifier-plugin/compare/24cb6efcce90...3d095a151d2a

-- 
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.

Reply via email to