Fwd: Re: Parameter Separator Plugin hosting

2014-05-19 Thread Mike Chmielewski
So I've changed it to return a "dummy" ParameterValue with the generated name as the value. If anyone is interested in taking my code and merging it with theirs, feel free. Otherwise, I hope the new version can be hosted on the Jenkins site. - Original message - From: Mike Chmielewski

Issue in jenkins version 1.552

2014-05-19 Thread shyamendra pratap
Hi, I am using Jenkins 1.552 version and I call Jenkins build job using CLI. I am invoking a build job (maven build job) by the following command. java -jar $HOME_DIR/jenkins-cli/jenkins-cli.jar -s http://Server:Port/jenkins -i ~/.ssh/id_rsa get-job Build_Job_TestEQUAL where Build_Job_TestEQUAL

Re: Opensourcing a plugin under a different github org

2014-05-19 Thread Surya Gaddipati
Apologize for the late response to this. Really Appreciate quick responses here. I understand where everyone is coming from, it a tricky issue > - you are welcome to put your company logo in the plugin pages, like some others do. > - you can use the company names in the package names if

Re: Dynamic Parameter question

2014-05-19 Thread Ioannis Moutsatsos
Hi Alok; Most importantly reference parameters can be other uno-choice parameter values. If you think about it, dynamic parameter, extended choice, extensible choice and choice are all functional subsets of uno-choice. Feedback is greatly appreciated!!... so no bother at all! Best regards ioann

Re: Dynamic Parameter question

2014-05-19 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi > 1. Does this work only with the choice parameter? OR it can be used with the > extended choice, extensible choice, node label, etc parameters? I have tested it with the choice parameter and the parameters from dynamic parameter plug-in. It shouldn't be had to include other parameters, but

Re: Backporting for 1.554.2 started

2014-05-19 Thread Kohsuke Kawaguchi
I've manually fed the backlog to the daemon, so all the pending messages except one has been processed. The one message that just doesn't seem to work for some reason is 1d597cf in androd-emulator-plugin that fixes JENKINS-12821. JIRA fails in trying to retrieve existing comments. But orrc

Re: Dynamic Parameter question

2014-05-19 Thread alok kumar
Hi Loannis and Bruno, Thanks a lot for all the help and It did work the way you have shown in the example. I have a couple of doubts here: 1. Does this work only with the choice parameter? OR it can be used with the extended choice, extensible choice, node label, etc parameters? 2, The way you hav

Re: Dynamic Parameter question

2014-05-19 Thread 'Bruno P. Kinoshita' via Jenkins Developers
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 that I think we can remove is the pattern for archived artifacts. I had a different idea of how to use that, but I think it is now not n

Re: Dynamic Parameter question

2014-05-19 Thread Ioannis Moutsatsos
Hi Bruno; The wiki looks pretty good now! I was planning helping with some examples but you beat me to it! Anyway, I will try to write something that could be complementary to your documentation. I'm testing v 0.11 today. So far so good! I also could get the image gallery to work with images fro

Re: Dynamic Parameter question

