Re: Errors on plugin development setup

2017-12-28 Thread 'Bruno P. Kinoshita' via Jenkins Developers
I was having the same problem yesterday. I believe some of my local maven repo artefacts were corrupted. Deleting the .m2/repository folder and re-running mvn clean package fixed it. Hope that helpsBruno Sent from Yahoo Mail on Android On Fri, 29 Dec 2017 at 6:31, Jean-Karlo

Re: Putting some plug-ins up for adoption

2017-08-23 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Oh, sorry for the typo. Yes, these are **now** up for adoption. ThanksBruno On Wednesday, 23 August 2017, 2:33:15 PM NZST, Slide <slide.o@gmail.com> wrote: Do you mean the plugins are "now" up for adoption? On Tue, Aug 22, 2017 at 4:41 PM 'Bruno P. Kinoshita' via Je

Putting some plug-ins up for adoption

2017-08-22 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi, Not using these plug-ins at the moment, and haven't had time to maintain them lately. The following plug-ins are not up for adoption: * https://wiki.jenkins.io/display/JENKINS/CCM+Plugin* https://wiki.jenkins.io/display/JENKINS/TestLink+Plugin*

Re: Request to join the Jenkins Security Team

2017-07-24 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Oleg, I had seen the security advisory, and in the Wiki and GitHub I can see some progress made to fix some of the 5 issues. But I think the maintainer is the only one with access to read and comment in the SECURITY-XXX tickets. At least that's what I recall from when I worked on an SECURITY

Request to join the Jenkins Security Team

2017-07-22 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi, I would like to request to be added to the Jenkins Security Team. My main interest is in helping to fix issues in any dependency of the plug-ins I maintain, as well as in the core. Right now Scriptler is a plug-in I would like to try and see if I could help, as it is blocking

Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-07 Thread 'Bruno P. Kinoshita' via Jenkins Developers
+1 Andreas Wanting the same right now. Started a small sandbox [1] some time ago to try understand everything I would need for active-choices, but got distracted by security and performance issues. * Execute a Groovy script * Allow user to add extra jars * Graple dependency management support

Re: Yesterday's security advisory

2017-04-11 Thread 'Bruno P. Kinoshita' via Jenkins Developers
dvisory > On 11.04.2017, at 12:03, 'Bruno P. Kinoshita' via Jenkins Developers > <jenkinsci-dev@googlegroups.com> wrote: > > Surprised to see scriptler there, wasn't expecting it given the number of > people using it. If there is anything I can do to help, just let me know.

Re: Yesterday's security advisory

2017-04-11 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Daniel, Surprised to see scriptler there, wasn't expecting it given the number of people using it. If there is anything I can do to help, just let me know. I am a bit busy this week, but can definitely stop a couple of hours two or three days this week and maybe during the upcoming holidays

Re: Testing a plugin before release

2017-03-13 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Normally I just run `mvn clean test`, or `mvn clean test firebug:firebug firebug:gui`. Then if everything works, I trust the mvn release:prepare & perform will work. If you are not confident it will work, you can try cutting an experimental release [1], which might be useful too if you'd like

Re: Put NUnit Plug-in up for adoption

2017-02-16 Thread 'Bruno P. Kinoshita' via Jenkins Developers
+1 Bruno From: slide To: Jenkins Developers Cc: brunodepau...@yahoo.com.br Sent: Friday, 17 February 2017 10:17 AM Subject: Re: Put NUnit Plug-in up for adoption I would like to take up ownership of

Put NUnit Plug-in up for adoption

2017-01-18 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi, There was a few requests lately for me to fix an issue in order to provide nunit3 compatibility with the plug-in. Unfortunately I'm on a 45 days vacation, and won't work on much Open Source until March. So I'd like to put the nunit plugin up for adoption. This way someone else can help the

Re: Problem during plugin release

2016-11-06 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Thomas, I had a similar problem trying to release active-choices-plugin last Friday. What worked for me was reading https://issues.jenkins-ci.org/browse/INFRA-588 and updating the project pom.xml. Here's the summary for the fix, extracted from INFRA-588: """ UPDATE: the recommended and

Re: R Plugin dependency

2016-07-01 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Michael, Was going to reply but Alex was faster.  Let me know if you need any help with the R Plug-in too. I want to investigate making Scriptler support R scripts too. This way plug-ins that use Scriptler scripts would automatically support R too (e.g. active-choices :) ). Another idea is

Re: Put Jenkins on the map

