[JIRA] (JENKINS-31396) Access to submitter ID from return value of input step

2016-07-13 Thread nkonstanta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Niko Konstantakos commented on  JENKINS-31396  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Access to submitter ID from return value of input step   
 

  
 
 
 
 

 
 Just want to add that I think it would be useful to have access to the user display name as well.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36543) Boolean input parameter ignores default value of false

2016-07-08 Thread nkonstanta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Niko Konstantakos updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36543  
 
 
  Boolean input parameter ignores default value of false   
 

  
 
 
 
 

 
Change By: 
 Niko Konstantakos  
 

  
 
 
 
 

 
 If your pipeline groovy script has an input step which is a BooleanParameterDefinition, the default value is always true. Setting the default value to false has no effect.Example generated by snippet generator:{ { code:java} input id: 'Test', message: 'testing123', ok: 'Deploy', parameters: [[$class: 'BooleanParameterDefinition', defaultValue: false, description: '', name: 'test']] {code } }   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36543) Boolean input parameter ignores default value of false

2016-07-08 Thread nkonstanta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Niko Konstantakos updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36543  
 
 
  Boolean input parameter ignores default value of false   
 

  
 
 
 
 

 
Change By: 
 Niko Konstantakos  
 

  
 
 
 
 

 
 If your pipeline groovy script has an input step which is a BooleanParameterDefinition, the default value is always true. Setting the default value to false has no effect.Example generated by snippet generator: {{ input id: 'Test', message: 'testing123', ok: 'Deploy', parameters: [[$class: 'BooleanParameterDefinition', defaultValue: false, description: '', name: 'test']] }}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36543) Boolean input parameter ignores default value of false

2016-07-08 Thread nkonstanta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Niko Konstantakos updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36543  
 
 
  Boolean input parameter ignores default value of false   
 

  
 
 
 
 

 
Change By: 
 Niko Konstantakos  
 
 
Component/s: 
 workflow-plugin  
 
 
Component/s: 
 core  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36543) Boolean input parameter ignores default value of false

2016-07-08 Thread nkonstanta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Niko Konstantakos created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36543  
 
 
  Boolean input parameter ignores default value of false   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2016/Jul/08 5:16 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Niko Konstantakos  
 

  
 
 
 
 

 
 If your pipeline groovy script has an input step which is a BooleanParameterDefinition, the default value is always true. Setting the default value to false has no effect. Example generated by snippet generator: input id: 'Test', message: 'testing123', ok: 'Deploy', parameters: [[$class: 'BooleanParameterDefinition', defaultValue: false, description: '', name: 'test']]  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment