Pull request to seleniumhq-plugin

2013-10-04 Thread Ito Hayato
Hi developers. I send following pull request to seleniumhq-plugin, But it is no response. https://github.com/jenkinsci/seleniumhq-plugin/pull/2 Please review someone and merge or give me committ access. My Github account is hayato1980 regards -- You received this message because you are

Re: Adventurous users wanted! Literate multi-branch project type

2013-10-04 Thread teilo
On Thursday, 3 October 2013 20:37:27 UTC+1, Stephen Connolly wrote: On Thursday, 3 October 2013, teilo wrote: Hi Stephen, Is the literate plugin going to be the only route into the multi-branch job? I am sure somebody may use the branch api to implement other types... I have a

Re: Adventurous users wanted! Literate multi-branch project type

2013-10-04 Thread Stephen Connolly
On 4 October 2013 08:42, teilo teilo+goo...@teilo.net wrote: On Thursday, 3 October 2013 20:37:27 UTC+1, Stephen Connolly wrote: On Thursday, 3 October 2013, teilo wrote: Hi Stephen, Is the literate plugin going to be the only route into the multi-branch job? I am sure somebody may

Re: Adventurous users wanted! Literate multi-branch project type

2013-10-04 Thread teilo
But you are assuming my maven enforcer rules etc. are the only line of defence here. The MRM can also play an important part :-) Yes which is why I have another trick up my sleeve as part of my make maven better on jenkins and get rid of the ugly aberration that is the Maven project

Re: Adventurous users wanted! Literate multi-branch project type

2013-10-04 Thread Stephen Connolly
On 4 October 2013 09:39, teilo teilo+goo...@teilo.net wrote: But you are assuming my maven enforcer rules etc. are the only line of defence here. The MRM can also play an important part :-) Yes which is why I have another trick up my sleeve as part of my make maven better on jenkins and

Re: Adventurous users wanted! Literate multi-branch project type

2013-10-04 Thread teilo
I think the idea is great and can see this being fantastic for open source, or where you have a smaller company/team where you can check every commit to the build settings, I'm just not sure I could use it in an enterprise without being bitten by its ultimate flexibility (which is one

[ANN] SSH Slaves 1.3