2015-09-17 Thread 'Bruno P. Kinoshita' via Jenkins Developers
I think it could be useful to have multiple layers on the map, with all enabled by default, but with an option to display only core committers, plug-in developers, CIA ambassadors, and so it goes. From: Baptiste Mathus To: jenkinsci-dev@googlegroups.com Sent:

Re: CCM Plugin PR merge request

2015-09-14 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Antonio I try to reply e-mails/pr's within days, but unfortunately haven't been able to review yours, sorry. Cesar is busy with some personal projects and won't be able to help at the moment. Three weeks is a reasonable time but I prefer to give plug-in maintainers at least 5 weeks of notice

Re: .hpi for statsd plugin

2015-08-01 Thread 'Bruno P. Kinoshita' via Jenkins Developers
If it is the statsd plugin from this repo [1], then it hasn't been released to Jenkins update center yet I think. There's a TODO in the read me, so worth checking with the author. You can also browse the plugin mirrors [2] when looking for a hpi [1]

Re: Why is Jenkins using a HtmlUnit fork?

2015-07-27 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Just in case someone would like to check if we can get a new release of Apache Commons Jelly to replace our forked Jelly too; I'd started a discussion a couple of months ago in the apache dev-list and am (very) slowly working on it. http://markmail.org/thread/r2vdpgtlbka62iki Right now in my

Re: Adding javascript to job status page

2015-07-23 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Annie Comments below Yes -- that would work! Do you know if there's a way that after each build, I can: 1. run some javascript to generate the svg You can have a build step, post build step, call another job, use the workflow plug-in, etc. The simplest would be to include a command that

Re: Jenkins UX

2015-07-22 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Thanks for all the hard work Gus. I can try building a Jenkins version with your pull requests, or if you have .war, I can try it with the active-choices-plugin, which relies on the DOM structure created in the build with parameters screen. CSS changes won't break the plug-in, but moving

Re: Adding javascript to job status page

2015-07-21 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Annie Maybe in the job description? You can include HTML there, and try to add a link to an image archived in the latest successful build. Some times I use the Image Gallery Plug-in for doing something similar (displaying graphs generated with R), you may want to take a look if that's

Re: embed svg created by d3 in plug-in

2015-07-11 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Annie Maybe something like ``` def job = Jenkins.instance.getItem(job-name) job.builds.each() {   //println(it.timestamp)   println(it.timeInMillis) } ``` The timestamp returns a calendar, and the timeInMillis the long value. I have Jenkins in my Eclipse workspace, and usually first take a

Re: embed svg created by d3 in plug-in

2015-07-06 Thread 'Bruno P. Kinoshita' via Jenkins Developers
If you are using Groovy, you can use Jenkins API to retrieve this kind of information. You can have a look at some of the Scriptler scripts https://scriptlerweb.appspot.com/catalog/list, and also check examples in the Groovy plug-in, StackOverflow and also check Jenkins' source code

Re: embed svg created by d3 in plug-in

2015-07-06 Thread 'Bruno P. Kinoshita' via Jenkins Developers
I can try that later in a testing instance that we use to develop the plug-in, but if you haven't modified the script, the output is probably in the Jenkins logs (see [1] and [2]). If you want to display that as parameters, the Active Choices plug-in expects your script to return an array of

Re: Captcha on wiki

2015-07-02 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Oups, my bad. Thanks for fixing it Daniel! Will use only the wiki markup editor instead of the wysiwyg from now on :) CheersBruno From: Daniel Beck m...@beckweb.net To: jenkinsci-dev@googlegroups.com Sent: Thursday, July 2, 2015 9:21 PM Subject: Re: Captcha on wiki This apparently

Re: Captcha on wiki

2015-05-27 Thread 'Bruno P. Kinoshita' via Jenkins Developers
I have had similar problem in the past while editing the Testopia Plug-in Wiki too. I was basically locked, and could not edit the page, it simply always failed, even though I tried to slowly type the captcha. So I tried rolling-back the Wiki to a previous version, and after that suddenly I was

Re: Out of disk space error on system partition: Can temp location for file parameter upload be changed?

2015-05-02 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Ioannis, Is it possible to redirect the temporary file parameter uploads to this partition instead of the C system partition? The upload request is handled by Stapler, which uses Apache Commons FileUpload for the part you have mentioned. For short files (under 10Kb default threshold) you

Re: Jenkins Chat Room Plugin

2015-04-27 Thread 'Bruno P. Kinoshita' via Jenkins Developers
What if the IRC bot, after forking the repo under the jenkinsci organization, also scheduled the creation of a default Wiki page? We could create a default template, with just that Confluence macro that brings the plug-in details (Jira, GitHub repo, name, maintainer/assigner, etc). IIRC, the

