Re: git-plugin: after checkout not on any branch

2013-07-22 Thread nicolas de loof
true, git plugin build in detached head as it can support commits from various branches Le dimanche 21 juillet 2013, Vincent Latombe a écrit : Hi, I do believe it is actually a feature. Let me explain why. Unlike most SCM plugins in Jenkins, the Git plugin allows to track all branches on

Re: jenkins hadoop plugin issue

2013-07-22 Thread Richard Bywater
Judging by the looks of the numbers of installs that use the plugin (41 in June) there's probably less chance of getting a prompt reply - asking multiple times on multiple lists isn't going to help. I don't use the plugin but I'd suggest that you try debugging through the plugin to find out what

RE: Integrating Gerrit Trigger and Static Analytics Collector

2013-07-22 Thread Sandell, Robert
The Gerrit Trigger Plugin has an extension point for other plugins to provide additional content to the comments that are sent to Gerrit. I also have plans to add an extension point to let plugins provide line comments as well, it could be useful to see for example findbugs and checkstyle

RE: Integrating Gerrit Trigger and Static Analytics Collector

2013-07-22 Thread Sandell, Robert
Well, I just got back from a long vacation so when I wrote the previous answer I hadn't seen this pull request yet ;) https://github.com/jenkinsci/gerrit-trigger-plugin/pull/60 Robert Sandell Software Tools Engineer - SW Environment and Product Configuration Sony Mobile Communications From:

Re: Obtaining Git ChangeSet before scheduling build

2013-07-22 Thread Mark Waite
ouch.  The git plugin has that, not the four plugin Sent from Yahoo! Mail on Android -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: no maintainer for campfire plugin?

