Plugin classpath problems

2014-02-21 Thread gallen
I am have a problem with my plugin finding the dependent jar files at execution. The plugin is attempting to connect to a qpid message bus and the pom contains the dependencies for the required qpid class (pom to be included later in this email). After the plugin is installed and jenkins

Error updating plugin

2014-02-21 Thread Daniel Anechitoaie
Hi, I have a plugin that uses BouncyCastle and the issue is that every time i try to update it by uploading a new version i get the following error: java.io.IOException: Failed to dynamically deploy this plugin at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1304)

Commit access to the jclouds-plugin repository

2014-02-21 Thread Ignasi Barrera
Hi! I am working on pull requests [1-3], and I'd like to be granted commit access to the jclouds-plugin repository, if possible. I am a commiter and PMC member of Apache jclouds and I plan to start contributing regularly to the Jenkins plugin as I've starting to heavily use it at work. My GitHub

Re: Error updating plugin

2014-02-21 Thread Jesse Glick
You need to restart Jenkins to update a plugin. (Jenkins should not even offer the option to call dynamicLoad in this case; Daniel Beck had a PR for this, which IIRC was merged recently.) -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

Understanding extension point for plugin

2014-02-21 Thread Fabio Farronato
Hi all, I'm newbe on jenkins and in writing plugins. I have some trouble in understanding extension point. I have looked for in the wiki for an explanation of a job's workflow execution without success. I have the need of notify to an external tool, calling an api, when a job start.

Re: Error updating plugin

2014-02-21 Thread Daniel Anechitoaie
I uploaded the new version from the Advanced section (Jenkins Plugin Manager Advanced) and there is no option there to chose how to instal it (with or without restart). On Friday, February 21, 2014 5:04:42 PM UTC+2, Jesse Glick wrote: You need to restart Jenkins to update a plugin. (Jenkins

Re: Understanding extension point for plugin

2014-02-21 Thread oliver gondža
Hi, If you want to be notified about all started builds see RunListener[1], if only for explicitly configured jobs see BuildWrapper[2]. [1] http://javadoc.jenkins-ci.org/?hudson/model/listeners/RunListener.html [2] http://javadoc.jenkins-ci.org/?hudson/tasks/BuildWrapper.html -- oliver --

Re: Understanding extension point for plugin

2014-02-21 Thread Bruno Meneguello
I'm finishing the development of a new plugin that listens to every listener of system and notify endpoints (until now HTTP GET and logger). ASAP 'll share the repo. Em 21/02/2014 14:36, oliver gondža ogon...@gmail.com escreveu: Hi, If you want to be notified about all started builds see

Re: Error updating plugin

2014-02-21 Thread Daniel Beck
On 21.02.2014, at 16:04, Jesse Glick jgl...@cloudbees.com wrote: Daniel Beck had a PR for this PR 1125[1] just hides the button on the 'Updates' tab, because it won't work anyway. 1: https://github.com/jenkinsci/jenkins/pull/1125 -- You received this message because you are subscribed to

Plugin Host Request

2014-02-21 Thread Bruno Kühnen Meneguello
Hi! I would like to share a new plugin, named extreme-notification that allow the administrator to notify some endpoints (logging and webhooks until now) of every server event. This plugin register various listeners (any *Listener available, and InitMilestones) then routes through a

Re: Plugin Host Request

2014-02-21 Thread Slide
What is the repo to fork from? On Feb 21, 2014 11:46 AM, Bruno Kühnen Meneguello br...@meneguello.com wrote: Hi! I would like to share a new plugin, named extreme-notification that allow the administrator to notify some endpoints (logging and webhooks until now) of every server event.

Re: Plugin Host Request

2014-02-21 Thread Bruno Kühnen Meneguello
Ops, Clone from: bkmeneguello/extreme-notification-plugin Thanks On Fri 21 Feb 2014 03:48:39 PM BRT, Slide wrote: What is the repo to fork from? On Feb 21, 2014 11:46 AM, Bruno Kühnen Meneguello br...@meneguello.com mailto:br...@meneguello.com wrote: Hi! I would like to share a new

Re: Plugin Host Request

2014-02-21 Thread Bruno Meneguello
It's ok? Em 21/02/2014 15:53, Bruno Kühnen Meneguello br...@meneguello.com escreveu: Ops, Clone from: bkmeneguello/extreme-notification-plugin Thanks On Fri 21 Feb 2014 03:48:39 PM BRT, Slide wrote: What is the repo to fork from? On Feb 21, 2014 11:46 AM, Bruno Kühnen Meneguello

Re: Plugin Host Request

2014-02-21 Thread Slide
Should be done. Welcome aboard. https://github.com/jenkinsci/extreme-notification-plugin On Fri, Feb 21, 2014 at 5:18 PM, Bruno Meneguello br...@meneguello.comwrote: It's ok? Em 21/02/2014 15:53, Bruno Kühnen Meneguello br...@meneguello.com escreveu: Ops, Clone from:

Re: Plugin Host Request

2014-02-21 Thread Bruno Meneguello
Thanks! Em 21/02/2014 22:40, Slide slide.o@gmail.com escreveu: Should be done. Welcome aboard. https://github.com/jenkinsci/extreme-notification-plugin On Fri, Feb 21, 2014 at 5:18 PM, Bruno Meneguello br...@meneguello.comwrote: It's ok? Em 21/02/2014 15:53, Bruno Kühnen Meneguello

Re: Understanding extension point for plugin

2014-02-21 Thread Bruno Meneguello
As said before, the new plugin is Extreme Notificationhttps://github.com/jenkinsci/extreme-notification-plugin. Still not published in the central plugins repo, but you can clone and build by yourself. If this plugin don't meet exactly your need, we can discuss changes (it's a work in progress)