Request to add a committer to releasers, so he can make plugin releases

2014-12-02 Thread Ognjen Bubalo
Hello, I would like to add Dominik Stadler - centic9 (github) to JaCoCo plugin releasers. How can I do that? Thanks, Ogi -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it,

Request for Commit access for New Plugin DiskCheck& Recycle

2014-12-02 Thread Manoj Thakkar
Hi, I have written a plugin to add a Disk check before a project is started, Problem Statement : Disk run out of space while running a build , We do use Disk Usage plugin , but it checks for disk usage every hour also mark the slave offline without any notification which is not appropriate So

Re: Disk-Check&Recycle Plugin

2014-12-02 Thread Manoj Thakkar
Here is the source code for the team to look at and Fork .. https://github.com/mthak/diskcheck-plugin -Manoj On Tuesday, December 2, 2014 1:31:03 PM UTC-8, Manoj Thakkar wrote: > > Hi Admin, > > I have written a plugin to add a Disk check before a project is started, > > Problem Statement : Disk

Commit Access for Disk-Check&Recycle Plugin

2014-12-02 Thread Manoj Thakkar
changed subject to commit access permission On Tuesday, December 2, 2014 1:31:03 PM UTC-8, Manoj Thakkar wrote: > > Hi Admin, > > I have written a plugin to add a Disk check before a project is started, > > Problem Statement : Disk run out of space while running a build , We do > use Disk Usage p

Disk-Check&Recycle Plugin

2014-12-02 Thread Manoj Thakkar
Hi Admin, I have written a plugin to add a Disk check before a project is started, Problem Statement : Disk run out of space while running a build , We do use Disk Usage plugin , but it checks for disk usage every hour also mark the slave offline without any notification which is not appropriat

Re: ruby-runtime and pull requests (x-post from jenkins.rb)

2014-12-02 Thread Joshua Stupplebeen
Hi Eito, I submitted a pull request to fix this and a few other issues: https://github.com/jenkinsci/jenkins.rb/pull/104. If you or someone else could take a look I'd really appreciate it. Thank you! Josh On Thursday, November 20, 2014 5:47:33 PM UTC-7, Eito Katagiri wrote: > > Hello, >

Re: google-login plugin

2014-12-02 Thread Ryan Campbell
I went ahead and released it as google-login 1.0 On Mon, Dec 1, 2014 at 4:33 PM, Surya Gaddipati wrote: > Can the next version of 'Google Oauth Plugin' be 'Google-login-plugin' > code so we don't need a new plugin and existing users can simply upgrade > their plugin ? > > > On Saturday, November

Re: workflow-plugin shallow clone

2014-12-02 Thread Jesse Glick
On Tue, Dec 2, 2014 at 7:05 AM, Arek Skalski wrote: > extensions: [] You have to replace the array element with actual code, such as a call to the constructor of CloneOption, or more simply the map syntax: [$class: 'CloneOption', shallow: true/false, reference: 'something', timeout: 999] I am n

workflow-plugin shallow clone

2014-12-02 Thread Arek Skalski
I have a piece of groovy code generated by snipped: checkout changelog: true, poll: true, scm: [$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: '/home/jenkins/gitrepo/git/jenkins-bare']]] B

Jenkins HtmlUnit is obsolete

2014-12-02 Thread Pavel Baranchikov
Hello, Jenkins has its own HtmlUnit module, that is downloaded throught Maven as dependency to jenkins test harness. But the module is rather old - as I understand it is of version 2.6 instead of 2.15 version of the original HtmlUnit. This prevents me from testing my Html (with JavaScript) Te