Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 2aff7afab515725c1a2033b2eb80de7a60b2c83f
      
https://github.com/jenkinsci/git-plugin/commit/2aff7afab515725c1a2033b2eb80de7a60b2c83f
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2018-03-07 (Wed, 07 Mar 2018)

  Changed paths:
    M src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java

  Log Message:
  -----------
  Fetch tags from public repo for GitSCMFileSystemTest

Tests running in a continuous integration job from a private forked repo
may fail because the job itself does not have access to the private fork
during its execution.  The checkout step of the job uses the credentials
for the private forked repo, but (correctly) does not allow the job
access to those credentials.

Found this issue while fixing SECURITY-723 Unauthenticated user
information disclosure

The fetch is only performed if the required tags are not already found
in the repository.


  Commit: aecfb07f3fd97efc21e2d8b9956f46034072bcef
      
https://github.com/jenkinsci/git-plugin/commit/aecfb07f3fd97efc21e2d8b9956f46034072bcef
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2018-03-07 (Wed, 07 Mar 2018)

  Changed paths:
    M src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java

  Log Message:
  -----------
  Merge pull request #576 from MarkEWaite/fix-GitSCMFileSystemTest-setup

Fetch tags from public repo for GitSCMFileSystemTest


Compare: 
https://github.com/jenkinsci/git-plugin/compare/740b50135247...aecfb07f3fd9

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