Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 6969ba64c20dbe96e041742eb6fc9b1b1f17ad7b
      
https://github.com/jenkinsci/git-client-plugin/commit/6969ba64c20dbe96e041742eb6fc9b1b1f17ad7b
  Author: Mark Waite <[email protected]>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

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

  Log Message:
  -----------
  Beanstalk URL is no longer valid - remove from test


  Commit: 2ac8d0733af50859b1c235376e6b0e5ab2ee5add
      
https://github.com/jenkinsci/git-client-plugin/commit/2ac8d0733af50859b1c235376e6b0e5ab2ee5add
  Author: Mark Waite <[email protected]>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/AcceptFirstConnectionVerifierTest.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerifierTest.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerifierTest.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerifierTest.java

  Log Message:
  -----------
  Remove test calls to isKubernetesCI()

No benefit to calling a method that always returns false.  The tests now
require a docker environment, so they cannot be run on a Kubernetes agent.


  Commit: bfde394bae9900335e4e61efab057d9c5cbc5d55
      
https://github.com/jenkinsci/git-client-plugin/commit/bfde394bae9900335e4e61efab057d9c5cbc5d55
  Author: Mark Waite <[email protected]>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Add mockito-core javaagent for future Java compatibility

https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#0.3
warns that Java version 21 and later report a warning when trying to
use Mockito without the javaagent. Followed the instructions in their
documentation to add mockito javaagent.


  Commit: b3542c915580d19419d82cf91940db59d5a48d69
      
https://github.com/jenkinsci/git-client-plugin/commit/b3542c915580d19419d82cf91940db59d5a48d69
  Author: Mark Waite <[email protected]>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

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

  Log Message:
  -----------
  Simplify formatting of known hosts file content


  Commit: 58b1b7ba92ea9278685ba3330ae0e1cb24bffb7b
      
https://github.com/jenkinsci/git-client-plugin/commit/58b1b7ba92ea9278685ba3330ae0e1cb24bffb7b
  Author: Mark Waite <[email protected]>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerifierTest.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsTestUtil.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerifierTest.java

  Log Message:
  -----------
  Test host verifiers with a randomly selected ssh provider

The bitbucket.org ssh provider seems to be blocking access from the
ci.jenkins.io agents.  That causes tests to fail. Use other ssh providers.

Reduce the load on ssh providers by only testing one in ten times.
Spread the load by using a randomly selected ssh provider instead of
always using the same ssh provider.


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/1ae39dbf3341...58b1b7ba92ea

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-client-plugin/settings/notifications

-- 
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].
To view this discussion visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/master/1ae39d-58b1b7%40github.com.

Reply via email to