Hosting request for new plugins

2013-02-18 Thread Joe Miller
We have two plugins we would like to host on the jenkins github: 1. https://github.com/pantheon-systems/certificate-authentication-for-jenkins -- (This Jenkins plugin allows for extracting OU and DN fields from client-side SSL certificates for authentication purposes. ) 2. https://github.com/jo

Re: Add a new installer crawler for buckminster plugin

2013-02-18 Thread KK Kon
Hi Lorenzo. > which was uploaded some years ago before the crawler mechanism was > introduced, right? Yes. Jenkins have a historical background. Source code repository switch java.net to github. I found piece of commit log, you wonder 'how to upload this?' http://java.net/projects/hudson/lists/c

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-18 Thread Lorenzo Bettini
On 02/18/2013 09:03 PM, Jesse Glick wrote: > On 02/18/2013 02:53 PM, Lorenzo Bettini wrote: >> I don't know groovy > > More or less a superset of Java so there is not much to learn. > >> I also tried to run one of the groovy files found at >> https://github.com/jenkinsci/backend-crawler and I got

Add a new installer crawler for buckminster plugin

2013-02-18 Thread Lorenzo Bettini
Hi I would like to provide a crawler for the buckminster plugin. I've already sent a pull request to https://github.com/jenkinsci/backend-crawler if I understand correctly, when all is done, this crawler should automatically replace this file http://updates.jenkins-ci.org/updates/hudson.plugins

How to build an existing plugin and test it?

2013-02-18 Thread Andreas Sommer
I wanted to start with plugin development (there's no Git MailAddressResolver as far as I can see), so I grabbed jenkins-git-plugin from GitHub and reset it to the latest stable tag (version 1.1.28). I installed that actual version in Jenkins in order to have its dependencies set up. Then back

Re: Which build has that fix?

2013-02-18 Thread Michael Clarke
Going back to Jesse's original email: I've committed my Issue Update Bot code to Github [1], although am waiting for my pull request on Github-API [2] to be accepted before anyone else could build this (unless they build a snapshot version of my changes [3]). The jenkins-issues bot is currently l

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-18 Thread Jesse Glick
On 02/18/2013 02:53 PM, Lorenzo Bettini wrote: I don't know groovy More or less a superset of Java so there is not much to learn. I also tried to run one of the groovy files found at https://github.com/jenkinsci/backend-crawler and I got errors due to some required packages that could not be

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-18 Thread Lorenzo Bettini
On 02/18/2013 08:07 PM, Jesse Glick wrote: > On 02/18/2013 04:16 AM, Lorenzo Bettini wrote: >> Thus, the only way is to write a crawler, isn't it? > > Yes. > >> Must it be written in groovy? > > Probably not, though this would be preferred for consistency with the > others. (What would you use i

Re: Which build has that fix?

2013-02-18 Thread Jesse Glick
On 02/17/2013 05:23 AM, Christoph Kutzinski wrote: Another nuisance are the frequent merge conflicts on changelog.html Yes, this complicates pull requests, and makes backporting fixes to the stable branch painful too. A rough idea would be to create a new single file (XML or so) for each ch

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-18 Thread Jesse Glick
On 02/18/2013 04:16 AM, Lorenzo Bettini wrote: Thus, the only way is to write a crawler, isn't it? Yes. Must it be written in groovy? Probably not, though this would be preferred for consistency with the others. (What would you use instead?) -- You received this message because you are su

Re: New CVS-plugin release?

2013-02-18 Thread Michael Clarke
I'll do a release tomorrow. Thanks, Michael On 18 Feb 2013, at 17:40, Christoph Kutzinski wrote: Is it okay to release the cvs plugin? There are multiple reports of the git plugin failing in conjuction with cvs plugin - see https://issues.jenkins-ci.org/browse/JENKINS-16849 The problem proba

New CVS-plugin release?

2013-02-18 Thread Christoph Kutzinski
Is it okay to release the cvs plugin? There are multiple reports of the git plugin failing in conjuction with cvs plugin - see https://issues.jenkins-ci.org/browse/JENKINS-16849 The problem probably also has also a git-plugin side, but it could be easily be solved by releasing the cvs-plugin w

Re: Hosting Request for new plugin (jenkins-tracker: A Pivotal Tracker Build Notifier)

2013-02-18 Thread prashantrajan
Hi, How do I delete this plugin "jenkins-tracker" so it no longer appears in the plugin update page? On Sunday, February 17, 2013 10:36:21 PM UTC+8, kutzi wrote: > > It's not a requirement, but IMO it would be a good idea to rename it. > > Am 17.02.2013 15:27, schrieb prashantrajan: > > githu

RE: [gerrit-trigger-plugin] `mvn test` errors

2013-02-18 Thread Sandell, Robert
I highlighted a hint in bold below... :) [ERROR] Please refer to /work/jenkins-dev/plugins/gerrit-trigger-plugin/gerrithudsontrigger/target/surefire-reports for the individual test results. Robert Sandell Software Tools Engineer - SW Environment and Product Configuration Sony Mobile Communicat

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-18 Thread Lorenzo Bettini
Thus, the only way is to write a crawler, isn't it? Must it be written in groovy? thanks Lorenzo On 02/18/2013 07:46 AM, KK.Kon wrote: > > Hi > > may be generator is https://github.com/jenkinsci/backend-crawler > I search and found this at the same problem. > > Thank you > KK.Kon > >