2014-05-19 Thread alok kumar
Thanks Loannis and Bruno. That was great help. I will try it and let you know On May 19, 2014 9:31 PM, "Ioannis Moutsatsos" wrote: > Hi Alok > > I don't know why Bruno's (one of the Biouno's founders) reply did not > show here but: > > Hi there! Chiming in. >> I've updated the uno-choice Wiki, p

Re: Dynamic Parameter question

2014-05-19 Thread Ioannis Moutsatsos
Hi Alok I don't know why Bruno's (one of the Biouno's founders) reply did not show here but: 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 fr

Multiple selected items using f:select not working

2014-05-19 Thread prasenjit majumder
Hi, the jelly File is: In my descriptor i have selectedJobs as the Set of Strings. at the time of loading the f:select items i have the code public ListBoxModel doFillSelectedJobsItems(@QueryParameter String selectedProjects) { ListBoxModel items = new ListBoxModel();

CFLint plugin

2014-05-19 Thread Ryan Eberly
I have built a plugin to display the results of a Linter I wrote for Coldfusion my github id: ryaneberly plugin repo: https://github.com/ryaneberly/CFLint-plugin We use it within my employer's organization. I'm looking to get it hosted as a jenkins plugin. Thanks, Ryan Eberly -- You recei

Re: JFYI: @AncestorInPath AbstractItem in Descriptor.doXXXX

2014-05-19 Thread Stephen Connolly
I do not think the Freestyle version has any merit what so ever. So refusing to publish it is doing the community a service in my opinion. It's not like you can't see the code yourself and decide to push it if you wanted to (or KK for that matter) The point I was making is that there is at least o

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.  Hop

Re: JFYI: @AncestorInPath AbstractItem in Descriptor.doXXXX

2014-05-19 Thread Jesse Glick
On Mon, May 19, 2014 at 10:12 AM, Stephen Connolly wrote: > the FreestyleMultiBranchProject type that KK keeps wanting me to release is > broken unless people use Item and not AbstractProject in their Builders and > Publishers (the broken ness of it is one of the reasons why I don't want to > rele

Re: JFYI: @AncestorInPath AbstractItem in Descriptor.doXXXX

2014-05-19 Thread Stephen Connolly
Well I already had to fix one of the Trigger implementations to switch from AbstractProject to Item... so be warned... plus the FreestyleMultiBranchProject type that KK keeps wanting me to release is broken unless people use Item and not AbstractProject in their Builders and Publishers (the broken

Re: JFYI: @AncestorInPath AbstractItem in Descriptor.doXXXX

2014-05-19 Thread Jesse Glick
On Sun, May 18, 2014 at 4:42 AM, Stephen Connolly wrote: > you may need it to be Item if you are working with […] multi branch project > types. I.e., a MultiBranchProject, which is not a Job. True, although I doubt that descriptor web methods of most plugins would be able to work out of the box

Re: Parameter Separator Plugin hosting

2014-05-19 Thread Mike Chmielewski
Thanks Oleg! This is my first rudimentary attempt, which is why I went the plugin route. I have no idea where in the Jenkins core code to put this, which is what I assume you are recommending in your first point? I can certainly investigate. I will absolutely fix the NPE issue. Would converti

Re: Dynamic Parameter question

2014-05-19 Thread alok kumar
Thanks. That would be of great help. I will wait for your mail On May 19, 2014 4:37 PM, "Ioannis Moutsatsos" wrote: > In the reference parameter option write a comma separated list of the form > parameters you would like your script to use. Then use them as parameters > in your script. I can prov

Re: Updating the 'Meet Jenkins' wiki page

2014-05-19 Thread Christopher Orr
On 19/05/14 12:13, Daniel Beck wrote: Could a wiki moderator please update 'Meet Jenkins'? - "To run Jenkins, minimally you need to have JRE 1.5 or later." is outdated, Jenkins requires 1.6. - The link to an old blog post by Kohsuke in "you can launch it by executing java -jar jenkins.war." shou

Re: Dynamic Parameter question

2014-05-19 Thread Ioannis Moutsatsos
In the reference parameter option write a comma separated list of the form parameters you would like your script to use. Then use them as parameters in your script. I can provide some additional details when I get to work later today. On May 19, 2014 6:13 AM, "alok kumar" wrote: > Hi Loannis, > T

Re: Dynamic Parameter question

2014-05-19 Thread alok kumar
Hi Loannis, Thanks for guiding me. Can you please provide me an example groovy script meant to do this kind of work? I am a little lost as I can even see any help icon for the way the script should be written using the other job parameters. Thanks, Alok On Friday, 9 May 2014 23:08:31 UTC+5:30,

Updating the 'Meet Jenkins' wiki page

2014-05-19 Thread Daniel Beck
Could a wiki moderator please update 'Meet Jenkins'? - "To run Jenkins, minimally you need to have JRE 1.5 or later." is outdated, Jenkins requires 1.6. - The link to an old blog post by Kohsuke in "you can launch it by executing java -jar jenkins.war." should be removed, as it references Winsto

Re: Parameter Separator Plugin hosting

2014-05-19 Thread Oleg Nenashev
Hi Mike, - I'd recommend to merge the plugin's code somewhere. I think the feature does not require a separate plugin - The plugin will cause massive Executor failures if somebody triggers a job with your parameter from CLI or MultiJob plugin. See https://issues.jenkins-ci.org/br

Re: PMD plugin doesn't use pmd.xml

2014-05-19 Thread Jean Pierre Froud
Ok thanks. I'll add pmd:pmd then. Le vendredi 16 mai 2014 11:39:52 UTC+2, Ullrich Hafner a écrit : > > I see. This is currently not supported with the maven project type. You > need to either switch to a freestyle project or invoke pmd:pmd. > > I think there is already a similar issue: > https:/