[JIRA] (JENKINS-41929) Offer "Build with Parameters" on first build when declarative Jenkinsfile found

2018-05-03 Thread dima_...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Bondarenko commented on  JENKINS-41929  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Offer "Build with Parameters" on first build when declarative Jenkinsfile found   
 

  
 
 
 
 

 
 In JENKINS 2.107.2 (April 2018) there are some minor problems with parameters. In particular - parameters sometimes are not recognized from pipeline definitions. I need to start build couple of times as-is to make parameters recognized. Also when I added new a "choice" parameter to existing parameters it was not recognized at all. So, I have to add it in UI (separately from pipeline definitions). And pipeline definitions were not sync from UI parameters, so such parameter was defined in UI for pipeline but it was not added to pipeline script. Thus, "pipeline script" and "pipeline parameters" in UI editor can be very different. Also a bad thing - it does not provide a possibility to specify captions for choice-values!  For example I would like to use INI-file format for such purposes, so like this - choise: ['R2010B=Release 2010.2\nR2015=Release 9.0\nR2016=Release 9.1\nR2017=Release 2017.1'] - such format will be much more useful for end-user. So, when calling a build script it should use choice value "R2017" and the "Release 2017.1" text is only to show in UI for user when choosing a parameter value for a build.  
 

  
 
 
 
 

 
 
 

 
 
 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-48175) Powershell 'Hello World' Task Hangs

2018-04-28 Thread dima_...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Bondarenko edited a comment on  JENKINS-48175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Powershell 'Hello World' Task Hangs   
 

  
 
 
 
 

 
 This issue still exists in Jenkins 2.107.2.Default installation of Jenkins + install default PowerShell plugin + create simple "MyTest01" job with mentioned pipline - you got a PowerShell hang!It looks like PowerShell does not work at all in Jenkins 2.107.2. :(Also bad thing - it cannot abort normally, it says:{noformat}Sending interrupt signal to processAfter 10s process did not stop{noformat}But the "powershell.exe" process is not exists at all! So, looks like  Jankins  Jenkins  is not able to recognize that _process  was not  is no longer  exists_  after task started !  :-\ And the worst thing - I even cannot see anything in log files. So, do not see - what could be wrong with it? FYI Note: it seems this is not related to space in name or in path .  Because as an experiment I changed workspace path to "D:\jenkins" and got exactly the same result - PowerShell hangs.Note:  OS = Win 2008 R2{noformat}PS C:\Users\alta>  $PSVersionTableName Value -CLRVersion 2.0.50727.8762BuildVersion   6.1.7601.17514PSVersion 2.0WSManStackVersion  2.0PSCompatibleVersions   {1.0, 2.0}SerializationVersion   1.1.0.1PSRemotingProtocolVersion  2.1{noformat}   
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-48175) Powershell 'Hello World' Task Hangs

2018-04-28 Thread dima_...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Bondarenko edited a comment on  JENKINS-48175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Powershell 'Hello World' Task Hangs   
 

  
 
 
 
 

 
 This issue still exists in Jenkins 2.107.2.Default installation of Jenkins + install default PowerShell plugin + create simple "MyTest01" job with mentioned pipline - you got a PowerShell hang!It looks like PowerShell does not work at all in Jenkins 2.107.2. :(Also bad thing - it cannot abort normally, it says:{noformat}Sending interrupt signal to processAfter 10s process did not stop{noformat}But the "powershell.exe" process is not exists at all! So, looks like Jankins is not able to recognize that _process was not exists_!And the worst thing - I even cannot see anything in log files. So, do not see - what could be wrong with it? FYI. OS = Win 2008 R2{noformat}PS C:\Users\alta>  $PSVersionTableName Value -CLRVersion 2.0.50727.8762BuildVersion   6.1.7601.17514PSVersion 2.0WSManStackVersion  2.0PSCompatibleVersions   {1.0, 2.0}SerializationVersion   1.1.0.1PSRemotingProtocolVersion  2.1{noformat}  
 

  
 
 
 
 

 
 
 

 
 
 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-48175) Powershell 'Hello World' Task Hangs

