Branch: refs/heads/JENKINS-14026
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: ab720af8b26bb6fe21073c4d038b609cd4316fb8
      
https://github.com/jenkinsci/git-plugin/commit/ab720af8b26bb6fe21073c4d038b609cd4316fb8
  Author: Vincent Latombe <[email protected]>
  Date:   2014-01-09 (Thu, 09 Jan 2014)

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

  Log Message:
  -----------
  SELECTED FOR DEVELOPMENT - issue SF-57: Jenkins is not able to build
branches containing a / 
http://rndwww.nce.amadeus.net/agile/browse/SF-57


  Commit: 12b16252efb7f6ad0cb80ff04f7557b60f7bfaca
      
https://github.com/jenkinsci/git-plugin/commit/12b16252efb7f6ad0cb80ff04f7557b60f7bfaca
  Author: Vincent Latombe <[email protected]>
  Date:   2014-01-09 (Thu, 09 Jan 2014)

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

  Log Message:
  -----------
  [FIXED JENKINS-14026] git plugin doesn't support branch name contains
slash ("/")

The main issue is to determine whether an input containing a slash is a
qualified branch (remote followed by branch name) or a branch name on
which the remote name needs to be prepended.

When there is only one remote involved, that can be solved by prepending
the remote name to the branch name if the branch name doesn't already
start with the remote name.

Note : This commit doesn't cover cases where the given branch name is a
pattern


Compare: 
https://github.com/jenkinsci/git-plugin/compare/ab720af8b26b^...12b16252efb7

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