Re: Release Active Choices Plug-in (was: Re: New plug-in: Uno Choice Plug-in for dynamic parameters)

2015-04-22 Thread 'Bruno P. Kinoshita' via Jenkins Developers
, 2015 3:10 AM Subject: Re: Release Active Choices Plug-in (was: Re: New plug-in: Uno Choice Plug-in for dynamic parameters) imho sounds ok. But not very like “Re-active” for other plugin names. On Apr 21, 2015, at 16:03, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev

Release Active Choices Plug-in (was: Re: New plug-in: Uno Choice Plug-in for dynamic parameters)

2015-04-21 Thread 'Bruno P. Kinoshita' via Jenkins Developers
the plug-in either manually or from our update center, but we really would like to make it available to all users. Thank you!Bruno From: 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com To: jenkinsci-dev@googlegroups.com jenkinsci-dev@googlegroups.com Cc: m

Reorganizing the mailing lists web page

2015-04-03 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Much better! +1 Thanks Daniel Bruno - Em sex, 3 de abr de 2015 10:39 BRT Daniel Beck escreveu: I hope that most new users who post here instead of the users list are just confused about the purpose of the respective lists (I'm a developer, so I'll ask my question

Re: Plugin hosting request: plugin for LSF

2015-03-31 Thread 'Bruno P. Kinoshita' via Jenkins Developers
I'm doing something similar in the PBS Plug-in too [1]. There is an item in our backlog to create a common batch plug-in, that would support PBS, LSF, SunGrid, etc. Maybe using DRMAA v2, or creating/extending an API for that could be useful not only for the plug-in, but also for other tools

Re: Plugin hosting request: plugin for LSF

2015-03-31 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Missing [1] link https://github.com/biouno/pbs-plugin CheersBruno From: Bruno P. Kinoshita brunodepau...@yahoo.com.br To: jenkinsci-dev@googlegroups.com jenkinsci-dev@googlegroups.com Sent: Tuesday, March 31, 2015 10:39 AM Subject: Re: Plugin hosting request: plugin for LSF I'm

Re: Grouping jobs by project, status, or attributes other than folder location

2015-03-31 Thread 'Bruno P. Kinoshita' via Jenkins Developers
sorting. Thanks Bruno,Always a pleasure. Gus  On Mon, Mar 30, 2015 at 12:48 PM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: Hey Gus -- Does anyone else attempt to make queries against Jenkins of this sort? For scientists and researchers it's extremely

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-03-31 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Maybe i already suggested not to use Jenkins word, just XXX plugin Agreed, we can drop the Jenkins prefix. Re-active prefix is not obvious for me... Would you have other suggestions? Unfortunately I'm horrible choosing names :) ThanksBruno From: Kanstantsin Shautsou

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-03-30 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Bump anyone? +1 / -1 for Jenkins Active Choices Plug-in? Any other suggestion? CheersBruno From: Ioannis Moutsatsos imoutsat...@gmail.com To: jenkinsci-dev@googlegroups.com Cc: m...@beckweb.net Sent: Friday, February 27, 2015 11:47 AM Subject: Re: New plug-in: Uno Choice Plug-in

Re: Grouping jobs by project, status, or attributes other than folder location

2015-03-30 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hey Gus -- Does anyone else attempt to make queries against Jenkins of this sort? For scientists and researchers it's extremely important to be able to store, retrieve and search metadata. We have an idea of how to extend the metadata plug-in [1] (probably via several Pull Requests), so that

Re: Commit access request to merge change to tap-plugin

2015-03-05 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Mathieu, I hadn't seen that PR, sorry. Will merge it in a couple of hours. Thanks Bruno -- Em qui, 5 de mar de 2015 00:04 BRT Mathieu Gervais escreveu: Hi, Per the documentation @ https://wiki.jenkins-ci.org/display/JENKINS/Pull+Request+to+Repositories I am

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-19 Thread 'Bruno P. Kinoshita' via Jenkins Developers
supports one choice. Richard. On Thu, Feb 19, 2015 at 1:22 PM, 'Bruno P. Kinoshita' via Jenkins Developers jenkin...@googlegroups. com wrote:  A suggestion: give the plugin a more descriptive name. Random Jenkinsusers are not going to have any idea what “Uno” is. Crediting theinstitution

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-19 Thread 'Bruno P. Kinoshita' via Jenkins Developers
it to all users under the new artifact id. Cheers,Bruno From: Daniel Beck m...@beckweb.net To: jenkinsci-dev@googlegroups.com Sent: Thursday, February 19, 2015 3:47 PM Subject: Re: New plug-in: Uno Choice Plug-in for dynamic parameters On 19.02.2015, at 16:17, 'Bruno P. Kinoshita' via

Re: Jenkins UX

2015-02-18 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hello Gus, I heard good feedback on the new Jenkins UI. Kudos everyone involved! I don't really have much to contribute I think. But yesterday I posted to the dev-list about a new plug-in, Uno Choice, that is being used by researchers (both in academia and in industry). The plug-in relies

Re: Jenkins UX

2015-02-18 Thread 'Bruno P. Kinoshita' via Jenkins Developers
very satisfying to me. Thanks Again,Gus On Wed, Feb 18, 2015 at 9:12 AM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: Hello Gus, I heard good feedback on the new Jenkins UI. Kudos everyone involved! I don't really have much to contribute I think

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-18 Thread 'Bruno P. Kinoshita' via Jenkins Developers
To: Jenkins Dev jenkinsci-dev@googlegroups.com Sent: Wednesday, February 18, 2015 7:01 PM Subject: Re: New plug-in: Uno Choice Plug-in for dynamic parameters On Tue, Feb 17, 2015 at 8:30 AM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: We developed

New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-17 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hello all,  We developed a plug-in in the BioUno project [1], initially based on the Dynamic Parameter Plug-in [2], but that followed a different approach for dynamic parameters. It provides parameters that are also rendered from Groovy scripts (per job script or via Scriptler integration)

Re: Testopia jenkins integration

2014-12-15 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Sorry Ankush, haven't had time to take a look yet. I still have a working Bugzilla/Testopia + Jenkins environment in my computer, so it mustn't be very hard to debug it later. My guess is that your key custom field is missing/wrong, or the unit result file generated is different than expected

Re: Patch for JENKINS-20998

2014-12-12 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Bram! Would you be willing to create a GitHub account and submit a pull request? I think that'd be easier for others to review and/or comment your code. I've linked your message in the JIRA issue, so maybe watchers of that issue will take a look at your patch and provide some feedback on it.

Re: Testopia jenkins integration

2014-12-04 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Ankush You can follow the Wiki -  https://wiki.jenkins-ci.org/display/JENKINS/Testopia+Plugin Check your Jenkins, Testopia and plug-in versions for compatibility. You can post your config (screenshots, xml, etc) if that doesn't help. All the bestBruno From: Ankush Aggarwal

Re: commit access for selenium-plugin

2014-12-01 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Oleksandr! Have you contacted Richard directly? As far as I know, he's quite busy, but had plans to implement some new features in the selenium-plugin. Might be worth checking with him before merging the pull requests yourself. CheersBruno From: Oleksandr Kulychok

Re: Testopia jenkins integration

2014-11-27 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Ankush, I think you are missing the result seeking strategy? The plug-in uses these strategies to look for your test results, and that could be causing the 0 tests found message. HTH,Bruno From: Ankush Aggarwal er.ankush.aggar...@gmail.com To: jenkinsci-dev@googlegroups.com

[testlink-plugin] Looking for other maintainers/committers

2014-10-05 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi all,  Some time ago I started writing the TestLink plug-in, and even wrote articles and went to conferences to talk about it. Later I worked with Peter Florijn to release a similar plug-in but for Testopia. However, now I have no cycles to work on TestLink and been busy with other OSS

Re: New composer-columns plugin

2014-09-12 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Sounds like a good idea too Fred, +1 for adding it to an existing plug-in then :) Bruno From: FredG fred.g...@googlemail.com To: jenkinsci-dev@googlegroups.com Cc: brunodepau...@yahoo.com.br Sent: Friday, September 12, 2014 8:50 AM Subject: Re: New

