Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 97fdec59c3ee3cbb6bfccaf5f88fb9a5fad7f194
      
https://github.com/jenkinsci/git-plugin/commit/97fdec59c3ee3cbb6bfccaf5f88fb9a5fad7f194
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2015-05-22 (Fri, 22 May 2015)

  Changed paths:
    M src/test/resources/namespaceBranchRepo.ls-remote
    M src/test/resources/namespaceBranchRepo.zip

  Log Message:
  -----------
  Add branches to namespace branch repository zip file for tests

Branches now look like:

    * 74ae8c2 (b_namespace3/feature4) Add file b_namespace3/feature4 on branch 
b_namespace3/feature4
    | * 73d4779 (a_tests/b_namespace3/feature3) Add file 
a_tests/b_namespace3/feature3 on branch a_tests/b_namespace3/feature3
    |/
    | * b00d0c5 (tag: TagA, branchForTagA) Local branch 'branchForTagA'
    |/
    | * dde47cb (tag: TagBAnnotated, branchForTagBAnnotated) Local branch 
'branchForTagBAnnotated'
    |/
    | * 3e73b26 (a_tests/b_namespace2/master) Local branch 
'a_tests/b_namespace2/master'
    |/
    | * d940b84 (a_tests/b_namespace3/master) Local branch 
'a_tests/b_namespace3/master'
    |/
    | * 0b97e49 (b_namespace3/master) Local branch 'b_namespace3/master'
    |/
    | * 1aeaf86 (a_tests/b_namespace1/master) Local branch 
'a_tests/b_namespace1/master'
    |/
    * 86e6eec (HEAD -> master) Initial commit

Adds new branches to test JENKINS-28506, introduced in changes between
git plugin 2.3.4 and 2.3.5.


  Commit: 5b5a00458f98055fa294713e2cf0a8fd67d8c88c
      
https://github.com/jenkinsci/git-plugin/commit/5b5a00458f98055fa294713e2cf0a8fd67d8c88c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2015-05-22 (Fri, 22 May 2015)

  Changed paths:
    M src/test/java/hudson/plugins/git/CliGitSCMTriggerLocalPollTest.java
    M src/test/java/hudson/plugins/git/CliGitSCMTriggerRemotePollTest.java
    M src/test/java/hudson/plugins/git/JGitSCMTriggerLocalPollTest.java
    M src/test/java/hudson/plugins/git/JGitSCMTriggerRemotePollTest.java
    M src/test/java/hudson/plugins/git/SCMTriggerTest.java

  Log Message:
  -----------
  Add additional SCM trigger tests to show JENKINS-28506

Reduce special cases in trigger tests to 1 isChangeExpected() method.
Several of the tests show known existing remote polling issues.  Those
known issues cannot be resolved without significant risk to backward
compatibility, so they are intentionally not being fixed.


  Commit: 0813f58a50140349c67496eaee5e13b73698006c
      
https://github.com/jenkinsci/git-plugin/commit/0813f58a50140349c67496eaee5e13b73698006c
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/test/java/hudson/plugins/git/CliGitSCMTriggerLocalPollTest.java
    M src/test/java/hudson/plugins/git/CliGitSCMTriggerRemotePollTest.java
    M src/test/java/hudson/plugins/git/JGitSCMTriggerLocalPollTest.java
    M src/test/java/hudson/plugins/git/JGitSCMTriggerRemotePollTest.java
    M src/test/java/hudson/plugins/git/SCMTriggerTest.java

  Log Message:
  -----------
  we expect same behavior for remote and local polling


  Commit: b71ed52e50dd7ffa4e11de224359a0db9c0fbf91
      
https://github.com/jenkinsci/git-plugin/commit/b71ed52e50dd7ffa4e11de224359a0db9c0fbf91
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/BranchSpec.java

  Log Message:
  -----------
  document supported syntax


  Commit: f63e20a7f7c3f1d347d0357e61e2612ee40a983d
      
https://github.com/jenkinsci/git-plugin/commit/f63e20a7f7c3f1d347d0357e61e2612ee40a983d
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java

  Log Message:
  -----------
  [FIX JENKINS-28506] restore support fo refs/heads/branch branch specifier


  Commit: f53bbf2e10a5790c5785491d26746f9f27489985
      
https://github.com/jenkinsci/git-plugin/commit/f53bbf2e10a5790c5785491d26746f9f27489985
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/BranchSpec.java
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/test/java/hudson/plugins/git/TestBranchSpec.java

  Log Message:
  -----------
  be more flexible with refs/*


  Commit: c9a8e11fd7f63f6bda64c0cefd430e1a9ae32db5
      
https://github.com/jenkinsci/git-plugin/commit/c9a8e11fd7f63f6bda64c0cefd430e1a9ae32db5
  Author: Nicolas De loof <nicolas.del...@gmail.com>
  Date:   2015-06-04 (Thu, 04 Jun 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/BranchSpec.java
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/test/java/hudson/plugins/git/CliGitSCMTriggerRemotePollTest.java
    M src/test/java/hudson/plugins/git/JGitSCMTriggerRemotePollTest.java
    M src/test/java/hudson/plugins/git/SCMTriggerTest.java
    M src/test/java/hudson/plugins/git/TestBranchSpec.java
    M src/test/resources/namespaceBranchRepo.ls-remote
    M src/test/resources/namespaceBranchRepo.zip

  Log Message:
  -----------
  Merge pull request #324 from ndeloof/JENKINS-28506

[FIXED JENKINS-28506] - Git fails to trigger from polling for refs/heads/ style 
branch name


Compare: 
https://github.com/jenkinsci/git-plugin/compare/06415b9b9d3d...c9a8e11fd7f6

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