[JIRA] (JENKINS-61862) Consider removing the use of WinSW.NET2.exe

2020-04-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-61862  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Consider removing the use of WinSW.NET2.exe   
 

  
 
 
 
 

 
 I agree this is something required. I will create a new EPIC for Windows Support updates and add this ticket there  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.205726.1586506269000.8934.1586517960113%40Atlassian.JIRA.


[JIRA] (JENKINS-61862) Consider removing the use of WinSW.NET2.exe

2020-04-10 Thread li...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Next Turn assigned an issue to Oleg Nenashev  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61862  
 
 
  Consider removing the use of WinSW.NET2.exe   
 

  
 
 
 
 

 
Change By: 
 Next Turn  
 
 
Assignee: 
 Emilio  Escobar  Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.205726.1586506269000.8904.1586506380201%40Atlassian.JIRA.


[JIRA] (JENKINS-61862) Consider removing the use of WinSW.NET2.exe

2020-04-10 Thread li...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Next Turn created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61862  
 
 
  Consider removing the use of WinSW.NET2.exe   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Emilio Escobar   
 
 
Attachments: 
 image-2020-04-10-16-09-40-287.png  
 
 
Components: 
 core, windows-slave-installer-module, windows-slaves-plugin  
 
 
Created: 
 2020-04-10 08:11  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Next Turn  
 

  
 
 
 
 

 
 The use of .exe.config file in Windows Slave Installer Module has prevented WinSW from running on machines without .NET FX 4+ installed since 2013. No one has reported that this is a problem in the past years. Instead, there are only issues regarding using .NET FX 2.0 executables on newer platforms.https://github.com/jenkinsci/windows-slave-installer-module/blob/windows-slave-installer-1.12/src/main/resources/org/jenkinsci/modules/windows_slave_installer/jenkins-slave.exe.config https://github.com/winsw/winsw/issues/399 JENKINS-60005 JENKINS-31564 JENKINS-21484 Therefore, I propose the following actions: 
 
Safely switch to the .NET FX 4.0 executable in Windows Slave Installer Module. 
Re-investigate the need to use .NET FX 2.0 executables in Jenkins master and slaves.