Re: new plugin hosting request

2014-09-09 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hey Matthew, I'm working with a team using Ansible YAML playbooks, so probably using similar syntax for creating Jenkins projects would be a good idea. Are you going to host the plug-in under jenkinsci org at GitHub? Thanks! Bruno From: 'Matthew Moore'

Re: new plugin hosting request

2014-09-09 Thread 'Bruno P. Kinoshita' via Jenkins Developers
P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: Hey Matthew, I'm working with a team using Ansible YAML playbooks, so probably using similar syntax for creating Jenkins projects would be a good idea. Are you going to host the plug-in under jenkinsci org

Re: new plugin hosting request

2014-09-09 Thread 'Bruno P. Kinoshita' via Jenkins Developers
On Tue, Sep 9, 2014 at 10:49 AM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: Oh got it, then you simply convert the YAML file back to JSON. If there's no objection, I'll fork this repository under jenkinsci using the IRC bot in the next hour. The Wiki

Re: [HEADS UP] getTestResultAction removed in 1.577

2014-08-26 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Thanks for the heads up Jesse. IIRC the tap-plugin also utilizes these methods. I'll take a look this weekend and will update it. Bruno From: Jesse Glick jgl...@cloudbees.com To: Jenkins Dev jenkinsci-dev@googlegroups.com Sent: Tuesday, August 26, 2014 4:24 PM

