Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 145cf57c9fa0cb0db296281f66174dd68f4882d5
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/145cf57c9fa0cb0db296281f66174dd68f4882d5
  Author: June Rhodes <jrhodes@redpoint.games>
  Date:   2018-11-28 (Wed, 28 Nov 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: abaa3492730bef4d3a7d98e77c2a5701b552cf4c
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/abaa3492730bef4d3a7d98e77c2a5701b552cf4c
  Author: June Rhodes <jrhodes@redpoint.games>
  Date:   2018-11-28 (Wed, 28 Nov 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: 3c2543ce3859800e9a1000809a3cf06b5f272c78
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/3c2543ce3859800e9a1000809a3cf06b5f272c78
  Author: June Rhodes <jrhodes@redpoint.games>
  Date:   2018-11-28 (Wed, 28 Nov 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: 762fcc4a11d494865b7436c28de925049a48f797
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/762fcc4a11d494865b7436c28de925049a48f797
  Author: June Rhodes <jrhodes@redpoint.games>
  Date:   2018-11-28 (Wed, 28 Nov 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: 02e41e8f780b2866ad5806b53c086dacea3dd4be
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/02e41e8f780b2866ad5806b53c086dacea3dd4be
  Author: June Rhodes <jrhodes@redpoint.games>
  Date:   2018-11-28 (Wed, 28 Nov 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: 10fbcafeaaa39183e20995267653015ff2ec6a01
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/10fbcafeaaa39183e20995267653015ff2ec6a01
  Author: June Rhodes <jrhodes@redpoint.games>
  Date:   2018-11-28 (Wed, 28 Nov 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: 423964bc0b20d6d2ebb95ad68fc8fa87f8a2dd4a
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/423964bc0b20d6d2ebb95ad68fc8fa87f8a2dd4a
  Author: Rachel Yen <rachel...@google.com>
  Date:   2018-12-03 (Mon, 03 Dec 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/ComputeEngineLinuxLauncher.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
    R 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-localSsdDisks.html
    M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-remoteFs.html
    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.


  Commit: 0c0613bcf3564b10846aa0c94d13f3497afc094b
      
https://github.com/jenkinsci/google-compute-engine-plugin/commit/0c0613bcf3564b10846aa0c94d13f3497afc094b
  Author: Evan Brown <evanbr...@google.com>
  Date:   2018-12-03 (Mon, 03 Dec 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/ComputeEngineLinuxLauncher.java
    A 
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
    A 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-remoteFs.html
    A 
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:
  -----------
  Merge pull request #10 from jenkinsci/windows-push

Windows VM feature


Compare: 
https://github.com/jenkinsci/google-compute-engine-plugin/compare/7bcfae34bd9f...0c0613bcf356
      **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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to