Branch: refs/heads/master
Home: https://github.com/jenkinsci/ssh-agent-plugin
Commit: 56e659bffcefaeb17a3af33f6bbee4634c9a0d41
https://github.com/jenkinsci/ssh-agent-plugin/commit/56e659bffcefaeb17a3af33f6bbee4634c9a0d41
Author: Jon Sten <[email protected]>
Date: 2020-01-10 (Fri, 10 Jan 2020)
Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/sshagent/RemoteAgent.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBuildWrapper.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepExecution.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/exec/ExecRemoteAgent.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/jna/JNRRemoteAgent.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgent.java
M
src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepWorkflowTest.java
Log Message:
-----------
Fixed durability bug in sshAgent step
sshAgent script failed with exception at the end of the step if the
connection to the build agent dropped and resurrected during the step
execution. Solves JENKINS-59259.
Commit: 96f2b21860604c9ec24ddbc8c49ba265b5f0cee9
https://github.com/jenkinsci/ssh-agent-plugin/commit/96f2b21860604c9ec24ddbc8c49ba265b5f0cee9
Author: Jesse Glick <[email protected]>
Date: 2020-01-10 (Fri, 10 Jan 2020)
Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/sshagent/RemoteAgent.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBuildWrapper.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepExecution.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/exec/ExecRemoteAgent.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/jna/JNRRemoteAgent.java
M
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgent.java
M
src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepWorkflowTest.java
Log Message:
-----------
Merge pull request #33 from jonsten/durabilityCrash
[JENKINS-59259] Fix durability crash in sshAgent step
Compare:
https://github.com/jenkinsci/ssh-agent-plugin/compare/2ef98d6e47dd...96f2b2186060
--
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/ssh-agent-plugin/push/refs/heads/master/2ef98d-96f2b2%40github.com.