Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-15 Thread Slide
I find it is easier to debug these issues if you go in and create a normal Free Style Job with a groovy step and all the parameters that you want and then look at the XML that is created when you save the job. Then you can compare something that works to what is being generated by job dsl. On Tue,

Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-15 Thread Simon Haegler
On Tuesday, 15 September 2015 13:58:30 UTC+2, Daniel Beck wrote: > > Anything interesting in Old Data Monitor saying something cannot be > loaded? > nope, the ODM is empty. best, simon -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsu

Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-15 Thread Daniel Beck
Anything interesting in Old Data Monitor saying something cannot be loaded? On 15.09.2015, at 13:25, Simon Haegler wrote: > - Play area: http://job-dsl.herokuapp.com/ > - Docs refererence: > https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.helpers.step.StepContext.gro

Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-15 Thread Simon Haegler
> > - Play area: http://job-dsl.herokuapp.com/ > > - Docs refererence: > https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.helpers.step.StepContext.gro

Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-14 Thread Victor Martinez
Hi Simon, A few suggestions in case you haven't checked them yet: - Play area: http://job-dsl.herokuapp.com/ - Docs refererence: https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.helpers.step.StepContext.groovyScriptFile - Can you check your config.xml file? %YOU

Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-14 Thread Simon Haegler
apologies, forgot the versions: - jenkins 1.609.3 - job dsl plugin 1.38 - groovy plugin 1.27 On Monday, 14 September 2015 19:54:47 UTC+2, Simon Haegler wrote: > > hi jenkins users, > > i am working on our in-house 3rd-party dependency build system and ran > into an issue that the JOB DSL statemen

job dsl problem: groovyScriptFile statement does not create a build step

2015-09-14 Thread Simon Haegler
hi jenkins users, i am working on our in-house 3rd-party dependency build system and ran into an issue that the JOB DSL statement "groovyScriptFile" does not create the corresponding build step. here is the relevant snippet from the seed job groovy script: steps { groovyScriptFile("${scriptP