Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 324d1cbc08801106e1dc46b2228dfb1c0cb7e779
      
https://github.com/jenkinsci/git-client-plugin/commit/324d1cbc08801106e1dc46b2228dfb1c0cb7e779
  Author: Mark Waite <[email protected]>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

  Changed paths:
    R src/test/java/org/jenkinsci/plugins/gitclient/trilead/TrileadTest.java

  Log Message:
  -----------
  Remove TrileadTest - CredentialTest replaced it long ago


  Commit: d0a4a4e3c3237c2ec72f645393ece19e351e769a
      
https://github.com/jenkinsci/git-client-plugin/commit/d0a4a4e3c3237c2ec72f645393ece19e351e769a
  Author: Mark Waite <[email protected]>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  -----------
  Allow passphrases in CredentialsTest

The repos.json file stored outside the source repository can now include
a passphrase value in its definition of the tests to run.  The file is
intentionally stored outside the source repository so that "real secrets"
can be used without disclosing them in the public repository.

An example ~/.ssh/auth-data/repos.json with passphrase might look
like this:

[
    {
  "comment": "My passphrase protected private key",
  "url": "[email protected]:git/bare-repos/test.git
  "username": "user",
  "passphrase": "a-test-passphrase"
  "keyfile": "passphrases/a-test-passphrase/id_rsa"
    },
]

The ~/.ssh/auth-data directory would then include files:

    auth-data/repos.json
    auth-data/passphrases/a-test-passphrase/id_rsa
    auth-data/passphrases/a-test-passphrase/id_rsa.pub


  Commit: 182220d5528d92199a6543493ec899925fe9dcff
      
https://github.com/jenkinsci/git-client-plugin/commit/182220d5528d92199a6543493ec899925fe9dcff
  Author: Mark Waite <[email protected]>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M src/test/java/hudson/plugins/git/GitAPIBadInitTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/CliGitAPIImplTest.java

  Log Message:
  -----------
  Fix junit assert imports in two files


  Commit: 27672b886b3f24a62af892e33c3b674a6f9aa595
      
https://github.com/jenkinsci/git-client-plugin/commit/27672b886b3f24a62af892e33c3b674a6f9aa595
  Author: Mark Waite <[email protected]>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/8d738d737b5c...27672b886b3f

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