[JIRA] [active-choices-plugin] (JENKINS-32566) Render an AC Reactive reference as a functional Jenkins File Parameter

2016-03-12 Thread brunodepau...@yahoo.com.br (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bruno P. Kinoshita closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32566 
 
 
 
  Render an AC Reactive reference as a functional Jenkins File Parameter  
 
 
 
 
 
 
 
 
 

Change By:
 
 Bruno P. Kinoshita 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [active-choices-plugin] (JENKINS-32566) Render an AC Reactive reference as a functional Jenkins File Parameter

2016-02-05 Thread brunodepau...@yahoo.com.br (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bruno P. Kinoshita commented on  JENKINS-32566 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Render an AC Reactive reference as a functional Jenkins File Parameter  
 
 
 
 
 
 
 
 
 
 
The groovy script needs to have the name equals file, not value in this case. 

 

html='''
"file" type="file" jsonaware="true">
'''
return html
 

 
Furthermore, the plug-in was always, by default, returning a parameter value of type String. Now when you pass a key file in the JSON (it is all done automagically in Jenkins), the plug-in first checks for that and once it finds it, it returns a file definition parameter instead. 
Hopefully the old behaviour was not affected, but just to play safe, I won't release it immediately. 
Posting about new release to mailing list, which will require some testing in our testbed server with the snapshot, which will contain the fix for this issue. In case you find that it works there, just let me know and I will cut a new release. Might be a good if we add some notes to the Wiki about how to use file upload controllers with active choice as well. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [active-choices-plugin] (JENKINS-32566) Render an AC Reactive reference as a functional Jenkins File Parameter

2016-02-05 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32566 
 
 
 
  Render an AC Reactive reference as a functional Jenkins File Parameter  
 
 
 
 
 
 
 
 
 

Change By:
 
 SCM/JIRA link daemon 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [active-choices-plugin] (JENKINS-32566) Render an AC Reactive reference as a functional Jenkins File Parameter

2016-02-05 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-32566 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Render an AC Reactive reference as a functional Jenkins File Parameter  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Bruno P. Kinoshita Path: src/main/java/org/biouno/unochoice/AbstractUnoChoiceParameter.java http://jenkins-ci.org/commit/active-choices-plugin/10b9b24d468dfd36f62d88ded3ad7d816d16a75b Log: [FIXED JENKINS-32566] Return a FileParameterDefinition when JSON request for a HTML rendered parameter contains a file key 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [active-choices-plugin] (JENKINS-32566) Render an AC Reactive reference as a functional Jenkins File Parameter

2016-02-05 Thread brunodepau...@yahoo.com.br (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bruno P. Kinoshita stopped work on  JENKINS-32566 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Bruno P. Kinoshita 
 
 
 

Status:
 
 In Progress Open 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [active-choices-plugin] (JENKINS-32566) Render an AC Reactive reference as a functional Jenkins File Parameter

2016-02-05 Thread brunodepau...@yahoo.com.br (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bruno P. Kinoshita started work on  JENKINS-32566 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Bruno P. Kinoshita 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [active-choices-plugin] (JENKINS-32566) Render an AC Reactive reference as a functional Jenkins File Parameter

2016-01-21 Thread imoutsat...@msn.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ioannis Moutsatsos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32566 
 
 
 
  Render an AC Reactive reference as a functional Jenkins File Parameter  
 
 
 
 
 
 
 
 
 
 
The File Chooser is rendered from the AC-Reactive Ref code and it will allow you to open a file chooser and select a file. However, the selected file is not uploaded to the server as a normal Jenkins File Parameter would. 
 
 
 
 
 
 
 
 
 

Change By:
 
 Ioannis Moutsatsos 
 
 
 

Attachment:
 
 Untitled_Clipping_012116_053122_PM.jpg 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [active-choices-plugin] (JENKINS-32566) Render an AC Reactive reference as a functional Jenkins File Parameter

2016-01-21 Thread imoutsat...@msn.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ioannis Moutsatsos created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32566 
 
 
 
  Render an AC Reactive reference as a functional Jenkins File Parameter  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Bruno P. Kinoshita 
 
 
 

Components:
 

 active-choices-plugin 
 
 
 

Created:
 

 21/Jan/16 10:27 PM 
 
 
 

Environment:
 

 active-choices v1.3 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Ioannis Moutsatsos 
 
 
 
 
 
 
 
 
 
 
An AC Reactive Reference can be rendered as formatted HTML. This allows you to render a parameter as a variety of HTML control types. In addition, if the HTML rendered is of the format  the value returned from the parameter is usable in the build.  This works successfully with at least the following InputTypes that I've tested: 
 

checkbox
 

range
 

month
 

datetime-local