Re: Request for plugin hosting

2014-07-21 Thread Christian Becker
Sorry for the delay. I created an empty repository at https://github.com/ChristianBecker/http-post-plugin . I will push my work as soon as a required Maven dependency releases their hotfix release that I need – I won't push a SNAPSHOT dependency. So, feel free to fork this empty repository right n

RE: Hi, I want to host my plugins

2014-07-21 Thread XuLj
Hello,In actuality, I've already told u the function of my plugin.my plugins is hosted at https://github.com/icbcsdcpmoxulj/pi-jobflowcreator "pi" is just a tag that reminds me of what my projects mean, as I've developed a couple of Jenkins-related tools, plugins, libraries, etc., which

Request for plugin hosting

2014-07-21 Thread Adedayo Adetoye
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 you were wondering what it does, Zapper enables the user to run OWASP ZAP (see https://www.owasp.org/index.php

First time build fails

2014-07-21 Thread Selvarasu Ramasamy
Hello, I following the Building Jenkins page and I am getting error when executing mvn -Plight-test install. Here is the part of mvn build debug output. Looks like the enforcer plugin is trying to read a jar file. It doest exist in

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 : > Hello, > > I would like to request hosting for a jenkins plugin that generates a github > change log between releases. >

Re: Hi, I want to host my plugins

2014-07-21 Thread Ulli Hafner
Is your plugin already hosted on GitHub? Can you please describe briefly what the plugin does? Is pi a product? Am 21.07.2014 um 05:07 schrieb xulj : > Hi, > I'd like to add some plugins that I have developed to Jenkins community. > And the information I should provide according to your re

Re: Executing a shell/python command in Jenkins Dynamic Choice Parameter Plugin

2014-07-21 Thread Robert Parker
Do you have any examples of groovy script within a Dynamic Parameter executing an external shell script? I can't seem to figure out the correct syntax and then pass it back to jenkins in a way that will be parsed as a set of parameter choices in the UI. Thanks On Friday, July 18, 2014 9:23:07

Re: Replacing icons with an tag

2014-07-21 Thread Tom Fennelly
I was holding off on posting this but decided to post anyway so as to get feedback if possible. Here's an up-to-date Jenkins core branch containing the new tag + the "shim" plugin (to allow plugins use the tag but still maintain compatibility with older versions of Jenkins): - https://gith

Re: [ANN] docker image for workflow plugin demo

2014-07-21 Thread Kohsuke Kawaguchi
Added the -o option and deployed the new image (59f1d5a96525) 2014-07-18 17:20 GMT+02:00 Jesse Glick : > On Fri, Jul 18, 2014 at 10:14 AM, Kohsuke Kawaguchi > wrote: > > Maybe I should run Maven with the -o option then. > > Since I already merged Scott’s PR, if you do add -o and it works, > del

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 require.

Save authentication from Kerberos Single Sign On filter

2014-07-21 Thread Joakim Ahle
Hello. I'm trying to write a filter for Kerberos (SSO) authentication. I have a class KerberosFilter that implements Filter. The authentication works as expected, but the problem is that the authentication should only need to happen once, and after that the user should be authenticated. When t