-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[concourse] in_parallel - support both array of steps; and explicit "steps" child #345
Comments
This seems like a good issue to also ask for support of the |
@mstockd Please create a separate ticket. It's really more convenient to have smaller focussed tasks / fixes than long laundry lists. It's much easier for things to be forgotten and fall through the cracks that way. |
@mstockd Actually... never mind that. I'll just take a look at all that seems to be 'new' in the 'in_parallel' schema anyways. |
The new 'object-like' format actually has 3 new properties:
|
See: #345 Signed-off-by: Kris De Volder <[email protected]>
Thanks @kdvolder |
I was testing the snapshot build a little. The validations are working okay it seems but there's some issues getting completions inside of nested tasks inside of |
Schema-based completion engine provides the completions for every subtype of a union type (unless more specific subtype can be inferred). See: #345 (comment) Signed-off-by: Kris De Volder <[email protected]>
If anyone wants to give the fix a try, you can download a snapshot .vsix file from this page: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html Because of the somewhat strange typing... this was a bit more involved of a fix than the usual little 'schema nitpicks', so I really would appreciate someone to give it good try out. And let us know how it goes. |
Thank you @kdvolder, its working great in our case (using a format like:
|
Thanks @mstockd, that example helped me. If you're new to concourse the whole strings or array of strings thing can be a little rough. |
From https://concourse-ci.org/in-parallel-step.html
Two forms of configuration are supported. The simplest form is a simple array of other steps, like so:
This is shorthand for the following configuration:
The text was updated successfully, but these errors were encountered: