Hello. I would like to know if it is possible to have jobs running in parallel within a pipeline. For example:
Build --> Tests ---|--> Notify release
|-> Documentation ---|
I would like to see tests and documentation being performed in parallel, since both are independent.
Thanks