Reg. copy-to-slave plugin

2013-09-18 Thread Vivekanand S V
Hi, I recently found an issue in copy-to-slave plugin and reported it. As there was no response I tried to fix it myself, you can check issueand commit

RE: Uninstall jenkins in Ubuntu

2013-09-18 Thread Frank Merrow
That isn't your Jenkins root . . . look for the Jenkins.war file . . . config.xml will be with it. From: jenkinsci-dev@googlegroups.com [mailto:jenkinsci-dev@googlegroups.com] On Behalf Of Richard Bywater Sent: Monday, September 16, 2013 12:25 AM To: jenkinsci-dev@googlegroups.com Subject: Re:

Releasing a new version fo the EC2 plugin?

2013-09-18 Thread Kohsuke Kawaguchi
It looks like it's been a while since the last version of the EC2 plugin was released, and I see a lot of changes in the master. I think it'd be good to cut a new release. Francis, if you are OK, I'd be more than happy to run the release myself. -- Kohsuke Kawaguchi -- You received this messag

Re: fork request for plugin: quarantine

2013-09-18 Thread Samuel Nobs
what steps do i have to do to get https://github.com/samsta/quarantine and my username accepted in the jenkins-ci repositiory? On Tue, Sep 17, 2013 at 7:04 AM, Jesse Glick wrote: > On Mon, Sep 16, 2013 at 2:44 PM, Samuel Nobs > wrote: > > your concerns probably mean that it should not be relea

Re: Account request for Jenkins JIRA

2013-09-18 Thread Larry Shatzer, Jr.
Olivier, Done. It should have sent you an email with your password. -- Larry On Wed, Sep 18, 2013 at 9:30 AM, Olivier Croquette wrote: > Hi, > > I tried to create a JIRA account here: > https://jenkins-ci.org/account/doSignup > > However, I get the following error message: > "Due to the spam p

Account request for Jenkins JIRA

2013-09-18 Thread Olivier Croquette
Hi, I tried to create a JIRA account here: https://jenkins-ci.org/account/doSignup However, I get the following error message: "Due to the spam problem, we need additional verification for your sign-up request. Please contact jenkinsci-dev@googlegroups.com" Could someone enable my account ? Th

Re: Jenkins Slave Security with EC2 Plugin

2013-09-18 Thread Jesse Glick
On Tue, Sep 17, 2013 at 7:36 AM, William Daly wrote: > I'm setting up a Jenkins cluster using the EC2 plugin, and I had a few > questions about security. I'm hoping to allow Pull Requests to a public > GitHub repo to be automatically built (running the automated test suite), > which means the sla

Re: New Feature: Realtime test results for JUnit

2013-09-18 Thread ogondza
Hi, it's been a while but finally I have something that seems to work for freestyle, maven and matrix projects. I am working on report aggregation so it is sill a work in progress. But the most important part is done: asynchronous test result updating for individual builds. tl;dr: Every build t

Re: Need help on HP Application Automation Tools plugin

2013-09-18 Thread BhanuPratap Singh
I can help you to understand concepts behind this plugin. HP application automation plugin is build around Open Test Architecture (OTA) provided by HP, this is an API reference to access and connect to HP ALM tool. ALM has inbuilt support to all automation tool provided by HP such as LoadRunner,QTP

Re: implementation of equals and hashcode method in AbstractItem ?

2013-09-18 Thread Hugo Arès
Christian submitted a pull request that fix the reload problem(https://github.com/jenkinsci/gerrit-trigger-plugin/pull/77), rename through Jenkins still work but the only case still not working is when you rename on disk then reload the configurations, which I am not sure is a really common use

Re: Any chance of a new release of the Grails Plugin?

2013-09-18 Thread Oleg Nenashev
Hello Alex, 1) You can request access rights and release plugin on your own ( https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins ). 2) Somebody else can do it for you. If you don't need this plugin ASAP, I can do it on weekend BR, Oleg вторник, 17 сентября 2013 г., 12:26:24 UTC+4 пол

Re: 1.509.4 backporting

2013-09-18 Thread Oleg Nenashev
What about https://issues.jenkins-ci.org/browse/JENKINS-7291 ? Surprisingly, issue has not been marked as a lts-candidate. понедельник, 16 сентября 2013 г., 16:17:25 UTC+4 пользователь Jesse Glick написал: > > Looks like this has already begun. Can we make sure the label > 1.509.4-fixed gets app

RE: implementation of equals and hashcode method in AbstractItem ?

2013-09-18 Thread Sandell, Robert
We used to have the project name as the hashKey for the listener list as a previous fix for the reload from disk problem, but that caused a bug when the project was renamed see [1]. I guess the bug fix for project renamed caused the reload from disk to reappear. Whatever the reload from disk fix