[jenkinsci/google-compute-engine-plugin] e397a2: Added documentation

2022-07-18 Thread 'Avi Shah' via Jenkins Commits
  Branch: refs/heads/develop-docs
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: e397a29f2d8119932d22f88127f60e16021435e8
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/e397a29f2d8119932d22f88127f60e16021435e8
  Author: Avi Shah <106354980+avishah...@users.noreply.github.com>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
M docs/Home.md

  Log Message:
  ---
  Added documentation


-- 
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/google-compute-engine-plugin/push/refs/heads/develop-docs/00-e397a2%40github.com.


[jenkinsci/google-compute-engine-plugin] 7fdd83: Modified help messages and removed some logging

2022-07-07 Thread &#x27;Avi Shah&#x27; via Jenkins Commits
  Branch: refs/heads/develop-customssh
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 7fdd8319d245df5fea39d67e53d0e97c20d31484
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/7fdd8319d245df5fea39d67e53d0e97c20d31484
  Author: Avi Shah 
  Date:   2022-07-07 (Thu, 07 Jul 2022)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
M 
src/main/resources/com/google/jenkins/plugins/computeengine/SshConfiguration/help-customPrivateKeyCredentialsId.html
M 
src/main/resources/com/google/jenkins/plugins/computeengine/WindowsConfiguration/help-privateKeyCredentialsId.html

  Log Message:
  ---
  Modified help messages and removed some logging


-- 
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/google-compute-engine-plugin/push/refs/heads/develop-customssh/020f1f-7fdd83%40github.com.


[jenkinsci/google-compute-engine-plugin] 020f1f: Additional testing

2022-06-30 Thread &#x27;Avi Shah&#x27; via Jenkins Commits
  Branch: refs/heads/develop-customssh
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 020f1fbf8f0008a309f73297bbde9a5693b43284
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/020f1fbf8f0008a309f73297bbde9a5693b43284
  Author: Avi Shah 
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
M 
src/test/java/com/google/jenkins/plugins/computeengine/GoogleKeyPairTest.java
M 
src/test/java/com/google/jenkins/plugins/computeengine/integration/ComputeEngineCloudTemplateIT.java
M 
src/test/java/com/google/jenkins/plugins/computeengine/integration/ITUtil.java

  Log Message:
  ---
  Additional testing


-- 
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/google-compute-engine-plugin/push/refs/heads/develop-customssh/19408a-020f1f%40github.com.


[jenkinsci/google-compute-engine-plugin] 19408a: More refactoring and commenting

2022-06-29 Thread &#x27;Avi Shah&#x27; via Jenkins Commits
  Branch: refs/heads/develop-customssh
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 19408a9bd655ac7196e3af3ec65a5e397d40215e
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/19408a9bd655ac7196e3af3ec65a5e397d40215e
  Author: Avi Shah 
  Date:   2022-06-29 (Wed, 29 Jun 2022)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineLinuxLauncher.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ssh/GoogleKeyCredential.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ssh/GoogleKeyPair.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ssh/GooglePrivateKey.java
M 
src/test/java/com/google/jenkins/plugins/computeengine/SshConfigurationTest.java

  Log Message:
  ---
  More refactoring and commenting


-- 
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/google-compute-engine-plugin/push/refs/heads/develop-customssh/13c332-19408a%40github.com.


[jenkinsci/google-compute-engine-plugin] 13c332: Refactored and added unit testing for SshConfigura...

2022-06-29 Thread &#x27;Avi Shah&#x27; via Jenkins Commits
  Branch: refs/heads/develop-customssh
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 13c3323c77cd4c8c407b842b73cb44a3023087fe
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/13c3323c77cd4c8c407b842b73cb44a3023087fe
  Author: Avi Shah 
  Date:   2022-06-29 (Wed, 29 Jun 2022)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/SshConfiguration.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ssh/GoogleKeyPair.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ssh/GooglePrivateKey.java
A 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-sshConfiguration.html
A 
src/main/resources/com/google/jenkins/plugins/computeengine/SshConfiguration/help-customPrivateKeyCredentialsId.html
A 
src/test/java/com/google/jenkins/plugins/computeengine/SshConfigurationTest.java

  Log Message:
  ---
  Refactored and added unit testing for SshConfiguration


-- 
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/google-compute-engine-plugin/push/refs/heads/develop-customssh/55c391-13c332%40github.com.


[jenkinsci/google-compute-engine-plugin] 55c391: initial changes to allow custom ssh key

2022-06-22 Thread &#x27;Avi Shah&#x27; via Jenkins Commits
  Branch: refs/heads/develop-customssh
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 55c3911e059dac14eddc348b0971d65e621eae64
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/55c3911e059dac14eddc348b0971d65e621eae64
  Author: Avi Shah 
  Date:   2022-06-22 (Wed, 22 Jun 2022)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineInstance.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineLinuxLauncher.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
A 
src/main/java/com/google/jenkins/plugins/computeengine/SshConfiguration.java
A 
src/main/java/com/google/jenkins/plugins/computeengine/ssh/GoogleKeyCredential.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ssh/GoogleKeyPair.java
A 
src/main/java/com/google/jenkins/plugins/computeengine/ssh/GooglePrivateKey.java
M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
A 
src/main/resources/com/google/jenkins/plugins/computeengine/SshConfiguration/config.jelly
M 
src/test/java/com/google/jenkins/plugins/computeengine/integration/ITUtil.java

  Log Message:
  ---
  initial changes to allow custom ssh key


-- 
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/google-compute-engine-plugin/push/refs/heads/develop-customssh/00-55c391%40github.com.