Jenkins WAR Size Tracker

2013-03-24 Thread Andrew Gray
Hi all, Let me first say that thishttps://wiki.jenkins-ci.org/display/JENKINS/Jenkins+WAR+Size+Trackeris a great page. Has anyone one thought of redoing the presentation of this data when the graph extends beyond the edge of the page / screen? Are we just going to have a scroll bar or a

Re: Problems validating a forms values of an actions view

2013-03-24 Thread domi
Christofer, as you wrote yourself, your currently implementing a plugin which provides a functionality that originally was available in the m2release plugin. Unfortunately it got removed and your not the only one missing it! I think the current users (3700+) of this plugin would really

Re: Problems validating a forms values of an actions view

2013-03-24 Thread Christofer Dutz
Well All in all the plugin itself isn't that much of a big challenge. It's more the how do I get this undocumented jelly and stapler magic to do what I want it to. This is also the main reason for me documenting the internal details of my plugin. Hopefully it will help people get started.

Hosting request for OWASP ZAP plugin

2013-03-24 Thread parrot
Hi, I started a Jenkins plugin for displaying Zed Attack Proxy (OWASP ZAP) in Jenkins. I would like to have it hosted at Jenkins CI. Could you open a repository zap-plugin on GitHub for this? Thanks. My GitHub ID is parrot55. Regards, Patrick -- You received this message because you are

Re: Hosting request for Netio plugin

2013-03-24 Thread Vojtech Juranek
Hi, forked as netio-plugin [1] to follow naming conventions and you should have a commit access. Welcome aboard! Cheers Vojta [1] https://github.com/jenkinsci/netio-plugin On Friday 22 March 2013 09:20:03 Thomas Endres wrote: Hi, I've started a new plugin for instrumenting the NetIO plug

Re: New plugin: build-alias-setter-plugin

2013-03-24 Thread Vojtech Juranek
Hi, forked [1] Cheers Vojta [1] https://github.com/jenkinsci/build-alias-setter-plugin On Friday 22 March 2013 22:40:29 oliver gondža wrote: Hi, I would like to have [1] plugin forked. This plugin allows user to automatically assign an alias specified as a token macro template to the

Re: Re: Request hosting

2013-03-24 Thread Vojtech Juranek
Hi, Is it possible I wasn't given commit access? yup, probably something somewhere went wrong and you wasn't added as a commiter. Now, you should have a commit access: [00:49] vjuranek jenkins-admin: Make scowan a committer of teamconcert- plugin [00:49] jenkins-admin Added scowan as a GitHub

Re: Re: Hosting Request for Selenium Builder plugin

2013-03-24 Thread Vojtech Juranek
Hi, forked [1]. Please verify that you have a commit access. And sorry for the delay! Cheers Vojta [1] https://github.com/jenkinsci/selenium-builder-plugin On Thursday 21 March 2013 12:53:52 Ross Rowe wrote: Another bump...it's almost a month since the request for plugin hosting, can someone

Re: Re: notice of unmaintained plugin github-oauth-plugin

2013-03-24 Thread Vojtech Juranek
Hi, On Wednesday 30 January 2013 13:38:41 Jesse Glick wrote: On 01/29/2013 11:40 PM, Michael O'Cleirigh wrote: I confirm that Sam should be a committer to the github-oauth-plugin and will be the new maintainer. OK, done. skottler doesn't seem to have commit access to github-oauth-plugin

Re: database-mysql and Secret

2013-03-24 Thread Vojtech Juranek
Hi, java.lang.NullPointerException at jenkins.security.ConfidentialStore.get(ConfidentialStore.java:66) how do you run it, do you run it within Jenkins? It seems Jenkins.getInstance() returns null HTH Vojta -- You received this message because you are subscribed to the Google Groups

Re: Hosting request for new plugin JiraTestResultReporter

2013-03-24 Thread Vojtech Juranek
Hi, would you mind to rename it during the fork to e.g. JiraIssueCreator-plugin or something like this? IMHO TestResultReporter is little bit confusing - personally I would imagine that such plugin updates existing issues or somethig like this, which is already implemented (though not sure if