-
Notifications
You must be signed in to change notification settings - Fork 10
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
Parallel step support for fail-fast and steps properties #25
Comments
@mashurex Thanks for the report, just seeing it is form November 07, 2022, have to take a look. |
@mashurex: I've pushed a new tag 0.0.68 to trigger the release with support for the new format, however the publishing service (Travis-CI) hangs. Therefore please download the current phar from the artifacts, all phars are identical, so you can pick the 5.3 or 8.1 one, it makes no difference: https://github.com/ktomk/pipelines/actions/runs/4745104720 The link is valid for a day or two, or better, that is the retention period for the build artifacts. /edit: direct link:
|
Thank you, I have downloaded the phar to test locally. I could also check out the tag and build it myself if that won't work for me. I have not viewed the change, but is it a matter of just updating the schema definition to whatever BitBucket has most recently published? I ask because I have found that any of the tools I've tried to use that are based solely off of their published schemas don't necessarily validate correctly for all the ways BB pipelines actually allow one to be configured. I was hoping to use just the Prior to finding your library, I was about to write my own that would first validate against a schema def and upon error dive into hand coded or supplementary schema variants. |
When a
parallel
step is defined with thefail-fast
andsteps
properties pipelines shows it as invalid.Here is a sample that is perfectly valid and runs in BitBucket:
Pipelines does not allow the above and expects parallel steps to be defined only as an array, like this:
The text was updated successfully, but these errors were encountered: