[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-08-18 Thread raihaan.shouh...@autodesk.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raihaan Shouhell updated  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-33350  
 
 
  Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
Change By: 
 Raihaan Shouhell  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 1.45  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.5186.1566184141468%40Atlassian.JIRA.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-08-18 Thread raihaan.shouh...@autodesk.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raihaan Shouhell commented on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 Tim Brown this is in the latest release 1.45  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.5198.1566184141653%40Atlassian.JIRA.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-08-02 Thread bittebr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Brown edited a comment on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 Do you know when this fix will be in a release? *Update 1* As a workaround we are trying to set this in the Advanced > Userdata field:{code:xml} # Set administrator password net user Administrator yourpassword wmic useraccount where "name='Administrator'" set PasswordExpires=FALSE # Configure and restart the WinRM Service; Enable the required firewall exception Stop-Service -Name WinRM Set-Service -Name WinRM -StartupType Automatic netsh advfirewall firewall set rule name="Windows Remote Management (HTTP-In)" new action="" localip=any remoteip=any Start-Service -Name WinRM {code} *Update 2*Even adding the Userdata doesn't connect properly. Even though I can connect using the below python script connects with the same credentials.{code:python}import sysimport winrmsession = winrm.Session(sys.argv[1], auth=('Administrator', sys.argv[2]))response = session.run_cmd('ipconfig', ['/all'])print(response.std_out){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.6729.1564752840704%40Atlassian.JIRA.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-08-02 Thread bittebr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Brown edited a comment on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 Do you know when this fix will be in a release?As a workaround we are trying to set this in the Advanced > Userdata field: {code:xml}  ``` # Set administrator passwordnet user Administrator yourpasswordwmic useraccount where "name='Administrator'" set PasswordExpires=FALSE# Configure and restart the WinRM Service; Enable the required firewall exceptionStop-Service -Name WinRMSet-Service -Name WinRM -StartupType Automaticnetsh advfirewall firewall set rule name="Windows Remote Management (HTTP-In)" new action="" localip=any remoteip=anyStart-Service -Name WinRM ``` {code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.6694.1564751820775%40Atlassian.JIRA.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-08-02 Thread bittebr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Brown edited a comment on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 Do you know when this fix will be in a release? As a workaround we are trying to set this in the Advanced > Userdata field:```# Set administrator passwordnet user Administrator yourpasswordwmic useraccount where "name='Administrator'" set PasswordExpires=FALSE# Configure and restart the WinRM Service; Enable the required firewall exceptionStop-Service -Name WinRMSet-Service -Name WinRM -StartupType Automaticnetsh advfirewall firewall set rule name="Windows Remote Management (HTTP-In)" new action="" localip=any remoteip=anyStart-Service -Name WinRM```  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.6683.1564751701154%40Atlassian.JIRA.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-08-02 Thread bittebr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Brown commented on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 Do you know when this fix will be in a release?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.6656.1564751520763%40Atlassian.JIRA.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-07-07 Thread raihaan.shouh...@autodesk.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raihaan Shouhell commented on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 Feature currently in master  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.3824.1562555640210%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-07-07 Thread raihaan.shouh...@autodesk.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raihaan Shouhell updated  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-33350  
 
 
  Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
Change By: 
 Raihaan Shouhell  
 
 
Status: 
 In Progress Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.3814.156281051%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-06-28 Thread raihaan.shouh...@autodesk.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raihaan Shouhell assigned an issue to Raihaan Shouhell  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-33350  
 
 
  Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
Change By: 
 Raihaan Shouhell  
 
 
Assignee: 
 Francis Upton Raihaan Shouhell  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.11904.1561743601026%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2019-06-28 Thread raihaan.shouh...@autodesk.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raihaan Shouhell started work on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Raihaan Shouhell  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.168755.1457344701000.11914.1561743601249%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2018-03-21 Thread justin.george...@halliburton.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Justin Georgeson commented on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 We use Packer to build our AMIs.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2018-03-21 Thread jasju...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Juang edited a comment on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 [~jg_lgc] Another problem I ran into is it is quite difficult to update the windows AMI. Say I have a collection of external libraries required to build my project in the AMI and I want to update it. I will create an instance of this AMI, update the libraries and then sysprep it to create a new AMI. However, there is a limitation in the numbers of sysprep I can do, so I had to create the AMI from scratch periodically which is quite troublesome compare to linux where you can create an image of an instance infinite amount of times. If I have a window server on 24/7 I won't run into  the  this  problem but it's too expensive to do so. Were you able to figure out a better solution?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2018-03-21 Thread jasju...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Juang commented on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 Justin Georgeson Another problem I ran into is it is quite difficult to update the windows AMI. Say I have a collection of external libraries required to build my project in the AMI and I want to update it. I will create an instance of this AMI, update the libraries and then sysprep it to create a new AMI. However, there is a limitation in the numbers of sysprep I can do, so I had to create the AMI from scratch periodically which is quite troublesome compare to linux where you can create an image of an instance infinite amount of times. If I have a window server on 24/7 I won't run into the problem but it's too expensive to do so. Were you able to figure out a better solution?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2018-03-21 Thread justin.george...@halliburton.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Justin Georgeson commented on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 Jason Juang We couldn't get that to work either. We have resigned ourselves to either adding User data in the AMI config to add a local admin user or set the admin password, or build our AMI with a fixed local admin user.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33350) Does not support Amazon's automatic Windows admin password system

2018-03-20 Thread b...@monsterous.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian Kruger commented on  JENKINS-33350  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Does not support Amazon's automatic Windows admin password system   
 

  
 
 
 
 

 
 +1 for this as well, it would be incredibly useful.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.