Re: Compatability with parallel

2016-09-27 Thread Jesse Glick
On Mon, Sep 26, 2016 at 11:53 AM, wrote: > I can't seem to pinpoint the exact issue when it crashes Without at least some information about the step you are writing and the script you are trying to demonstrate it with, it is hard to help. Narrow it down to a minimal

Re: Compatability with parallel

2016-09-26 Thread fkpkot
Thanks! Yes, I still can't trace the source, I need to inspect threads more carefully to try to catch it. Are there any methods that i need to look into - given the below exceptions? PM org.jenkinsci.plugins.workflow.cps.CpsStepContext onFailure WARNING: already completed

Re: Compatability with parallel

2016-09-26 Thread fkpkot
Thanks for the answer! Currently, I can't seem to pinpoint the exact issue when it crashes and I'm still thinking of the appropriate way to debug it. Maybe it's due to the fact that I'm using Abstract Sync non block step? instead of the ASync one? although I don't see that as an issue. PM

Re: Compatability with parallel

2016-09-21 Thread Jesse Glick
On Wed, Sep 21, 2016 at 8:03 AM, wrote: > I'd like our plugin to support the parallel step (in pipelines). > I haven't found any documentation on what steps / methods i should implement > to ensure our support. There is nothing specific you need to implement. Does it currently

Compatability with parallel

2016-09-21 Thread fkpkot
Hi, I'd like our plugin to support the parallel step (in pipelines). I haven't found any documentation on what steps / methods i should implement to ensure our support. Is there any known issues / methods or etc. i should go through? Thanks ahead! -- You received this message because you are