Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: 096421427613a850d8e2a203b5d481dea902be40
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/096421427613a850d8e2a203b5d481dea902be40
  Author: Radek Antoniuk <radek.anton...@gmail.com>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
    M pom.xml
    M src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBase.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBuildWrapperTest.java

  Log Message:
  -----------
  JENKINS-50181 - Test and updated dependencies for changes in ssh-credentials 
for keys without a newline


  Commit: 7444144a4768dff006796e219cc10d1c9048bb41
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/7444144a4768dff006796e219cc10d1c9048bb41
  Author: Radek Antoniuk <war...@users.noreply.github.com>
  Date:   2019-10-07 (Mon, 07 Oct 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump to released 1.17.13

Co-Authored-By: Matt Sicker <boa...@gmail.com>


  Commit: 5a6ba5cc57b2d7461932ebb7951c71039ba1a067
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/5a6ba5cc57b2d7461932ebb7951c71039ba1a067
  Author: Radek Antoniuk <radek.anton...@gmail.com>
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/RemoteAgentFactory.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/jna/JNRRemoteAgentFactory.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgentFactory.java

  Log Message:
  -----------
  Resolve spotbugs issues


  Commit: 5299109b856b4d065829ad1b20694335a3310c69
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/5299109b856b4d065829ad1b20694335a3310c69
  Author: Radek Antoniuk <radek.anton...@gmail.com>
  Date:   2020-10-26 (Mon, 26 Oct 2020)

  Changed paths:
    A .github/release-drafter.yml
    M README.md
    A docs/images/Screen_Shot_2012-10-26_at_11.54.21.png
    A docs/images/Screen_Shot_2012-10-26_at_12.25.04.png
    A docs/images/Screen_Shot_2012-10-26_at_12.26.13.png
    A docs/old-changelog.md
    M pom.xml
    A src/main/java/com/cloudbees/jenkins/plugins/sshagent/LauncherProvider.java
    M src/main/java/com/cloudbees/jenkins/plugins/sshagent/RemoteAgent.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/RemoteAgentFactory.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/exec/ExecRemoteAgentFactory.java
    M src/main/java/com/cloudbees/jenkins/plugins/sshagent/jna/AgentServer.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/jna/JNRRemoteAgent.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/jna/JNRRemoteAgentFactory.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgent.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgentFactory.java
    M src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBase.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepWorkflowTest.java

  Log Message:
  -----------
  Merge branch 'master' into JENKINS-50181-add-newline-to-private-keys


  Commit: 9c401ca68cc81a29877f89dc43df4e82fedfc3d7
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/9c401ca68cc81a29877f89dc43df4e82fedfc3d7
  Author: Radek Antoniuk <radek.anton...@ext.ec.europa.eu>
  Date:   2021-02-07 (Sun, 07 Feb 2021)

  Changed paths:
    A .github/dependabot.yml
    A .mvn/maven.config
    M pom.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into 
JENKINS-50181-add-newline-to-private-keys


  Commit: fb62bf93b69d09a29c2592ea986fce334dde4c70
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/fb62bf93b69d09a29c2592ea986fce334dde4c70
  Author: Radek Antoniuk <war...@users.noreply.github.com>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/jna/JNRRemoteAgentFactory.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgentFactory.java

  Log Message:
  -----------
  Apply suggestions from code review

Co-authored-by: Ramon Leon <manuelramonleonjime...@gmail.com>


  Commit: bf55ee486f7ea6de7c704b81955dd52dabef7efc
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/bf55ee486f7ea6de7c704b81955dd52dabef7efc
  Author: Radek Antoniuk <war...@users.noreply.github.com>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgentFactory.java

  Log Message:
  -----------
  Update 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgentFactory.java

Co-authored-by: Ramon Leon <manuelramonleonjime...@gmail.com>


  Commit: b680f4d7af14cde92cedf807773672541848893b
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/b680f4d7af14cde92cedf807773672541848893b
  Author: Radek Antoniuk <radek.anton...@gmail.com>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/RemoteAgentFactory.java

  Log Message:
  -----------
  revert unneded change


  Commit: c5c049f381f4d5c75d8e4ec6db98eb198a43356a
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/c5c049f381f4d5c75d8e4ec6db98eb198a43356a
  Author: Radek Antoniuk <radek.anton...@gmail.com>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/jna/JNRRemoteAgentFactory.java

  Log Message:
  -----------
  remove unneeded annotations


  Commit: 378d05d832293d56cd31327ba5e79e41433412e5
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/378d05d832293d56cd31327ba5e79e41433412e5
  Author: Radek Antoniuk <radek.anton...@gmail.com>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgentFactory.java

  Log Message:
  -----------
  remove annotations


  Commit: 40359d3ecfc2dfbade0857355403cee6defeb204
      
https://github.com/jenkinsci/ssh-agent-plugin/commit/40359d3ecfc2dfbade0857355403cee6defeb204
  Author: Ramon Leon <manuelramonleonjime...@gmail.com>
  Date:   2021-02-13 (Sat, 13 Feb 2021)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/jna/JNRRemoteAgentFactory.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/mina/MinaRemoteAgentFactory.java
    M src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBase.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBuildWrapperTest.java

  Log Message:
  -----------
  Merge pull request #30 from warden/JENKINS-50181-add-newline-to-private-keys


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/312681dedcde...40359d3ecfc2

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ssh-agent-plugin/push/refs/heads/master/312681-40359d%40github.com.

Reply via email to