Re: Keeping configs after package change

2013-11-02 Thread Eric Lordahl
Thanks for the nudge. Implemented tips from https://wiki.jenkins-ci.org/display/JENKINS/Hint+on+retaining+backward+compatibility which worked like a charm. On Wednesday, October 30, 2013 7:30:55 PM UTC-4, Jesse Glick wrote: On Wed, Oct 30, 2013 at 6:41 PM, Eric Lordahl

RE: Trigger code between job start and parameter screen

2013-11-02 Thread Bhadra, Jatin
Did you manage to solve this? Thanks, The information transmitted is intended for the person or entity to which it is addressed and may contain confidential, privileged or copyrighted material. If you receive this in error, please contact the sender and delete the material from any computer.

Re: Backporting for 1.532.1 started

2013-11-02 Thread oliver gondža
I have backported all soaked candidates into stable branch. We bundle maven-plugin 2.0, ssh-slaves 1.5, credentials 1.9.1 and ssh-credentials 1.5.1. Provided no more candidates will be flagged until next week, I will ask Koshuke to produce RC. Sorry I missed the meeting. -- oliver --

S3-plugin Pull Request #19 automated build failure

2013-11-02 Thread Brice Figureau
Hi all, So I've pushed a pull request[1] to the S3-plugin to replace an old one that had never been merged because it broke the original behavior of the plugin. To my surprise the automated build failed to build this changeset. I must add that it builds very fine on my dev machine (even with a

Re: S3-plugin Pull Request #19 automated build failure

2013-11-02 Thread Matthew Moore
The list of edited files doesn't include pom.xml, which is strange considering you are adding a dependency? -M On Sat, Nov 2, 2013 at 9:42 AM, Brice Figureau brice...@daysofwonder.comwrote: Hi all, So I've pushed a pull request[1] to the S3-plugin to replace an old one that had never been

Re: S3-plugin Pull Request #19 automated build failure

2013-11-02 Thread Brice Figureau
On 02/11/13 18:29, Matthew Moore wrote: The list of edited files doesn't include pom.xml, which is strange considering you are adding a dependency? Many, many thanks! Sometimes you need someone else to look at what you do to see the obvious :) Indeed I forgot to commit the pom.xml, which

Support for extending labels from plugin

2013-11-02 Thread Daniel Beck
Hi, I'm trying to write a plugin that adds some additional information related to labels, like the following: - A description for labels, because they have none in core. - A page showing all jobs using a given label atom in their label expression, grouped by label expression, because 'tied

Re: Support for extending labels from plugin

2013-11-02 Thread Oleg Nenashev
Hi Daniel, Hope to see your plugin soon. These features will be very useful, but seems that the current Jenkins versions have not propagated new features to Labels. I suppose that something like summary.jelly for existing LabelAtomProperty extension point could resolve your needs with minimal