How can I find my new plugin in JIRA?

2013-01-24 Thread Ofir
This is my plugin: https://wiki.jenkins-ci.org/display/JENKINS/HP+Application+Automation+Tools (It was uploaded 2 months ago) how can I find it in JIRA? I tried to open a new issue with the plugin id: hp-application-automation-tools-plugin but could find it there.

Selenium Tests for Plugins

2013-01-24 Thread Slide
I would like to try adding some Selenium tests for my plugin so that I can verify that my changes don't break things in the UI. I remember a long time ago someone was working on doing some Selenium tests for core, did that work ever get published? Are there any pointers for doing something like

Re: How can I find my new plugin in JIRA?

2013-01-24 Thread Ulli Hafner
Did someone already create a component in Jira for you? What should be the component name? Ulli Am 24.01.2013 um 09:13 schrieb Ofir ofir.sha...@gmail.com: This is my plugin: https://wiki.jenkins-ci.org/display/JENKINS/HP+Application+Automation+Tools (It was uploaded 2 months ago) how

Delete wiki page

2013-01-24 Thread oliver gondža
Hi, Could someone delete page [1] I have created accidentally? I am either blind or unauthorized to delete pages. Thanks. [1] https://wiki.jenkins-ci.org/display/JENKINS/External+scheduler+plugin2 -- oliver

Re: How can I find my new plugin in JIRA?

2013-01-24 Thread Ofir
No one created a JIRA component. The name should be: hp-application-automation-tools-plugin Thanks. On Thursday, January 24, 2013 11:46:40 AM UTC+2, Ullrich Hafner wrote: Did someone already create a component in Jira for you? What should be the component name? Ulli Am 24.01.2013 um

Re: Selenium Tests for Plugins

2013-01-24 Thread Richard Lavoie
There is actually a project made to test the jenkins core, but the tests are in ruby or python. I did have an idea to create a framework in java to help plugins have selenium tests, but I never got enough free time to really put time into it... On 2013-01-24, at 04:04, Slide

Re: How can I find my new plugin in JIRA?

2013-01-24 Thread Ulli Hafner
12:16Adding a new subcomponent hp-application-automation-tools-plugin to the bug tracker, owned by ofirshaked 12:16New component created Am 24.01.2013 um 11:58 schrieb Ofir ofir.sha...@gmail.com: No one created a JIRA component. The name should be: hp-application-automation-tools-plugin

Re: Selenium Tests for Plugins

2013-01-24 Thread ogondza
The work is here https://github.com/jenkinsci/selenium-tests. It covers both the core and same plugins.

Re: How can I find my new plugin in JIRA?

2013-01-24 Thread ogondza
Hi, What is the procedure for creating new JIRA components? There is quite a lot mailer-plugin related issues but corresponding component does not seem to exist.

RE: How can I find my new plugin in JIRA?

2013-01-24 Thread Alex Earl
There is already a component for the mailer, it has been there from when it was in core. It could be reused for the plugin. Sent from my Windows Phone -- From: ogondza Sent: 1/24/2013 7:32 PM To: jenkinsci-dev@googlegroups.com Subject: Re: How can I find my new plugin

Re: [Jenkins-events] [RFC] any idea for give-aways

2013-01-24 Thread Kohsuke Kawaguchi
Does anyone know roughly how much USB sticks would cost, at bulk? Alyssa might know... The ones that I deal with in training is kind of big, but there might be smaller ones. 2013/1/23 Sandell, Robert robert.sand...@sonymobile.com Dreaming on: And the drive could be pre-flashed with a

Re: [Jenkins-events] [RFC] any idea for give-aways

2013-01-24 Thread Kohsuke Kawaguchi
Do you have any pointer? 2013/1/23 Fred fred...@hotmail.com While looking for a print shop for the Jenkins flyers, I came across beer coasters. Depending on how many you want to transport they could be a bit bulky, but at least they are not too heavy and should be affordable. On

Broken backward compatibility

2013-01-24 Thread lvoty...@redhat.com
This commit broke backward compatibility https://github.com/jenkinsci/jenkins/commit/bdaf5eadc276804e249fdcdebed110cf6329d0f6 It causes problem with loading matrix configuration with - it does not find the folder with configuration and it creates new one. (so there is folder linuxipv6 and

Re: Another LTS release needed

2013-01-24 Thread Jesse Glick
On 01/24/2013 02:53 AM, Sandell, Robert wrote: “Fixed the lock contention problem onQueue.getItems()” Not sure if my posts went through, so: http://jenkins-ci.org/issue/16468 lock contention in queue http://jenkins-ci.org/issue/13536 file parameters break build loading

Re: AbstractTestResultAction#getFailedTests()

2013-01-24 Thread Jesse Glick
On 01/24/2013 11:17 AM, Dean Yu wrote: MetaTabulatedResult is in the inheritance chain for CaseResult. Not that I can see. I think the proposed return type was List? extends hudson.tasks.test.TestResult. Type erasure should allow existing callers to continue to work. Not if they are

Re: Advice on developing HA solution

2013-01-24 Thread Jesse Glick
On 01/24/2013 09:21 AM, Mikael Stockman wrote: When a job run is finished the generated files would be copied to the other Jenkins There is already a plugin for this. How does Jenkins find out if more than one Jenkins is using the same JENKINS_HOME? DoubleLaunchChecker

Re: Broken backward compatibility

2013-01-24 Thread Jesse Glick
On 01/24/2013 08:21 AM, lvoty...@redhat.com wrote: Revert commit I would say revert (bdaf5ea too); at least I do not see a clear description in #494 as to the original purpose of the change.

Re: How can I find my new plugin in JIRA?

2013-01-24 Thread Jesse Glick
On 01/24/2013 06:32 AM, ogondza wrote: What is the procedure for creating new JIRA components? https://wiki.jenkins-ci.org/display/JENKINS/IRC+Bot#IRCBot-Createanissuetrackercomponent

RE: AbstractTestResultAction#getFailedTests()

2013-01-24 Thread Dean Yu
All good points. I stand corrected. -- Dean From: jenkinsci-dev@googlegroups.com [jenkinsci-dev@googlegroups.com] on behalf of Jesse Glick [jgl...@cloudbees.com] Sent: Thursday, January 24, 2013 8:48 AM To: jenkinsci-dev@googlegroups.com Subject: Re:

Re: Re: Another LTS release needed

2013-01-24 Thread Vojtech Juranek
On Tuesday 22 January 2013 19:06:07 Stephen Connolly wrote: Is https://issues.jenkins-ci.org/browse/JENKINS-16069 back ported already? backported

Re: Re: Another LTS release needed

2013-01-24 Thread Vojtech Juranek
On Thursday 24 January 2013 11:33:50 Jesse Glick wrote: On 01/24/2013 02:53 AM, Sandell, Robert wrote: “Fixed the lock contention problem onQueue.getItems()” Not sure if my posts went through, so: http://jenkins-ci.org/issue/16468 lock contention in queue

Re: [Jenkins-events] [RFC] any idea for give-aways

2013-01-24 Thread Tom Huybrechts
http://www.eurovilt.be/tarieven.htm seems very reasonable... On Thu, Jan 24, 2013 at 1:41 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote: Do you have any pointer? 2013/1/23 Fred fred...@hotmail.com While looking for a print shop for the Jenkins flyers, I came across beer coasters.