The current way to run steps in parallel works but what do we do when we have a serious of steps together than we want to on as one "grouping" with others.
Example:
@Ming Han Chung do you want to be able to run 2 or more sets of parallel steps?
e.g something like the following, where both group 1 and group 2 would execute in parallel?
```
parallel:
- parallel:
- step:
name: Group 1 step 1
sciprt: <the script>
- step:
name: Group 1 step 2
sciprt: <the script>
- parallel:
- step:
name: Group 2 step 1
sciprt: <the script>
- step:
name: Group 2 step 2
sciprt: <the script>
```
Currently pipelines does not support this functionality (we only support running a single parallel set of steps), however if you would like to request this as a feature, you can do so at https://jira.atlassian.com/secure/Dashboard.jspa.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.