Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parameterized-remote-trigger-plugin
  Commit: f9fc37f05f01598b658a089b789a0e58fadfae9b
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/f9fc37f05f01598b658a089b789a0e58fadfae9b
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteBuildConfiguration.java

  Log Message:
  -----------
  removing unnecessary null check

because a String concatination is being performed on the line above,
even if the 2 values are null (which worst case, they would be an empty
String) we will always end up with a String.


  Commit: a389bff12d9467eb824a1c6b00996f462ae3b463
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/a389bff12d9467eb824a1c6b00996f462ae3b463
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteBuildConfiguration.java

  Log Message:
  -----------
  security fix

no need to tell the word what URL and token is being used to trigger
the remote job ;-)


  Commit: 3f44c51874dc18fe5498d824b7cef23208a3b14e
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/3f44c51874dc18fe5498d824b7cef23208a3b14e
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteJenkinsServer.java

  Log Message:
  -----------
  fixing type-o


  Commit: 56889492822b12077559f231b9e3b5e5c72a1127
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/56889492822b12077559f231b9e3b5e5c72a1127
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating POM file in preparation for release

- changing Jenkins version (1.541 —> 1.509)
- excplcitly including the version of the maven-hpi-plugin to solve a
build issue (as suggested here:
https://groups.google.com/forum/#!topic/jenkinsci-dev/AvLG9MmqEuU)
- fixing some indentations


  Commit: 032f0f1dd215b7a98f1419fd2dac7b4b1f9ea21c
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/032f0f1dd215b7a98f1419fd2dac7b4b1f9ea21c
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteBuildConfiguration.java
    M 
src/main/resources/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteBuildConfiguration/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteBuildConfiguration/help-shouldNotFailBuild.html
    M 
src/main/resources/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteJenkinsServer/config.jelly

  Log Message:
  -----------
  new functionality: optionally failed build

Default behaviour is to fail the build if the remote build fails.
If this options is enabled, the build will NOT fail if the remote build
fails.


  Commit: 9b9cd9294ceb2bbac651a0753a065ef9f7f1b417
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/9b9cd9294ceb2bbac651a0753a065ef9f7f1b417
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M screenshots/3-build-configuration-2.png

  Log Message:
  -----------
  updating screenshot

to dispaly new the “do not fail if remote fails” option


  Commit: d03bc855ef5ecd1e496bd7828486c48833beb42e
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/d03bc855ef5ecd1e496bd7828486c48833beb42e
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  bumping to plugin version to 1.1


  Commit: 718aa02cb451e81269e700f3d2d4c7030dfc1386
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/718aa02cb451e81269e700f3d2d4c7030dfc1386
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Revert "bumping to plugin version to 1.1"

This reverts commit d03bc855ef5ecd1e496bd7828486c48833beb42e.


  Commit: fad554fe5f5f5226091346b123acade38cb3ec98
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/fad554fe5f5f5226091346b123acade38cb3ec98
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating plugin version


  Commit: 83fd42f893bbb7289cbab471340d13f487c0d002
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/83fd42f893bbb7289cbab471340d13f487c0d002
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  fixing SCM in the POM

apparently repo names are case-sensistive, and the Jenkins CI fork has
things in lower-case


  Commit: 9907396b3c0c548eb47b6a7d6330633798f7a4f0
      
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/9907396b3c0c548eb47b6a7d6330633798f7a4f0
  Author: Maurice Williams <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release Parameterized-Remote-Trigger-1.1


Compare: 
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/compare/8ad4c72c3c3f...9907396b3c0c

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to