Re: Job DSL plugin error with customWorkspace

2014-11-10 Thread Nigel Robbins
Hi, Issue resolved after upgrading to version 1.26 of the Job DSL plugin. Thanks Gareth ! Nigel On Tuesday, November 4, 2014 9:49:28 AM UTC, Nigel Robbins wrote: > > Hi, > > > I have the following in the "DSL Script" section: > > job { > name "test" > customWorkspace("C:\\Jenkins\\w1")

Job DSL plugin error with customWorkspace

2014-11-04 Thread Nigel Robbins
Hi, I have the following in the "DSL Script" section: job { name "test" customWorkspace("C:\\Jenkins\\w1") } I get an error when trying to build (please see below). Any idea what I'm doing wrong ? I'm using Jenkins version 1.565.3 and version 1.14 of the Job DSL plugin. Thank