Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: a4266b45243841e369b20254ab3584bb2bfdb661
      
https://github.com/jenkinsci/git-plugin/commit/a4266b45243841e369b20254ab3584bb2bfdb661
  Author: Lee Marlow <[email protected]>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitStatus.java
  A src/test/java/hudson/plugins/git/GitStatusTest.java

  Log Message:
  -----------
  Teach GitStatus to handle notifications of specific branches

A comma delimited list of affected branches can be sent to the
notifyCommit endpoint now. Only the builds that match those branches
will be triggered. If no branch parameter is sent then any build that
matches the repository URL will be triggered.

http://yourserver/jenkins/git/notifyCommit?url=aUrl&branches=master,topic


  Commit: 710468e493ef0ecd842d4ea670a7508db133feec
      
https://github.com/jenkinsci/git-plugin/commit/710468e493ef0ecd842d4ea670a7508db133feec
  Author: Nicolas De loof <[email protected]>
  Date:   2012-03-06 (Tue, 06 Mar 2012)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitStatus.java
  A src/test/java/hudson/plugins/git/GitStatusTest.java

  Log Message:
  -----------
  Merge pull request #56 from lmarlow/notify_commit_with_branches

Teach GitStatus to handle notifications of specific branches


Compare: https://github.com/jenkinsci/git-plugin/compare/4311dfa...710468e

Reply via email to