Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin
  Commit: 1547453d31954f115e7b194041a016a83d534d60
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/1547453d31954f115e7b194041a016a83d534d60
  Author: Matt Sicker <[email protected]>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Modernize pom and use Jenkins 2.190.3

Signed-off-by: Matt Sicker <[email protected]>


  Commit: d0f849b456e3b646653bbb23f9bd01458de2619b
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/d0f849b456e3b646653bbb23f9bd01458de2619b
  Author: Matt Sicker <[email protected]>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPasswordAuthenticator.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPublicKeyAuthenticator.java

  Log Message:
  -----------
  Extract constants

Signed-off-by: Matt Sicker <[email protected]>


  Commit: 6407359e13a4e414e3c1e193817130b702176c1c
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/6407359e13a4e414e3c1e193817130b702176c1c
  Author: Matt Sicker <[email protected]>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/SSHAuthenticator.java

  Log Message:
  -----------
  Apply Java 8 code cleanup and refactorings

Signed-off-by: Matt Sicker <[email protected]>


  Commit: 79f48d705c497ad4fc8ddb998f50d57c4aaa3129
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/79f48d705c497ad4fc8ddb998f50d57c4aaa3129
  Author: Matt Sicker <[email protected]>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey.java
    R src/main/webapp/images/16x16/ssh-key.png
    R src/main/webapp/images/24x24/ssh-key.png
    R src/main/webapp/images/32x32/ssh-key.png
    R src/main/webapp/images/48x48/ssh-key.png
    A src/main/webapp/images/ssh-key.svg

  Log Message:
  -----------
  Modernize code and icon

Signed-off-by: Matt Sicker <[email protected]>


  Commit: e3f7d9ed97c8f07addd1a3ccf83b128c1ad9ed6d
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/e3f7d9ed97c8f07addd1a3ccf83b128c1ad9ed6d
  Author: Matt Sicker <[email protected]>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKeyTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPasswordAuthenticatorTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPublicKeyAuthenticatorTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPasswordAuthenticatorTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPublicKeyAuthenticatorTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/jcasc/ExportImportRoundTripCasCSSHCredentialsTest.java

  Log Message:
  -----------
  Clean up test code

Signed-off-by: Matt Sicker <[email protected]>


  Commit: ccf1efaaaab6cbe1c24e3e391ff7884008e4f816
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/ccf1efaaaab6cbe1c24e3e391ff7884008e4f816
  Author: Matt Sicker <[email protected]>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    A .github/dependabot.yml

  Log Message:
  -----------
  Enable Dependabot


  Commit: a4a44295dad01e4afa76c253835f949783922848
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/a4a44295dad01e4afa76c253835f949783922848
  Author: Matt Sicker <[email protected]>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    A .github/dependabot.yml
    M pom.xml
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/SSHAuthenticator.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPasswordAuthenticator.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPublicKeyAuthenticator.java
    R src/main/webapp/images/16x16/ssh-key.png
    R src/main/webapp/images/24x24/ssh-key.png
    R src/main/webapp/images/32x32/ssh-key.png
    R src/main/webapp/images/48x48/ssh-key.png
    A src/main/webapp/images/ssh-key.svg
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKeyTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPasswordAuthenticatorTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPublicKeyAuthenticatorTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPasswordAuthenticatorTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPublicKeyAuthenticatorTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/jcasc/ExportImportRoundTripCasCSSHCredentialsTest.java

  Log Message:
  -----------
  Merge pull request #51 from jvz/maint

General maintenance


Compare: 
https://github.com/jenkinsci/ssh-credentials-plugin/compare/2bb8f748701c...a4a44295dad0

-- 
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-credentials-plugin/push/refs/heads/master/2bb8f7-a4a442%40github.com.

Reply via email to