Re: hudson.Plugin's save()/load() not working, because it does not receive a PluginWrapper

2013-04-24 Thread Alexis Gallagher
Hi, Thanks for this pointer. Very helpful. I was using the HSTS plugin as a template ( https://wiki.jenkins-ci.org/display/JENKINS/HSTS+Filter+Plugin ), but I since that one is extending PageDecorator rather than Plugin, I suppose it is supposed to integrate with Jenkins differently. A On

Re: hudson.Plugin's save()/load() not working, because it does not receive a PluginWrapper

2013-04-24 Thread Stephen Connolly
Plugin is special as that one, if an extension point in a plugin, is referenced by the PluginWrapper, all the other extension points are after that point in the startup lifecycle On 24 April 2013 09:22, Alexis Gallagher alexisgallag...@gmail.com wrote: Hi, Thanks for this pointer. Very

how to bind hudson.Plugin fields to its config.jelly

2013-04-24 Thread Alexis Gallagher
Hi, I am wondering how to associate a plugin which subclasses hudson.Plugin with the fields defined in its config.jelly file. The javadoc for hudson.Plugin says Plugin can have an optional config.jelly page This is convenient for exposing/maintaining configuration that doesn't fit any

how do i repeat mvn release:perform ?

2013-04-24 Thread Arvid E.P.
yesterday i executed these steps https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Releasingtojenkinsci.org to release a new version. It did succeed uploading, but nothing ever appeared here: http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/repo/ (it did

Re: how do i repeat mvn release:perform ?

2013-04-24 Thread Arvid E.P.
ok i could repeat it after a git clean -fxd. http://npaste.de/p/SL8 It uploaded to http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/repo/1.5/ which is not the url documented in the wiki. That's also where 1.4 was pushed, but apparantly got deleted

What about a Composer plugin?

2013-04-24 Thread Renan de Lima
Hello all, I use Jenkins at work for PHP projects. We are starting adopt Composer in our systems cycle life. Unfortunately I've not seen any integration between Composer and Jenkins CI. For my organization we need basically two features: 1. Invoke Composer [build step] Arguments: - php path

Re: What about a Composer plugin?

2013-04-24 Thread Bruno P. Kinoshita
Hi Renan, I'm migrating a few projects from CodeIgniter (+bunch of libraries and sparks) to FuelPHP and to CodeIgniter+Composer, and am having to learn Composer. Is there any activity to integrate Composer and Jenkins? Not that I'm aware of. Is there a better way to use Composer through

How do I add an artifact to Jenkins Maven repo?

2013-04-24 Thread Mike Bockus
I'm developing a plug-in for Jenkins that has a dependency on a library that is not in the Jenkins Maven repository. For now I've just added the file manually to my local repository. How do I go about adding a new artifact to the Jenkins Maven repository? -- You received this message

Re: How do I add an artifact to Jenkins Maven repo?

2013-04-24 Thread Stephen Connolly
The best way is to get the artifact pushed to Central, e.g. via oss.sonatype.org Failing that you can just deploy directly to Jenkins' repo using your existing credentials, but ensure that you pick a sensible groupId so that when/if we ever get Jenkins' repo syncing to Central you don't screw

Replace build parameters with custom jelly

2013-04-24 Thread Paul Mendelson
I have a build in which I have checked This build is parameterized and defined a few parameters. I would like to replace this with a BuildWrapperPlugin. That plugin would define it's own jelly to collect some parameters whenever a user builds that project. I do not know what to name that

started by user showing as anonymous

2013-04-24 Thread mallikarjunece
http://jenkins.361315.n4.nabble.com/file/n4664030/Jenkins_user.png Hi,Started by user showing as anonymous first time.But link points to actual user (like Actual user name)After clicking this , then it is showing the actual username,Can you please let me know how to fix this.Thanks in advance.

Re: request for plugin hosting

2013-04-24 Thread Ulli Hafner
The best would be if you join us on IRC. Then we can give you the karma to add committers on your own… Ulli Am 24.04.2013 um 00:55 schrieb Geoff Bullen geo...@centrumsystems.com.au: Thanks for that... A couple of follow ups... 1) I'm unable to commit my updated POM! How do I get access??

Re: how to bind hudson.Plugin fields to its config.jelly

2013-04-24 Thread Alexis Gallagher
Hello world, I have resolved this issue. I was mistakenly not including the value attribute tag within the jelly tags, which is why it was writing values but not reading them from the object. A On Wednesday, April 24, 2013 10:48:07 AM UTC+1, Alexis Gallagher wrote: Hi, I am wondering how

New release of the ViewVC plugin

2013-04-24 Thread Michael Rumpf
Hi, I would like to get out a new release of the Jenkins ViewVC plugin: https://wiki.jenkins-ci.org/display/JENKINS/ViewVC+Plugin I contacted the current maintainer, as listed on the Wiki page, but he just told me to take over maintainership :) I already have a jenkins-ci.org JIRA account and

Re: How do I add an artifact to Jenkins Maven repo?

2013-04-24 Thread Mike Bockus
Thanks for the info. I asked the owner of the library to push the artifact to sonatype. I wasn't sure how long that was going to take, so I also added the artifact directly to the Jenkins repo using my existing credentails. I'm not sure I uploaded the artifact correctly though. I uploaded

Re: LTS backports for 1.509.1

2013-04-24 Thread Jesse Glick
On 04/17/2013 02:36 PM, Vojtech Juranek wrote: done, all backports are now pushed in Jenkins stable branch Issues still seem to be marked lts-candidate; will you switch the backported ones to 1.509.1-fixed? -- You received this message because you are subscribed to the Google Groups Jenkins

Re: LTS backports for 1.509.1

2013-04-24 Thread Christoph Kutzinski
Not exactly a backport, but if I look correctly LTS bundles CVS plugin 1.6 which is really really old (https://github.com/jenkinsci/jenkins/blob/stable/war/pom.xml) - current is 2.8 - and has a serious problem which may affect users if they're not using CVS at all: the dreaded

Re: started by user showing as anonymous

2013-04-24 Thread Kenny Ayers
Hi, Bug reports can be submitted here: https://issues.jenkins-ci.org/browse/JENKINS Before submitting a report, take a look and see if the issue already exists. If so append your reproduction steps and vote on the issue to get some visibility. This isn't a solution, but it'll get the

Re: LTS backports for 1.509.1

2013-04-24 Thread Jesse Glick
I recommend using @Restricted(NoExternalUse.class) on newly introduced members which are in fact only used within that Maven module for purposes of the backport. Noticed: - Run.canToggleLogKeep - ManagementLink.getRequiresConfirmation -

Re: LTS backports for 1.509.1

2013-04-24 Thread Jesse Glick
On 04/24/2013 04:19 PM, Christoph Kutzinski wrote: Not exactly a backport, but if I look correctly LTS bundles CVS plugin 1.6 https://github.com/jenkinsci/jenkins/commit/64d27e9c4c73cd5cdd3e81c226bb8da23a42db6f could be backported. It is a recent commit, but updating bundled plugins is a bit

Re: request for plugin hosting

2013-04-24 Thread geoff
OK. I'm trying out IRC for the first time... No one there yet :-) maybe as I'm in Oz.. On Thursday, 25 April 2013 01:10:21 UTC+10, Ullrich Hafner wrote: The best would be if you join us on IRC. Then we can give you the karma to add committers on your own… Ulli Am 24.04.2013 um 00:55

Re: Toward automated changelog generation

2013-04-24 Thread Jesse Glick
On 04/18/2013 01:12 PM, Kohsuke Kawaguchi wrote: [notes handling] does add some complexity, but only those who have added two lines in .git/config would be affected, so casual users of the core repository won't be impacted. I think this is OK—probably only a handful of core committers would