Re: script trigger plugin seems broken

2014-10-31 Thread Greg Dickie
Found it by looking in the jenkins log. Kept getting an exception related to a workspace. There was none. Forced the job to run once and create the workspace, now everything works great. Greg On Thursday, October 30, 2014 9:49:28 PM UTC-4, Greg Dickie wrote: > > Hi, > > I was using the script

Re: script trigger plugin seems broken

2014-10-31 Thread Greg Dickie
Adding info to my own post. After adding some tracing it looks like things go wrong when calling envVarsResolver.getPollingEnvVars which means it's probably throwing an exception. Where would I see that? Thanks, Greg On Thursday, October 30, 2014 9:49:28 PM UTC-4, Greg Dickie wrote: > > Hi, >

script trigger plugin seems broken

2014-10-30 Thread Greg Dickie
Hi, I was using the script trigger plugin successfully however I think a recent update broke it (or I did something stupid). Looking for a way to debug it. Right now I get a very unhelpful: Polling on master. The expected script execution code is 0 [ERROR] - Polling error... I grabbed the sou