Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: d99e33ed337ae8c7bebe2fc6eb5dfc69dab3e48a
      
https://github.com/jenkinsci/docker-plugin/commit/d99e33ed337ae8c7bebe2fc6eb5dfc69dab3e48a
  Author: Peter Darton <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
    M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java
    M 
src/test/java/io/jenkins/docker/connector/DockerComputerAttachConnectorTest.java
    M src/test/java/io/jenkins/docker/connector/DockerComputerConnectorTest.java
    M 
src/test/java/io/jenkins/docker/connector/DockerComputerJNLPConnectorTest.java
    M 
src/test/java/io/jenkins/docker/connector/DockerComputerSSHConnectorTest.java

  Log Message:
  -----------
  Fix SSH-connector unit-tests (#762)

* The official ssh-slave (now) requires additional configuration for the
old unit test to work, as java is no longer found on the PATH when the
container is invoked as it is here.  That broke the injected-key test.
* There never was a unit-test for the specified-credentials method (only
the injected-key one) so that's been added too.
* The unit-test's cleanup code was a TODO statement, so it left things
in a mess that tended to prevent other tests from running properly.


-- 
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 on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/debd44-d99e33%40github.com.

Reply via email to