2018-04-28 Thread dima_...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Bondarenko edited a comment on  JENKINS-48175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Powershell 'Hello World' Task Hangs   
 

  
 
 
 
 

 
 This issue still exists in Jenkins 2.107.2.Default installation of Jenkins + install default PowerShell plugin + create simple "MyTest01" job with mentioned pipline - you got a PowerShell hang!It looks like PowerShell does not work at all in Jenkins 2.107.2. :(Also bad thing - it cannot abort normally, it says:{noformat}Sending interrupt signal to processAfter 10s process did not stop{noformat} But the "powershell.exe" process is not exists at all! So, looks like Jankins is not able to recognize that _process was not exists_! And the worst thing - I even cannot see anything in log files. So, do not see - what could be wrong with it?  
 

  
 
 
 
 

 
 
 

 
 
 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-48175) Powershell 'Hello World' Task Hangs

2018-04-28 Thread dima_...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Bondarenko edited a comment on  JENKINS-48175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Powershell 'Hello World' Task Hangs   
 

  
 
 
 
 

 
 This issue still exists in Jenkins 2.107.2.Default installation of Jenkins + install default PowerShell plugin + create simple "MyTest01" job with mentioned pipline - you got a PowerShell hang!It looks like PowerShell does not work at all in Jenkins 2.107.2. :(Also bad thing - it cannot abort normally, it says:{ { noformat} Sending interrupt signal to processAfter 10s process did not stop {noformat } } And the worst thing - I even cannot see anything in log files. So, do not see - what could be wrong with it?  
 

  
 
 
 
 

 
 
 

 
 
 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-48175) Powershell 'Hello World' Task Hangs

2018-04-28 Thread dima_...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Bondarenko edited a comment on  JENKINS-48175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Powershell 'Hello World' Task Hangs   
 

  
 
 
 
 

 
 This issue still exists in Jenkins 2.107.2.Default installation of Jenkins + install default PowerShell plugin + create simple "MyTest01" job with mentioned pipline - you got a PowerShell hang!It looks like PowerShell does not work at all in Jenkins 2.107.2. :( Also bad thing - it cannot abort normally, it says:\{\{Sending interrupt signal to processAfter 10s process did not stop}} And the worst thing - I even cannot see anything in log files. So, do not see - what could be wrong with it?  
 

  
 
 
 
 

 
 
 

 
 
 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-48175) Powershell 'Hello World' Task Hangs

2018-04-28 Thread dima_...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Bondarenko edited a comment on  JENKINS-48175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Powershell 'Hello World' Task Hangs   
 

  
 
 
 
 

 
 This issue still exists in Jenkins 2.107.2.Default installation of Jenkins + install default PowerShell plugin + create simple "MyTest01" job with mentioned pipline - you got a PowerShell hang!It looks like PowerShell does not work at all in Jenkins 2.107.2. :(Also bad thing - it cannot abort normally, it says: \ { \ {Sending interrupt signal to processAfter 10s process did not stop}}And the worst thing - I even cannot see anything in log files. So, do not see - what could be wrong with it?  
 

  
 
 
 
 

 
 
 

 
 
 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-48175) Powershell 'Hello World' Task Hangs

2018-04-28 Thread dima_...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Bondarenko edited a comment on  JENKINS-48175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Powershell 'Hello World' Task Hangs   
 

  
 
 
 
 

 
 This issue still exists in Jenkins 2.107.2.Default installation of Jenkins + install default PowerShell plugin + create simple "MyTest01" job with mentioned pipline - you got a PowerShell hang!It looks like PowerShell does not work at all in Jenkins 2.107.2. :( And the worst thing - I even cannot see anything in log files. So, do not see - what could be wrong with it?  
 

  
 
 
 
 

 
 
 

 
 
 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-48175) Powershell 'Hello World' Task Hangs

2018-04-28 Thread dima_...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Bondarenko commented on  JENKINS-48175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Powershell 'Hello World' Task Hangs   
 

  
 
 
 
 

 
 This issue still exists in Jenkins 2.107.2. Default installation of Jenkins + install default PowerShell plugin + create simple "MyTest01" job with mentioned pipline - you got a PowerShell hang! It looks like PowerShell does not work at all in Jenkins 2.107.2.   
 

  
 
 
 
 

 
 
 

 
 
 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.