RE: RootAction authentication

2013-05-03 Thread Sandell, Robert
For an Action to be listed on the side panel of its container it should return a non null value from the methods getIconFileName and getDisplayName You can use this to return the icon and displayname if the user has the correct privileges and null if it doesn't. You can check for privileges via

Let Axis values refer to custom ToolInstallation entries

2013-05-03 Thread Alexander R.
I'm maintaining a Jenkins plugin that defines (among several things) a ToolInstallation child class for MATLAB installations, and a specific Builder along with it. Now I want to put the MATLAB installations onto an Axis in a multi configuration build, then execute a matrix job for each MATLAB

build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread nicolas de loof
I can't run mvn hpi:run or other build commands on build-pipeline-plugin. the error routed me to https://issues.jenkins-ci.org/browse/JENKINS-11739, but didn't helped any thought ? -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

parent pom not found

2013-05-03 Thread RCR
The build of the weblogic-deployer-plugin failed on  https://jenkins.ci.cloudbees.com/job/plugins cause parent pom is not found into the repository https://repository-jenkins.forge.cloudbees.com/release   Can you help me ?   Thanks -- You received this message because you are subscribed to the

Re: request for hosting new plugin

2013-05-03 Thread Tushar Shinde
Hey, I got this fixed by dnadolny on IRC. Thanks a lot dnadolny!!! On Friday, May 3, 2013 9:48:51 AM UTC+5:30, Tushar Shinde wrote: ok! Could somebody having greater access look into this please? Thanks, Tushar On Friday, May 3, 2013 2:53:21 AM UTC+5:30, Ullrich Hafner wrote: As

Anyone insert any custom jQuery into Jenkins?

2013-05-03 Thread jhyland87
I just installed some plugins that allow me to put custom jQuery code pretty much anywhere, which is awesome. I can do all kinds of jQuery validation on the build parameter forms, or use jQuery to modify the CSS for custom templates (Example below).

Re: build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread Mads Nielsen
I think it is caused by a duplicate DataBound constructor somewhere in the plugin, a colleague of mine had the exact same issue when he was building it. He removed the oldest of the databound constructors and it worked. Can't remember sepecifics :) On Fri, May 3, 2013 at 2:10 PM, nicolas de loof

Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Esteban Angee
Hello, We are releasing sonargraph-plugin ( https://github.com/jenkinsci/sonargraph-plugin) soon. We kindly request the creation of a JIRA component for our plugin Issue Tracking. Cheers, -- Esteban Angee Agudelo Software Engineer hello2morrow S.A.S (574)5804555

Re: build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread nicolas de loof
This duplicated DataBoundConstructor was introduced a year ago - https://github.com/jenkinsci/build-pipeline-plugin/commit/6c153646fd89387b7c199342a04b3b013d01ca00, so I don't think it's the root cause for this error - even I didn't know you can have multiple DataBoundConstructors ... So I guess

Re: Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Bruno P. Kinoshita
Hi Esteban,  What is the JIRA user ID of the default assignee?  Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com --- Em sex, 3/5/13, Esteban Angee esteban.an...@hello2morrow.com escreveu: De: Esteban Angee esteban.an...@hello2morrow.com Assunto: Request for

Re: Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Esteban Angee
Hi Bruno, The ID for the default assignee is esteban_h2m Kind regards, On 05/03/2013 09:36 AM, Bruno P. Kinoshita wrote: Hi Esteban, What is the JIRA user ID of the default assignee? Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com --- Em *sex, 3/5/13, Esteban Angee

Re: Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Bruno P. Kinoshita
Hi Esteban,  Component sonargraph created -  https://issues.jenkins-ci.org/browse/JENKINS/component/17620 Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com --- Em sex, 3/5/13, Esteban Angee esteban.an...@hello2morrow.com escreveu: De: Esteban Angee

Re: Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Esteban Angee
Thanks for your help Bruno Cheers, On 05/03/2013 11:31 AM, Bruno P. Kinoshita wrote: Hi Esteban, Component sonargraph created - https://issues.jenkins-ci.org/browse/JENKINS/component/17620 Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com --- Em *sex, 3/5/13, Esteban

Re: build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread Jesse Glick
On 05/03/2013 10:08 AM, nicolas de loof wrote: I didn't know you can have multiple DataBoundConstructors Because you cannot, so the build is correctly failing. Not sure how this change could ever have been built; perhaps by a nonstandard environment like Eclipse? Commenting out the first and

Buildhive and Jenkins.ci misaligned

2013-05-03 Thread Luca Milanesio
Hi all, am I the only one having problems with builds that are OK on Buildhive and failing on Jenkins.ci ? https://buildhive.cloudbees.com/job/jenkinsci/job/assembla-plugin/10/ vs https://jenkins.ci.cloudbees.com/job/plugins/job/assembla-plugin/11/ I guess the problem is with the Jenkins Maven

Re: How do I publish a pre-release plugin for others to smoke test?

2013-05-03 Thread Scott Cowan
I'm not sure how I would do this from my job. I don't have access to a .m2/settings.xml there and I don't want to put my user/password on the command line. Maybe it's not correct to think my build should deploy to the repo snapshots?

Re: parent pom not found

2013-05-03 Thread Ryan Campbell
We had previously been including the Jenkins repository as a global mirror in DEV@cloud. We've changed this to only include central by default. As a result, your pom must include the Jenkins repository so that Maven can find the parent pom. On Fri, May 3, 2013 at 7:18 AM, RCR r...@orange.fr