printing data next to parameters choice

2013-04-23 Thread Tomek Kaczanowski
print some data obtained by this script there (so the user can set reasonable options). How can I achieve this? I've looked through plugins but couldn't find anything close to what I want. -- Regards, Tomek Kaczanowski -- You received this message because you are subscribed to the Goo

Re: Gradle Plugin and GRADLE_USER_HOME

2013-04-03 Thread Tomek Kaczanowski
I think you bumped into https://issues.jenkins-ci.org/browse/JENKINS-17386 -- Regards, Tomek Kaczanowski -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: jenkins 1.506 m2release plugin issue JSONNull cannot be cast to JSONObject

2013-03-20 Thread Tomek Kaczanowski
thank you, this is exactly what I did based on the description from https://issues.jenkins-ci.org/browse/JENKINS-13465 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: jenkins 1.506 m2release plugin issue JSONNull cannot be cast to JSONObject

2013-03-18 Thread Tomek Kaczanowski
Hi James, thanks for the quick response! > the simplest quick fix is to downgrade Jenkins... yeah, sure it is > What version did you upgrade from - and what options/parameters are you > using? 1.496 what options/parameters you are asking about? -- Regards, Tomek Kaczanowski -- You

jenkins 1.506 m2release plugin issue JSONNull cannot be cast to JSONObject

2013-03-18 Thread Tomek Kaczanowski
$1.doDispatch(MetaClass.java:111) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677) ... 42 more any hints on how to solve this issue? -- Regards, Tomek Kaczanowski -- You received

Jenkins eats CPU when no jobs are running

2012-11-12 Thread Tomek Kaczanowski
in such high CPU consumption? Any hints? -- Regards, Tomek Kaczanowski

Re: passing parameters with build flow plugin

2012-08-20 Thread Tomek Kaczanowski
Hi All, any hints? -- Regards, Tomek Kaczanowski On 13 Sie, 17:45, Tomek Kaczanowski wrote: > Hi All, > > could someone post an example on how to read parameters passed from > one job to another using Build Flow plugin? Plugin > documentationhttps://wiki.jenkins-ci.org/displa

passing parameters with build flow plugin

2012-08-13 Thread Tomek Kaczanowski
n_revision, from "unit-tests" job. Could someone enlighten me? I feel like missing something obvious. -- Regards, Tomek Kaczanowski

Re: Build Flow Plugin and SVN revision

2012-08-10 Thread Tomek Kaczanowski
ok, got it: b = build( "my-build" ) out.println b.build.properties.environment['SVN_REVISION']

Build Flow Plugin and SVN revision

2012-08-10 Thread Tomek Kaczanowski
Hi All, I'm experimenting with Build Flow Plugin. Can't figure out how to get the SVN revision from the first build so I could pass it to every build in my flow. Please give some hints, I'm stuck. -- Regards, Tomek Kaczanowski