Re: global.jelly and repeatableProperty

2013-07-08 Thread Jeremy Marshall
I knew I'd fix it once I posted it. Its looking for a config.jelly - rather than a global.jelly and I accepted an IntelliJ refactoring suggestion which stopped my ArrayList from being created. Doh -- You received this message because you are subscribed to the Google Groups "Jenkins Developers

global.jelly and repeatableProperty

2013-07-08 Thread Jeremy Marshall
Hi I'm new to writing my own plugin after using Jenkins for a while I was trying to get a repeatableProperty working in global.config. I want to display the selenium capabilities currently available - for info here but then use them in a build step However it never shows any data. just a name

Re: Plugin hosting request: git-chooser-alternative-plugin

2013-07-08 Thread nicolas de loof
BuildChooser extension point isn't impacted by refactoring 2013/7/9 Jesse Glick > On 06/27/2013 02:03 AM, Kieron Briggs wrote: > >> I've implemented a plugin that extends git-plugin to provide an >> alternative build chooser. >> > > I would advise waiting until the refactoring branch [1] is me

Re: Pending pull request: custom-tools plugin

2013-07-08 Thread Ryan Campbell
I'm sorry for the delay in responding. Please take ownership of this plugin. On Sun, Jun 30, 2013 at 12:19 PM, Oleg Nenashev wrote: > Hello, > > I’ve created pull request for custom-tools plugin: > https://github.com/jenkinsci/customtools-plugin/pull/2 . After two-week > timeout, I’ve sent e-mai

Re: Where to store plugin data associated with a job?

2013-07-08 Thread Jesse Glick
On 06/21/2013 04:17 PM, Mike Bockus wrote: What is the best place and method to store/retrieve the last time the post-build action was executed? Right now I'm touching a file in the job workspace Job.getRootDir should be used, not the workspace which is disposable. But any reason you do not

Re: Pull request - can somebody take a look?

2013-07-08 Thread Jesse Glick
On 06/25/2013 04:26 AM, Toomas Römer wrote: My patches are into the ui-sample-plugin project and look quite safe but pull request builds fail. Might be a bug in the pull request builder; have had similar-looking problems with it before. -- You received this message because you are subscribed

Re: How to add a checkbox to the Jenkins main config layer {instance}/configure?

2013-07-08 Thread Jesse Glick
On 06/25/2013 06:59 PM, Ognjen Bubalo wrote: Can you help me, where can I check if it is checked or not? I tried with DataBoundConstructor but did not work. Check the hello-world plugin created by hpi:create. -- You received this message because you are subscribed to the Google Groups "Jenkin

Re: Plugin hosting request: git-chooser-alternative-plugin

2013-07-08 Thread Jesse Glick
On 06/27/2013 02:03 AM, Kieron Briggs wrote: I've implemented a plugin that extends git-plugin to provide an alternative build chooser. I would advise waiting until the refactoring branch [1] is merged. [1] https://github.com/jenkinsci/git-plugin/compare/master...refactoring -- You received

Re: Backports to 1.509.2 done, please post RC

2013-07-08 Thread Jesse Glick
On 06/28/2013 08:56 AM, James Nord (jnord) wrote: Issues I have found: Are these regressions from 1.509.1, or broken also in 1.509.1? And are they filed in JIRA? Issues specific to folders would be better sent to CloudBees support (though the bug might ultimately be determined to be in Jenkins

Re: Why does Mercurial plugin use "--rev" to pull only a single branch?

2013-07-08 Thread Jesse Glick
On 07/01/2013 04:18 AM, Ronni Elken Lindsgaard wrote: Does anybody know the reason for the Mercurial plugin to use --rev branchname when pulling? To avoid pulling changesets on unrelated branches. The ideal I believe is to work like the git plugin, so it is possible to specify a set of bran

Re: [VOTE] Bump Jenkins to Java 6

2013-07-08 Thread Jesse Glick
On 07/01/2013 06:14 AM, Carlos Duclos wrote: would it be possible to keep some compatibility for agents with an older java version? No, slave agents load arbitrary Jenkins code, so if Jenkins generally requires 6+ then slaves will too. -- You received this message because you are subscribed

Re: subversion plugin development

2013-07-08 Thread Jesse Glick
On 07/08/2013 06:02 PM, Jesse Glick wrote: the bug about hpi:run on bundled plugins is fixed in newer versions of maven-hpi-plugin My mistake, the bug was in core and is fixed in 1.513: https://issues.jenkins-ci.org/browse/JENKINS-18352 -- You received this message because you are subscribed

Re: ExtensionPoints in ssh-slaves plugin?

2013-07-08 Thread Jesse Glick
On 07/02/2013 02:34 PM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: I'm wondering what would need to be done for another plugin to be able to instantiate an SSH Slave itself and have the existing plugin code handle making sure Java is there and compatible, launching slave.jar, etc. Does it no

Re: subversion plugin development

2013-07-08 Thread Jesse Glick
On 07/02/2013 02:49 PM, nicolas de loof wrote: just wanted to know if this is a common issue for all bundled plugin and how maintainer manage to develop them. AFAIK the bug about hpi:run on bundled plugins is fixed in newer versions of maven-hpi-plugin (cf. subversion-plugin#5fb0b85f). -- Yo

Re: mvn hpi:create adding .null to package name

2013-07-08 Thread Jesse Glick
On 07/04/2013 03:54 AM, Olivier Martins wrote: Did you find the cause of this problem please ? I have the same thing. mvn hpi:create add .null on my package name. I don't know why and how to change this. This was fixed months ago, in version 1.94 of the plugin. Maven will by default run “some

Re: Jenkins Redmine Plugin - request for commit access

2013-07-08 Thread Łukasz Jąder
Regarding https://wiki.jenkins-ci.org/display/JENKINS/Pull+Request+to+Repositories I'm ready to co-maintain Redmine Plugin. Side questions: - are jenkins developers prefer spaces over tabs? how many spaces? - which option regarding git line endings should I user in jenkins repos as I'm workin

Re: Buildhive is not showing the latest artifact of a successful build

2013-07-08 Thread domi
we use this plugin https://wiki.jenkins-ci.org/display/JENKINS/Maven+Deployment+Linker which helps a lot on this issue. /Domi On 05.07.2013, at 11:47, "James Nord (jnord)" wrote: > Agreed - it would be nice if the top level project listed all artifacts for > all modules :-) > > /James > >>