I\'m using a parallel
block into my Jenkinsfile to execute concurrently some tests, but all the outputs are getting mixed up.
This is an extract of my J
https://stackoverflow.com/a/58050883/8380249 provides a way to get logs from parallel blocks
the library used there also provides accessors to the internal ids which I think could be used to generate links to "pipeline steps" files