Branch: refs/heads/bug-i-think
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 05699e6ba280ca378f25f5e8e78bc09551a2ded5
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/05699e6ba280ca378f25f5e8e78bc09551a2ded5
  Author: Stephen Connolly <[email protected]>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbe.java

  Log Message:
  -----------
  Need to loop twice

In the event that a directory contains both `JENKINSFILE` and `Jenkinsfile`. If 
we are looking for `Jenkinsfile` then without looping twice we would see 
`JENKINSFILE` first (because alpha sort puts uppercase before lowercase) and 
return the alert of mismatch... what we want to do is exhaustively search for 
the correct name and only in the event of no exact match should we check for 
alternative case variants



      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/d/optout.

Reply via email to