Re: New Plugin: SAML Plugin

2014-08-09 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Ben,  I think your plugin was uploaded to the snapshot repository.  Take a look at any of this previous threads  https://groups.google.com/d/msg/jenkinsci-dev/qkmbl3HrYgk/dWnVU7-nTjoJ https://groups.google.com/forum/#!searchin/jenkinsci-dev/snapshot/jenkinsci-dev/fyxXO0HXrGc/r1KYltnfzesJ

Re: DTKit sources location?

2014-07-25 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Vincent, Some time ago I was investigating an xUnit issue, and also tracked down the problem to dtkit. Since I couldn't send a pull request, I gave up and someone eventually fixed it later. +1 for that Bruno From: Vincent Latombe

Re: Jenkins plugin for HPC job systems

2014-06-12 Thread 'Bruno P. Kinoshita' via Jenkins Developers
To: jenkinsci-dev@googlegroups.com Sent: Thursday, June 12, 2014 10:59 AM Subject: Re: Jenkins plugin for HPC job systems On Wed, Jun 11, 2014 at 8:29 PM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: I thought about re-using the monitor-external-job plug

Re: Jenkins plugin for HPC job systems

2014-06-12 Thread 'Bruno P. Kinoshita' via Jenkins Developers
nodes... It seems to me that the right solution would be a new kind of slave node, rather than a new kind of job, though I'm happy to be corrected... On Thu, Jun 12, 2014 at 1:29 AM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: Hi Jesse, I'm waiting

Re: Jenkins plugin for HPC job systems

2014-06-11 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi James We have developed a pbs plugin, but it needs more work to be ready to production use. Maybe we can collaborate? We have a pbs java api too. http://biouno.org Bruno -- Em qua, 11 de jun de 2014 11:05 BRT James Hetherington escreveu: I am considering

Re: Jenkins plugin for HPC job systems

2014-06-11 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Jesse, I'm waiting for the workflow plugin but hadn't heard about the durable tasks plugin.  The current implementation of the pbs plugin [1] was a POC to submit jobs via the qsub command to a PBS Torque server. In our tests a PBS job was triggered from a Freestyle project to the server

Re: Plugin release to wrong maven repo?

2014-05-28 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi all,  I had similar problem when releasing biouno plug-ins. Even though it uses a custom update center and maven repository, the problem was similar; my releases were going to the snapshot repository [1].  I think the solution so far has been changing the release-plugin version. In my case

Re: Refreshing the Jenkins UI

2014-05-28 Thread 'Bruno P. Kinoshita' via Jenkins Developers
It would be great if there were some standard Javascript objects or a common API to access UI elements too. Something like below: script type='text/javascript' JUI().use('parameters', function (Y) {     var parameters = J.jobParameters(); // this could return all the parameters present in the

Re: Dynamic Parameter question

2014-05-19 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi there! Chiming in. I've updated the uno-choice Wiki, please take a look  https://github.com/biouno/uno-choice-plugin/wiki Ioannis, I believe you have the rights to edit the Wiki too, so feel free to add better examples or add/edit pages :) I added a few examples I had in my computer. 

Re: Dynamic Parameter question

2014-05-19 Thread 'Bruno P. Kinoshita' via Jenkins Developers
. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: Hi there! Chiming in. I've updated the uno-choice Wiki, please take a look  https://github.com/biouno/uno-choice-plugin/wiki Ioannis, I believe you have the rights to edit the Wiki too, so feel free to add better

Re: Dynamic Parameter question

2014-05-19 Thread 'Bruno P. Kinoshita' via Jenkins Developers
:-) Thanks, Alok On Mon, May 19, 2014 at 9:51 PM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: Hi Ioannis! It was in my todo list too, as well as writing Javascript unit tests for the plug-in (still haven't learned how to properly do that :) One feature