2013-10-04 Thread Stephen Connolly
I found a number of bugs with the upgrade logic for handling pre-credentials integration to post-credentials integration. Version 1.3 of the SSH Slaves plugin should be *much* better at upgrading, and should identify and consolidate duplicate keys correctly (it was previously failing to pick up

Repository URL to use for deployment

2013-10-04 Thread Vincent Latombe
Hello, I see that [1] still refers to the Nexus [2] instance.for release deployment. I just had an unrelated releasing issue because port 8081 is not allowed from work. For some time now, Artifactory [3] has been set up to be used instead of Nexus (at least for public consumption). In

Re: Backporting 1.509.4 complete

2013-10-04 Thread Christoph Kutzinski
We have https://issues.jenkins-ci.org/browse/JENKINS-15935 in this, which *may* have caused https://issues.jenkins-ci.org/browse/JENKINS-19352 Can someone confirm (or disprove) that JENKINS-19352 is observable in the LTS branch? I'll try to find some time this weekend to confirm myself. cheers

Re: @DataBoundSetter

2013-10-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
How will the object know that Stapler has completed calling DataBoundSetters (that all configuration data has been applied)? - Original Message - From: jenkinsci-dev@googlegroups.com To: jenkinsci-dev@googlegroups.com At: Oct 4 2013 00:38:55 great, so next step is to be able to

Why won't my plug-in display updated settings

2013-10-04 Thread RDR
Hi, I'm trying to write a plug-in that will link to a custom tool to post process my build results and archive them in the Jenkins build directory. I've got the guts of the plug-in working, but I'm having some trouble with the configuration screen... I've created a config.jelly script

Re: Why won't my plug-in display updated settings

2013-10-04 Thread RDR
I don't know if it helps, but I'm working with Jenkins version 1.532 On 4 October 2013 14:55, RDR forward.my.mai...@gmail.com wrote: Hi, I'm trying to write a plug-in that will link to a custom tool to post process my build results and archive them in the Jenkins build directory. I've got

Re: @DataBoundSetter

2013-10-04 Thread nicolas de loof
maybe using @PostConstruct ? 2013/10/4 Kevin Fleming (BLOOMBERG/ 731 LEXIN) kpflem...@bloomberg.net How will the object know that Stapler has completed calling DataBoundSetters (that all configuration data has been applied)? - Original Message - From:

Re: Why won't my plug-in display updated settings

2013-10-04 Thread Jesse Glick
On Fri, Oct 4, 2013 at 6:55 AM, RDR forward.my.mai...@gmail.com wrote: The problem occurs when I go back into the config screen - the original value is displayed in text box and if I apply/save the configuration then my modified value is over written. Does it work if you remove

RE: Tapping into Test Results

2013-10-04 Thread Cletus D'Souza
Good to know that there will be more than just junit test results. Where can I find a list of these test types documented? Will the test id contain a different prefix (ex: junit/ for junit tests)? Thanks! Cletus Date: Thu, 3 Oct 2013 14:47:13 -0700 From: teilo+goo...@teilo.net To:

Re: Tapping into Test Results

2013-10-04 Thread teilo
I don't think there is anything documented as this is done via plugin extensions. if you grabbed all source from githun (including plugins) you could grep for extends AbstractTestResultAction and that may give you an idea (but I'm not sure that the ones that exist are open source. The prefixes

Re: Tapping into Test Results

2013-10-04 Thread Bruno P. Kinoshita
I've had to adapt the tap-plugin [1] to display TAP test results in Jenkins, mimicking the JUnit test results. Perhaps taking a look at the code will help you in some way. [1] https://github.com/jenkinsci/tap-plugin Hope that helps,  Bruno P. Kinoshita http://kinoshita.eti.br

Re: Why won't my plug-in display updated settings

2013-10-04 Thread Jesse Glick
On Fri, Oct 4, 2013 at 6:55 AM, RDR forward.my.mai...@gmail.com wrote: f:entry title=Results Directory field=resultsDir Does your tool have a public String getResultsDir() method? -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

SDK for Python plugins in development

2013-10-04 Thread Tomáš Bambas
Hi everyone, my name is Tomáš Bambas and I decided to implement a support for plugins written in Python as my Master's thesis. The goal is to bring a similar SDK like the jenkins.rb https://github.com/jenkinsci/jenkins.rb for Ruby. My consultant is Vojta Juranek (RH) and we hope this work will

Winstone is now powered by Jetty

2013-10-04 Thread Kohsuke Kawaguchi
I started using Winstone from the very early days of Jenkins before it was known by its current name. The idea of embedding a small servlet container was a huge hit, and so Winstone really helped Jenkins become popular. But unfortunately, over the last few years, the upstream development of

Re: @DataBoundSetter

2013-10-04 Thread Kohsuke Kawaguchi
On 10/03/2013 09:38 PM, nicolas de loof wrote: great, so next step is to be able to directly annotate fields à la hibernate :) class Foo { @DataBound int a,b,c,d; } Good idea. I should support that. 2013/10/4 Kohsuke Kawaguchi k...@kohsuke.org mailto:k...@kohsuke.org

Re: @DataBoundSetter

2013-10-04 Thread Kohsuke Kawaguchi
On 10/04/2013 07:00 AM, nicolas de loof wrote: maybe using @PostConstruct ? 2013/10/4 Kevin Fleming (BLOOMBERG/ 731 LEXIN) kpflem...@bloomberg.net mailto:kpflem...@bloomberg.net How will the object know that Stapler has completed calling DataBoundSetters (that all configuration

Re: Backporting 1.509.4 complete

2013-10-04 Thread Kohsuke Kawaguchi
On 10/03/2013 05:46 AM, oliver gondža wrote: Hi, I have finished backporting issues for 1.509.4. On governance meeting, we agreed that this is the very last minor release based on 1.509. We have 5 blockers and 8 critical fixes backported, 35 issues in total[1]. All 4 issues rejected from

Re: Backporting 1.509.4 complete

2013-10-04 Thread Kohsuke Kawaguchi
Note that this is stable-rc. You should look under http://mirrors.jenkins-ci.org/war-stable-rc/ On 10/04/2013 12:32 PM, Mirko Friedenhagen wrote: Hello Kohsuke, when surfing to http://mirrors.jenkins-ci.org/war-stable/ I only see 1.503.3 from September 9th. Regards Mirko Regards Mirko --

Recommended approach with Jenkins for a situation

2013-10-04 Thread Mike Caspar
I am looking for some guidance about something to stick with Jenkins best design principles... .. Here's the scenario. - Build runs and passes. - Executes post-build Notification Step - For some reason the Notification Step cannot complete. - The notification is therefore