1 min readApr 2, 2019
I would like to configure this approach on my project but…:D
How do you manage parallel Jobs ?
For example, I run in parallel “Unit Test” & “Lint” & “Check Format” before even building my app. It is easy to do with my gitlab config.
Same kind of question, how do you manage manual steps ? You can skip steps by using args but if you configure your build pipeline with manual step that you want to execute on demand ?