JUnit archiving plugin stopped working after installation of another plugin.

2015-12-10 Thread Tomasz KosiƄski
Currently I'm getting following error when it comes to archiving JUnit test results: Recording test results ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exceptionjava.lang.NoClassDefFoundError

Re: problem configuring jenkins + adding plugins

2015-12-10 Thread Siddharth Asthana
Facing the same error even in Firefox 42.0 On Monday, 27 April 2015 09:28:54 UTC-7, Dipen Patel wrote: > > Hi.. > This issue is in google chrome browser. > Open Mozilla Firefox and do your work. > > Thanks, > Dipen Patel , > Linux Expert > Mo:+91 9909013212 > Email:dip...@gmail.com > > > On Tuesd

"CloudBees Folders Plugin" ... current 2015 thoughts?

2015-12-10 Thread Martin Ba
Hi all! I was considering taking a look at the free Folders Plugin from Cloudbees, but reading a piece back from 2013 I'm a bit scared: full meassage see: https://groups.google.com/forum/#!msg/jenkinsci-users/VcxGHiFvBAY/mDwr_hL-7JsJ On 28.10.2013 22:55, Daniel Beck wrote to jenkinsci-users

Re: "CloudBees Folders Plugin" ... current 2015 thoughts?

2015-12-10 Thread nicolas de loof
Most plugins have been fixed to support folders, few remain incompatible I'm not sure there's an up-to-date list of incompatible plugins 2015-12-10 13:59 GMT+01:00 Martin Ba <0xcdcdc...@gmx.at>: > Hi all! > > I was considering taking a look at the free Folders Plugin from Cloudbees, > but reading

Re: "CloudBees Folders Plugin" ... current 2015 thoughts?

2015-12-10 Thread Stephen Connolly
Most plugins have adapted already. We made the plugin open source to allow plugin authors to integrate more easily. There may be a few on the 1000+ plugins that have issues, but by now it should be easy to fix them and plugin authors will want to fix anyway to integrate with eg multi-branch project

Restricting execution on slaves

2015-12-10 Thread Jeff Storey
Hi, I am trying to find a way to restrict who can execute jobs on slaves in this way: Users in a certain list can execute jobs on slaves matching a certain slave name pattern. My slaves are dynamically brought up and down, so I don't want to have to configure this on each new slave. It would be ni

Re: Groovy Question: revision from job?

2015-12-10 Thread Guy Matz
Nicely done!! How the heck was I supposed to know that!? :-( The API is less than intuitive and does not seem to be well documented. Any advice on how to best use it? Thanks again!! On Wed, Dec 9, 2015 at 7:28 PM, Christopher Orr wrote: > Hi there, > > On 09/12/15 23:40, Guy Matz wrote: > >

Looking for input: Workflow scripting best practices

2015-12-10 Thread Andrew Bayer
Hey all! I'm about to start working on a resource for Workflow scripting best practices, and thought I'd ask y'all if you have any good pointers to start from - existing blog posts, docs, etc, examples of what you think are particularly good Workflow scripts in GitHub or elsewhere, and so on. I'll

Warning: this build has no associated authentication

2015-12-10 Thread Eric Naitove
I have brought up a new Jenkins server. ALL my jobs are from 1.555 Is there a way to GLOBALLY change ALL JOBS to "Run as User who Triggered Build" in Access Control for Builds all jobs or somewho bypass, configure, etc.. I have 1000+ jobs. -- You received this message because you are subscri

Re: Looking for input: Workflow scripting best practices

2015-12-10 Thread Guy Matz
Hi! There was a meetup of NYC CD recently where workflow was presented. The slidedeck is at http://goo.gl/WZh9kZ There is a link in there to a dockerized jenkins for testing, etc., which might be useful . . ? On Thu, Dec 10, 2015 at 9:47 AM, Andrew Bayer wrote: > Hey all! > > I'm about to start

Warning: this build has no associated authentication

2015-12-10 Thread Victor Martinez
You can 'easily' modify your jobs via groovy Jenkins api and inject the job property, in order to do that you will need to look at the source code of that particular plugin: https://github.com/jenkinsci/authorize-project-plugin/blob/master/src/main/java/org/jenkinsci/plugins/authorizeproject/Aut

Re: Looking for input: Workflow scripting best practices

2015-12-10 Thread Andrew Bayer
Great, thanks! On Thu, Dec 10, 2015 at 11:08 AM, Guy Matz wrote: > Hi! There was a meetup of NYC CD recently where workflow was presented. > The slidedeck is at http://goo.gl/WZh9kZ > There is a link in there to a dockerized jenkins for testing, etc., which > might be useful . . ? > > On Thu, D

Re: Groovy Question: revision from job?

2015-12-10 Thread Brian Ray
My approach has just been iteratively trying things with the Script Console up in one window and the Javadoc up in other windows. I'm unsure if there is an easier way to learn it. On Thursday, December 10, 2015 at 6:18:28 AM UTC-8, Guy Matz wrote: > > Nicely done!! How the heck was I supposed t

[xvfb-plugin] fails second time

2015-12-10 Thread V. Mark Lehky
I have just installed the xvfb-plugin on my Jenkins: - Linux jenkins 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u6 x86_64 GNU/Linux - Xvfb Version: 2:1.12.4-6+deb7u6 - Jenkins ver. 1.641 - Xvfb plugin 1.1.2 I configured everything with defaults as per documentation. The first time I run a job, in t

Re: Groovy Question: revision from job?

2015-12-10 Thread Christopher Orr
Well, I had the advantage of having used that API in my own plugin before :) But yeah, Git is just plugin like any other, so there's no magical way of knowing how to access data from its internals. Though if you know that "Actions" exist, and are a mechanism for plugins to associate data with a b

Re: [xvfb-plugin] fails second time

2015-12-10 Thread Christopher Orr
On 10/12/15 21:19, V. Mark Lehky wrote: > I have just installed the xvfb-plugin on my Jenkins: > - Linux jenkins 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u6 x86_64 GNU/Linux > - Xvfb Version: 2:1.12.4-6+deb7u6 > - Jenkins ver. 1.641 > - Xvfb plugin 1.1.2 > > I configured everything with defaults a

Re: [xvfb-plugin] fails second time

2015-12-10 Thread V. Mark Lehky
On 12/10/2015 04:08 PM, Christopher Orr wrote: On 10/12/15 21:19, V. Mark Lehky wrote: I have just installed the xvfb-plugin on my Jenkins: - Linux jenkins 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u6 x86_64 GNU/Linux - Xvfb Version: 2:1.12.4-6+deb7u6 - Jenkins ver. 1.641 - Xvfb plugin 1.1.2 I c