Re: Hosting request for new plugin

2013-01-28 Thread Ulli Hafner
Did you correctly set up your maven settings.xml file? https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial?focusedCommentId=63931291#Plugintutorial-SettingUpEnvironment Ulli Am 27.01.2013 um 23:06 schrieb Chemmo che...@gmail.com: Could someone set up a CI build of my plugin? I

Re: Re: Re: Another LTS release needed

2013-01-28 Thread Vojtech Juranek
1.480.3-candidate (anyone can add if they think appropriate) 1.480.3-fixed (-candidate changed to -fixed by merger) 1.480.3-rejected (-candidate changed to -rejected if decided to be inappropriate) sounds good to me. Has anybody else any objections to use this approach? btw:

Re: Request to Add new plugin

2013-01-28 Thread Ulli Hafner
Hi Surya, I set up a new repository: https://github.com/jenkinsci/slave-utilization-plugin Next steps would be to create a new Wiki page that describes your plug-in. And please add a README to the repository as well... Welcome aboard! Ulli Am 28.01.2013 um 00:14 schrieb Surya Gaddipati

Re: New Plugin Hosting Request: Uptime

2013-01-28 Thread Vojtech Juranek
Hi, I'd like to request hosting for my new Jenkins uptime plugin. done [1], welcome aboard. Cheers Vojta [1] https://github.com/jenkinsci/uptime-plugin -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group,

Re: New plugin hosting (logstash-plugin)

2013-01-28 Thread Vojtech Juranek
Hi, and it would be awesome if I could get this hosted officially as well. done [1], but I screwed up the name, it should be logstash-plugin (not jenkins-logstash-plugin) and it seems now I haven't sufficient rights to rename it. Could someone with sufficient rights rename it to

RE: Pending Pull requests on parameterized trigger plugin

2013-01-28 Thread Sandell, Robert
We have been running pull #22, on top of 2.16 in our production environment for several months, so I would say it’s safe to merge that, unless the merge would cause some damage. And thanks for fixing my issue! I was about to upload a fix myself a while back when I noticed your pull request ☺

Re: Another LTS release needed

2013-01-28 Thread Chris Selwyn
We would really appreciate it if https://issues.jenkins-ci.org/browse/JENKINS-15418 could be included into the new LTS. Would that be possible? Chris On 22/01/2013 18:50, Kohsuke Kawaguchi wrote: There were a number of fall-out issues after SECURITY-49. As Jesse found out, some of them are

Re: New plugin: Tcl buildstep

2013-01-28 Thread Oleg Nenashev
Hello, Just for reminder. Is it possible to provide hosting for plugin? Best regards, Oleg Nenashev Hello, Plugin provides support of Tcl programming language in Jenkins jobs. I think it would be useful in projects related to Electronic Design Automation (most of EDA tools support Tcl).

Re: New plugin: Tcl buildstep

2013-01-28 Thread Ulli Hafner
Hi Oleg, here is the new repository: https://github.com/jenkinsci/tcl-plugin/ Welcome aboard! Ulli Am 28.01.2013 um 12:06 schrieb Oleg Nenashev o.v.nenas...@gmail.com: Hello, Just for reminder. Is it possible to provide hosting for plugin? Best regards, Oleg Nenashev Hello,

New plugin : mttr-plugin

2013-01-28 Thread kingzzm1982
hi all, I write a jenkins plugin and I want to put it to jenkinsci on github. This plugin is used to statistics the mean time to repair for job's builds. My github id is zhaozhiming. this is github respository url : https://github.com/zhaozhiming/mttr.git -- You received this message

Re: New plugin : mttr-plugin

2013-01-28 Thread kingzzm1982
https://lh6.googleusercontent.com/-yudp0k1vr6Y/UQZ4GfhWcZI/AAU/175zTuIJcJs/s1600/2.PNG below are the pictures, it can show in english. https://lh4.googleusercontent.com/-B2LkIvj2WQg/UQZ3s0r-T9I/AAM/8L3Zzh70jvs/s1600/1.PNG 在 2013年1月28日星期一UTC+8下午8时34分42秒,kingz...@sina.com写道:

Re: New plugin : mttr-plugin

