Hi,

I have a parallel workflow that I want to extract some metadata from. For 
example, for the following workflow:
parallel {
  "a": node ('...') { 
    ...
  },
  "b": node ('...') { 
    ...
  }
}

I would now like to know if "a" succeeded, how much time it took to run, 
etc.

Is that possible in any way? I couldn't find any API to support this...

Thanks,
Yotam

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cc6fba76-67a2-4c77-bc32-5259d6c0e17b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to