Branch: refs/heads/windows-push
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 69320c2f52f396f075262dd46e98e2f0de3a269a
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/69320c2f52f396f075262dd46e98e2f0de3a269a
  Author: June Rhodes <[email protected]>
  Date:   2018-07-11 (Wed, 11 Jul 2018)

  Changed paths:
    M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineInstance.java
    A 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineWindowsLauncher.java
    M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
    M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
    A 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windows.html
    M 
src/test/java/com/google/jenkins/plugins/computeengine/InstanceConfigurationTest.java

  Log Message:
  -----------
  Add support for Windows instances on Google Cloud


  Commit: b6a71b4f6af0d388ed7c55aad49df17f69484944
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/b6a71b4f6af0d388ed7c55aad49df17f69484944
  Author: June Rhodes <[email protected]>
  Date:   2018-07-11 (Wed, 11 Jul 2018)

  Changed paths:
    M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineWindowsLauncher.java
    M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windows.html

  Log Message:
  -----------
  Fix launch strings


  Commit: 53ce3a6fe22f19de5de1da601efb7a4586503940
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/53ce3a6fe22f19de5de1da601efb7a4586503940
  Author: June Rhodes <[email protected]>
  Date:   2018-07-11 (Wed, 11 Jul 2018)

  Changed paths:
    M 
src/test/java/com/google/jenkins/plugins/computeengine/ComputeEngineCloudIT.java
    M 
src/test/java/com/google/jenkins/plugins/computeengine/InstanceConfigurationTest.java

  Log Message:
  -----------
  Fix tests


  Commit: e0f833325770c5bf25952e682b79a997c98c1177
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/e0f833325770c5bf25952e682b79a997c98c1177
  Author: June Rhodes <[email protected]>
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:
    M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineWindowsLauncher.java
    M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
    M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
    A 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-localSsdDisks.html
    M 
src/test/java/com/google/jenkins/plugins/computeengine/ComputeEngineCloudIT.java
    M 
src/test/java/com/google/jenkins/plugins/computeengine/InstanceConfigurationTest.java

  Log Message:
  -----------
  Add support for attaching local SSDs


  Commit: 7bf531b365a43698cd74ddd0b5619cd629c7ddfe
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/7bf531b365a43698cd74ddd0b5619cd629c7ddfe
  Author: June Rhodes <[email protected]>
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:
    M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
    M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
    A 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-remoteFs.html
    M 
src/test/java/com/google/jenkins/plugins/computeengine/ComputeEngineCloudIT.java
    M 
src/test/java/com/google/jenkins/plugins/computeengine/InstanceConfigurationTest.java

  Log Message:
  -----------
  Add support for configuring remote workspace location


  Commit: 5b3a11f72c04248751da0fb46d705feccd83a2b2
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/5b3a11f72c04248751da0fb46d705feccd83a2b2
  Author: June Rhodes <[email protected]>
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:
    M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineWindowsLauncher.java

  Log Message:
  -----------
  Workaround an issue for Java applications where they can't create folders on 
a newly created NTFS partition until another application creates a folder

Documented here: https://partners.redstor.com/faqs/893


  Commit: 3a149eb2759f9f176df09bdd9559a9e53655debe
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/3a149eb2759f9f176df09bdd9559a9e53655debe
  Author: Rachel Yen <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M 
src/test/java/com/google/jenkins/plugins/computeengine/ComputeEngineCloudIT.java

  Log Message:
  -----------
  Updated image in Integration test.


  Commit: 7aebeaf2c0713f8c076514667f56490c32ba4933
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/7aebeaf2c0713f8c076514667f56490c32ba4933
  Author: John La Barge <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
    M 
src/main/java/com/google/jenkins/plugins/computeengine/client/ComputeClient.java
    M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
    A 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-minCpuPlatform.html
    M 
src/test/java/com/google/jenkins/plugins/computeengine/ComputeEngineCloudIT.java
    M 
src/test/java/com/google/jenkins/plugins/computeengine/InstanceConfigurationTest.java

  Log Message:
  -----------
  Add minCpuPlatform parameter.


  Commit: ebefea6b8243d878706691df2e61681b954b0abc
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/ebefea6b8243d878706691df2e61681b954b0abc
  Author: Rachel Yen <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    A 
src/main/resources/com/google/jenkins/plugins/computeengine/ComputeEngineComputer/configure.jelly

  Log Message:
  -----------
  Form for configuring instances during a build. View only


  Commit: 3f4f06f86c7e5a42f386cd6435d01a81fc9b3d78
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/3f4f06f86c7e5a42f386cd6435d01a81fc9b3d78
  Author: Rachel Yen <[email protected]>
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
    M CONTRIBUTING.md
    A WINDOWS.md
    M pom.xml
    M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineInstance.java
    M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineWindowsLauncher.java
    M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
    A 
src/main/java/com/google/jenkins/plugins/computeengine/WindowsConfiguration.java
    M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
    M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windows.html
    A 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windowsPasswordCredentialsId.html
    A 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windowsPrivateKeyCredentialsId.html
    M 
src/test/java/com/google/jenkins/plugins/computeengine/ComputeEngineCloudIT.java
    A 
src/test/java/com/google/jenkins/plugins/computeengine/ComputeEngineCloudWindowsIT.java
    M 
src/test/java/com/google/jenkins/plugins/computeengine/InstanceConfigurationTest.java
    A windows-image-install.ps1
    A windows-it-install.ps1
    A windows_images/credentialsdropdown.png
    A windows_images/sshcred.png
    A windows_images/usernamepassword.png
    A windows_images/windowsconfig.png

  Log Message:
  -----------
  removed localSSD and added the windows IT for ComputeEngineCloud

Added key-based authentication for SSH'ing into Windows VM's. Completed 
Integration tests, improved security,  and documentation for windows.


Compare: 
https://github.com/jenkinsci/google-compute-engine-plugin/compare/69320c2f52f3^...3f4f06f86c7e
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to