2013-07-22 Thread Ulli Hafner
I added you as a committer of the campfire plug-in. Welcome aboard! Ulli Am 20.07.2013 um 20:30 schrieb td...@foursquare.com: My pull request for the campfire plugin has not been acted upon in three months. (https://github.com/jenkinsci/campfire-plugin/pull/8) There seems to be no

Re: Request commit access to tfs-plugin repo

2013-07-22 Thread Olivier Dagenais
Ping! On Wednesday, July 17, 2013 2:52:14 PM UTC-4, Olivier Dagenais wrote: Hi, I submitted pull request #12https://github.com/jenkinsci/tfs-plugin/pull/12 to the tfs-plugin repo on June 18th, then updated it again on June 24th. I have made two attempts to contact the plugin's current

Please fork rapiddeploy-jenkins plugin to jenkinsci

2013-07-22 Thread Karoly Sepsy
Hi, We've recently produced the first version of our RapidDeploy-Jenkins plugin at Midvision. It has a public repository on Github: https://github.com/MidVision/rapiddeploy-jenkins, managed by 'MidVision' account. Could you fork it to a jenkinsci repository so it will be accessible from your

Issue to deploy release

2013-07-22 Thread Olivier Lamy
Hi, Is there any issue with the repository to deploy artefacts? I get a 401 error. [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on project lib-jenkins-maven-embedder: Failed to deploy artifacts: Could not transfer artifact

Re: Obtaining Git ChangeSet before scheduling build

2013-07-22 Thread Kannan Manickam
Mark, Thanks for the info. But I don't seem to find it in the job configuration. Is it in the Source code management or someplace else? - Kannan. On Jul 22, 2013, at 3:59 AM, Mark Waite markwa...@yahoo.com wrote: ouch. The git plugin has that, not the four plugin Sent from Yahoo! Mail

Re: Maven Integration plugin with maven 3.1.x

2013-07-22 Thread Jesse Glick
On 07/21/2013 10:07 AM, Olivier Lamy wrote: I cannot test with a remote slave (with ssh connection). If it works with e.g. the Mock Slave plugin, it is likely to work on a remote host over the SSH launcher too. -- You received this message because you are subscribed to the Google Groups

Re: Please fork rapiddeploy-jenkins plugin to jenkinsci

2013-07-22 Thread Ulli Hafner
Done: https://github.com/jenkinsci/rapiddeploy-plugin Welcome aboard! Ulli Am 22.07.2013 um 16:12 schrieb Karoly Sepsy karoly.se...@midvision.com: Hi, We've recently produced the first version of our RapidDeploy-Jenkins plugin at Midvision. It has a public repository on Github:

Re: Request commit access to tfs-plugin repo

2013-07-22 Thread Ulli Hafner
Hi Olivier, I added you as a committer of the tfs-plugin. Before merging your changes please check my comments for the pom! Ulli Am 17.07.2013 um 20:52 schrieb Olivier Dagenais olivier.dagen...@gmail.com: Hi, I submitted pull request #12 to the tfs-plugin repo on June 18th, then updated

Re: jenkins.ci.cloudbees.com: Build execution is suspended due to the following reason(s)

2013-07-22 Thread Jesse Glick
On 07/22/2013 01:08 PM, oliver gondža wrote: The build queue at jenkins.ci.cloudbees.com is stuck for the following reason stated at the very bottom of the page. Thanks for noticing; I will try to get this fixed ASAP. -- You received this message because you are subscribed to the Google

Re: Request commit access to tfs-plugin repo

2013-07-22 Thread Olivier Dagenais
Will do. Thanks for the review and thanks for granting me access. Cheers, - Oli On Monday, July 22, 2013 1:12:52 PM UTC-4, Ullrich Hafner wrote: Hi Olivier, I added you as a committer of the tfs-plugin. Before merging your changes please check my comments for the pom! Ulli Am

How to extend FreeStyleProject?

2013-07-22 Thread Mengqi
Hi all, I want to develop a plugin , and I want to extend the FreeStyleProject class to implement it. Currently I have a class extending FreeStyleProject, and the source code is here: public class JobGenerator extends FreeStyleProject { private transient String customWorkspace = null;

Re: Issue to deploy release

2013-07-22 Thread Jan Molak
Hey Olivier, I started getting the same issue after the data centre outage over the weekend (https://groups.google.com/forum/#!topic/jenkinsci-dev/z0xY0h81zro) Jan On Monday, 22 July 2013 14:38:03 UTC+1, Olivier Lamy wrote: Hi, Is there any issue with the repository to deploy artefacts?

Re: [ANN] jenkins-ci.org site outage

2013-07-22 Thread me
I am having the same problem releasing my first plugin. On Sunday, July 21, 2013 2:06:47 PM UTC-7, Jan Molak wrote: Hi all, I started getting a 401 - Unauthorised when trying to deploy my plugin to http://maven.jenkins-ci.org:8081/content/repositories/releases/ a couple of minutes ago.

Re: Issue to deploy release

2013-07-22 Thread Kohsuke Kawaguchi
Confirmed. I'm looking into this. On 07/22/2013 06:38 AM, Olivier Lamy wrote: Hi, Is there any issue with the repository to deploy artefacts? I get a 401 error. [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on project

Re: Issue to deploy release

2013-07-22 Thread Kohsuke Kawaguchi
It turns out that Puppet failed to properly apply all the iptables rules. This issue is fixed, and I verified that the deplyoment works all right. On 07/22/2013 04:29 PM, Kohsuke Kawaguchi wrote: Confirmed. I'm looking into this. On 07/22/2013 06:38 AM, Olivier Lamy wrote: Hi, Is there

Re: Obtaining Git ChangeSet before scheduling build

2013-07-22 Thread Kannan Manickam
Thanks Mark. I was looking for something with Commit Message in the name so I didn't connect these options. I'll check that out. On Jul 22, 2013, at 4:13 PM, Mark Waite markwa...@yahoo.com wrote: It is in the Source Code Management section. Press the Advanced button (note, there are two of

Re: Issue to deploy release

2013-07-22 Thread Olivier Lamy
works fine now. Thanks! 2013/7/23 Kohsuke Kawaguchi kkawagu...@cloudbees.com: It turns out that Puppet failed to properly apply all the iptables rules. This issue is fixed, and I verified that the deplyoment works all right. On 07/22/2013 04:29 PM, Kohsuke Kawaguchi wrote: Confirmed.

Re: How to extend FreeStyleProject?

2013-07-22 Thread Kohsuke Kawaguchi
On 07/22/2013 02:15 PM, Mengqi wrote: Hi all, I want to develop a plugin , and I want to extend the FreeStyleProject class to implement it. Currently I have a class extending FreeStyleProject, and the source code is here: public class JobGenerator extends FreeStyleProject { private

Re: Two waiting pull requests - please review or consider granting commit access

2013-07-22 Thread Kohsuke Kawaguchi
In the mean time I added you as a committer. On 07/17/2013 10:48 AM, Łukasz Jąder wrote: Hi, I've made 2 pull requests which provide usefull features for me: https://github.com/jenkinsci/buildtriggerbadge-plugin/pull/3 https://github.com/jenkinsci/redmine-plugin/pull/8 Some time ago for my

Re: [ANN] jenkins-ci.org site outage

2013-07-22 Thread Kohsuke Kawaguchi
I've fixed this problem now. Sorry for a delay. On 07/22/2013 03:20 PM, m...@arangamani.net wrote: I am having the same problem releasing my first plugin. On Sunday, July 21, 2013 2:06:47 PM UTC-7, Jan Molak wrote: Hi all, I started getting a 401 - Unauthorised when trying to deploy

Re: Request for Committer Access

2013-07-22 Thread Gautam Korlam
Hi, any updates on this? On Tuesday, 16 July 2013 23:38:40 UTC-7, Gautam Korlam wrote: Hi, I have been trying to get this patch in for quite sometime now. https://github.com/jenkinsci/android-emulator-plugin/pull/23 It addresses a major issue (