2013-01-28 Thread kingzzm1982
https://lh4.googleusercontent.com/-lx-dEy2Vw0Q/UQZ5qzW6pOI/AAs/MK0W_j7bH4c/s1600/1.PNG Below are the plugin pictures. 在 2013年1月28日星期一UTC+8下午8时34分42秒,kingz...@sina.com写道: hi all, I write a jenkins plugin and I want to put it to jenkinsci on github. This plugin is used to statistics

Re: New plugin : mttr-plugin

2013-01-28 Thread kingzzm1982
https://lh4.googleusercontent.com/-plEA_t_1IY4/UQZ53EfNyiI/AA0/5xb2jxn4V8Y/s1600/2.PNG 在 2013年1月28日星期一UTC+8下午8时34分42秒,kingz...@sina.com写道: hi all, I write a jenkins plugin and I want to put it to jenkinsci on github. This plugin is used to statistics the mean time to repair for

Re: New plugin : mttr-plugin

2013-01-28 Thread kingzzm1982
https://lh6.googleusercontent.com/-kdZG6tnHtaI/UQZ5_fxK6MI/AA8/gS-kQx7yju0/s1600/3.PNG It can show in English. 在 2013年1月28日星期一UTC+8下午8时34分42秒,kingz...@sina.com写道: hi all, I write a jenkins plugin and I want to put it to jenkinsci on github. This plugin is used to statistics the

Hosting request for a new plugin

2013-01-28 Thread Karol Kański
Hi I'd like to request hosting for my new Jenkins plugin. It's simple extension of the Dashboard View plugin, that allows provides portlet showing any custom url inside an iframe. It's currently at: https://github.com/karkan/custom-iframe-portlet Thanks Karol Kański -- You

testing form validation

2013-01-28 Thread Scott Cowan
I've read this section on testing ... https://wiki.jenkins-ci.org/display/JENKINS/Unit+Test#UnitTest-Submittingforms and I'm wondering what plugins are doing to test field validation. In my test I'd like to create a web client, populate input values and test that the validation of certain

Re: testing form validation

2013-01-28 Thread Jesse Glick
On 01/28/2013 10:37 AM, Scott Cowan wrote: I'm wondering what plugins are doing to test field validation Can be done in a unit test without any HTTP client. Simply get the Descriptor, and call its doCheckWhatever method directly with various values. Not sure if anyone tries to run it within

Re: Disabling the People link or functionality?

2013-01-28 Thread Jesse Glick
On 01/27/2013 04:59 PM, Justin Santa Barbara wrote: The incremental code calls getBuilds().size() for the progress calculation, which seems to eager-load all builds in a job. Those builds will currently be loaded anyway eventually, but if you have a lot of old builds, this breaks the

Re: New plugin hosting (logstash-plugin)

2013-01-28 Thread jesusaurus
Thanks! I've renamed it to logstash-plugin. (Not that it matters to me, but consistency is a good thing). On Monday, January 28, 2013 1:51:19 AM UTC-8, vjuranek wrote: Hi, and it would be awesome if I could get this hosted officially as well. done [1], but I screwed up the name, it

Refactored hudson-behaviour.js, how to include the tag related js-files

2013-01-28 Thread Philipp
Hey guys, Kohsuke recently refactored hudson-behaviour.js [1], moving code into widget specific subfiles like select.js, radioblock.js etc. I'm using function updateListBox from select.js to fill a combobox in some configuration jelly file ([2]) of my plugin, unfortunately the required select.js

Help Needed. Issue with Jelly form control - validateButton.

2013-01-28 Thread Suersh Nallamilli
Hi All, Getting warning message in a popup saying Failed to evaluate. Invalid arguments for jelly form control validateButton. I am getting this pop up irrespective of actual result of validation. This is happening only in Internet Explorer(8 and 9). This is not getting reproduced when running

New Plugin: gvm

2013-01-28 Thread greymeister
Hi, first time Jenkins Developer here. I wanted to announce that I've been working on a new plugin to enable GVM based management of Groovy/Grails/Gradle installations. GitHub page here: https://github.com/greymeister/jenkins-gvm-plugin I'm still working through the plugin documentation and