Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 616da8a1124b103c351e275540bce6eec9ce2959
      
https://github.com/jenkinsci/git-plugin/commit/616da8a1124b103c351e275540bce6eec9ce2959
  Author: Jesse Glick <[email protected]>
  Date:   2014-06-19 (Thu, 19 Jun 2014)

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

  Log Message:
  -----------
  Removing @Exported from getRepositories() since it does not work anyway.
RemoteConfig, being in JGit, is not an @ExportedBean.
Stapler throws NotExportableException, but Property.writeValue ignores it since 
it is part of a list.
Thus regardless of how the SCM is configured, you always get the useless
    "repositories" : [
      {
  
      }
    ],


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