puppet-jenkins_plugin module

2019-08-08 Thread Johan De Wit
Hi, For those interested in jenkins plugin configuration using puppet/groovy, have a look at https://github.com/witjoh/puppet-jenkins_plugin.git. This is still work in progress. Comments/suggestions are very welcome. Grts -- You received this message because you are subscribed to the Google Gr

RE: Jenkins Overwriting JobDSL Configured Job

2019-08-08 Thread Reinhold Füreder
Hi Chris, after re-reading also your initial email I have the feeling my pipeline focused/related answer is not helpful at all, as you are not using pipeline jobs, but presumably freestyle jobs? Another very naïve guess: * Could it be that using the JobDSL configure { } block changes the

Re: Jenkins Overwriting JobDSL Configured Job

2019-08-08 Thread Chris McIntosh
Thanks Reinhold, Any way you could think of to get the job to load first before it executes? I tried reloading all the config from disk which didn't work. I didn't have a chance to try restarting it yet. Thanks, Chris On Wed, 7 Aug 2019 at 23:54, Reinhold Füreder wrote: > Hi Chris, > > > > j

Failing jenkins build when unit test coverage falls below a threshold in a multi module maven project

2019-08-08 Thread tuk
Can someone let me know how can I fail a build when code coverage falls below a certain threshold in a multi-module java maven project? I have looked at the jenkins-jacoco plugin but it does not mention anything specific to a multi-module p