Re: Request for plugin hosting

2014-07-25 Thread d...@fortysix.ch
My guess is the following configuration is used by both plugins: - URl to GH Repo (also GH Enterprise) - Credentials Just because your functionality is integrated into this plain, does not mean it is only active when the GH Hook is used, this implementation is up to you But anyway its up to you

Re: Request for plugin hosting

2014-07-24 Thread Anthony Gubler
Morning, can I ask apart from the credential configuration why would you couple these two plugins together? The credentials are only required for the webhook if the auto management option is selected (if I understand correctly) which means either users' could only use the change log

Re: Request for plugin hosting

2014-07-22 Thread Ulli Hafner
Created https://github.com/jenkinsci/zapper-plugin Welcome abord! Ulli Am 22.07.2014 um 01:07 schrieb Adedayo Adetoye dayo@gmail.com: Hello, I'd like to host my plugin called Zapper on the Jenkins repository. Its GitHub coordinate is at https://github.com/adedayo/zapper In case

Re: Request for plugin hosting

2014-07-22 Thread Ulli Hafner
Created https://github.com/jenkinsci/http-post-plugin Welcome aboard! Ulli Am 22.07.2014 um 08:44 schrieb Christian Becker christian.becker.1...@gmail.com: Sorry for the delay. I created an empty repository at https://github.com/ChristianBecker/http-post-plugin . I will push my work as

Re: Request for plugin hosting

2014-07-22 Thread Christian Becker
Thank you both! 2014-07-22 10:10 GMT+02:00 Ulli Hafner ullrich.haf...@gmail.com: Created https://github.com/jenkinsci/http-post-plugin Welcome aboard! Ulli Am 22.07.2014 um 08:44 schrieb Christian Becker christian.becker.1...@gmail.com: Sorry for the delay. I created an empty

Re: Request for plugin hosting

2014-07-22 Thread Anthony Gubler
Hi, That's a decent suggestion and definitely something I would look into doing, however I think that initially it would be good have as a standalone plugin On Monday, July 21, 2014 8:01:40 PM UTC+1, Ullrich Hafner wrote: Would it make sense to merge it with the existing github plug-in?

Re: Request for plugin hosting

2014-07-22 Thread domi
-1 to have it first as standalone - the integration will never be done again after wards, we had this so many times before already On 22.07.2014, at 11:11, Anthony Gubler agub...@gmail.com wrote: Hi, That's a decent suggestion and definitely something I would look into doing, however I

Re: Request for plugin hosting

2014-07-22 Thread Anthony Gubler
That's a fair point, I guess I wanted to get this available ASAP and also although that it generates a change log from github there is no requirement to have the github plugin installed. On Tuesday, July 22, 2014 10:25:54 AM UTC+1, Dominik Bartholdi wrote: -1 to have it first as standalone -

Re: Request for plugin hosting

2014-07-22 Thread domi
I would very much love to see this integrated into the GH plugin - maybe enable the new functionality by a simple checkbox in the job configuration only, then the user would not have to enter the same information twice. That would be a great benefit for the users I think. ...my 2cent Domi On

Re: Request for plugin hosting

2014-07-22 Thread Anthony Gubler
Thanks Domi, let me see what I can do. I have installed the plugin manually on our instance of jenkins for now. On Tuesday, July 22, 2014 11:10:53 AM UTC+1, Dominik Bartholdi wrote: I would very much love to see this integrated into the GH plugin - maybe enable the new functionality by a

Re: Request for plugin hosting

2014-07-22 Thread Anthony Gubler
Domi/Ullrich How do I go about integrating with the main github plugin? Shall I fork the repository and then submit a pull request? On Tuesday, July 22, 2014 11:43:57 AM UTC+1, Anthony Gubler wrote: Thanks Domi, let me see what I can do. I have installed the plugin manually on our instance

Re: Request for plugin hosting

2014-07-22 Thread Adedayo Adetoye
Many thanks Ulli. Kind regards, Dayo On Tue, Jul 22, 2014 at 9:01 AM, Ulli Hafner ullrich.haf...@gmail.com wrote: Created https://github.com/jenkinsci/zapper-plugin Welcome abord! Ulli Am 22.07.2014 um 01:07 schrieb Adedayo Adetoye dayo@gmail.com: Hello, I'd like to host my

Re: Request for plugin hosting

2014-07-22 Thread domi
Yep, thats the best way on how to do it Domi On 22.07.2014, at 15:22, Anthony Gubler agub...@gmail.com wrote: Domi/Ullrich How do I go about integrating with the main github plugin? Shall I fork the repository and then submit a pull request? On Tuesday, July 22, 2014 11:43:57 AM UTC+1,

Re: Request for plugin hosting

2014-07-22 Thread Anthony Gubler
I have had a look at the repository, I have some questions: There are some overlaps on the configuration required but it seems that the overlap is only configured if the webhook is automatically managed by jenkins, obviously the using github change log plugin wouldn't want to force a user to

Request for plugin hosting

2014-07-21 Thread Anthony Gubler
Hello, I would like to request hosting for a jenkins plugin that generates a github change log between releases. I already have the code pushed to my github repository - https://github.com/agubler/jenkins-github-changelog-plugin. Please let me know if there is any more information you

Re: Request for plugin hosting

2014-07-21 Thread Ulli Hafner
Would it make sense to merge it with the existing github plug-in? https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin Am 21.07.2014 um 14:35 schrieb Anthony Gubler agub...@gmail.com: Hello, I would like to request hosting for a jenkins plugin that generates a github change log

Re: Request for plugin hosting

2014-07-18 Thread Christian Becker
Not yet. My current work is only locally available. Am 18.07.2014 06:43 schrieb d...@fortysix.ch d...@fortysix.ch: sounds good to me - do you have a repo which we can fork? Domi On 17 Jul 2014, at 20:40, Christian Becker christian.becker.1...@gmail.com wrote: As far as I am concerned, my

Request for plugin hosting

2014-07-17 Thread Christian Becker
Hi, I would like to get commit access to a new Plugin repository named *http-post-publisher*. My GitHub name is *ChristianBecker*. There is currently no GitHub repo to clone from. Thanks in advance, Christian -- You received this message because you are subscribed to the Google Groups

Re: Request for plugin hosting

2014-07-17 Thread d...@fortysix.ch
What is the plugin all about? Any thing in common with the notification plugin? https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin Domi On 17 Jul 2014, at 14:28, Christian Becker christian.becker.1...@gmail.com wrote: After some thoughts, I'm also fine with http-post for the

Re: Request for plugin hosting

2014-07-17 Thread Christian Becker
As far as I am concerned, my plugin can POST the actual artifacts as part of a multipart POST to the endpoint. The other plugin could only notify about a build, or am I wrong? Am 17.07.2014 19:33 schrieb d...@fortysix.ch d...@fortysix.ch: What is the plugin all about? Any thing in common with

Re: request for plugin hosting

2013-04-26 Thread Geoff Bullen
I didn't have any joy on IRC. Any chance you could see why I can't push? On 25 April 2013 09:37, geoff geo...@centrumsystems.com.au wrote: 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

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: 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: request for plugin hosting

2013-04-23 Thread Ulli Hafner
Done: https://github.com/jenkinsci/build-pipeline-plugin You need to update your pom.xml in order to get the SCM information showing up correctly in https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin Welcome aboard! Ulli Am 23.04.2013 um 02:26 schrieb Geoff Bullen

Re: request for plugin hosting

2013-04-23 Thread Geoff Bullen
Thanks for that... A couple of follow ups... 1) I'm unable to commit my updated POM! How do I get access?? Permission to jenkinsci/build-pipeline-plugin.git denied to geoffbullen I seem to be a member... 2) Can I have a CI build set up please? 3) I have a few commiters to this project (from

Re: request for plugin hosting

2013-04-22 Thread Geoff Bullen
I have added it to github... https://github.com/geoffbullen/build-pipeline-plugin *Geoff Bullen * Centrum Systems Level 8, 5 Elizabeth Street Sydney *0408 659 395 (m) 02 9235 0516 (t)** * http://www.centrumsystems.com.au On 20 April 2013 17:41, domi d...@fortysix.ch wrote: easiest is: 1.

Re: request for plugin hosting

2013-04-20 Thread domi
easiest is: 1. move it to GH under your account 2. ask for forking here again. /Domi On 20.04.2013, at 00:10, Geoff Bullen geo...@centrumsystems.com.au wrote: Hey, I'd like to move a plugin (currently hosted on google) into the jenkins-ci. Can you create the repo and give me access

request for plugin hosting

2013-04-19 Thread Geoff Bullen
Hey, I'd like to move a plugin (currently hosted on google) into the jenkins-ci. Can you create the repo and give me access please?? *github ID:* geoffbullen *Plugin name:* build-pipeline-plugin Thanks! Geoff -- You received this message because you are subscribed to the Google Groups

Request new plugin hosting - rpmsign-plugin

2013-04-11 Thread Jimmi Dyson
Hi, Could you please fork the rpmsign plugin from https://github.com/specems/jenkins-rpmsign-plugin.githttps://github.com/specems/jenkins-rhnpush-plugin.git into the jenkins org? I guess I will also need a JIRA component of rpmsign as well? There were a few problems forking from the specems org

Re: Request new plugin hosting - rpmsign-plugin

2013-04-11 Thread Ulli Hafner
Done: https://github.com/jenkinsci/rpmsign-plugin If you are planning to release more plug-ins then you can join us on IRC. Then we can give you the permission to create repositories on your own… Ulli Am 11.04.2013 um 11:46 schrieb Jimmi Dyson jimmidy...@gmail.com: Hi, Could you please

Request for plugin hosting : testInProgress

2013-01-29 Thread cchabanois
Hi, I'd like to request hosting for a new Jenkins plugin called testInProgress currently hosted at https://github.com/cchabanois/testInProgress . This plugin allows to see how the junit tests progress during a build. https://github.com/mhassanpur/crittercism-dsym Thanks, Cédric -- You

Re: Request for plugin hosting : testInProgress

2013-01-29 Thread Jesse Glick
On 01/29/2013 09:45 AM, cchabanois wrote: a new Jenkins plugin called testInProgress BTW artifactId should not include ‘-plugin’. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails

Re: Request for plugin hosting : testInProgress

2013-01-29 Thread cchabanois
It looks very promising. I may use this in the future. But in the meantime, my plugin is almost ready and I would like it to be hosted in the Jenkins community repositories. I have added a screenshot at https://raw.github.com/cchabanois/testInProgress/gh-pages/images/progressInJenkins.png I

Re: Request for plugin hosting : testInProgress

2013-01-29 Thread Jesse Glick
On 01/29/2013 10:32 AM, cchabanois wrote: I would like it to be hosted in the Jenkins community repositories. Forked to: https://github.com/jenkinsci/testInProgress-plugin Also created: https://issues.jenkins-ci.org/browse/JENKINS/component/17325 I use -plugin in the artifactId because I