You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run a pipeline locally with bk local run when the pipeline reaches my group step it fails with the message:
🚨 Error: The command phase has no 'command' to execute. Provide a 'command' field in your step configuration, or define a 'command' hook in a step plug-in, your repository '.buildkite/hooks', or agent 'hooks-path'.
We've shipped v3 which currently doesn't have a local run tool; as you've seen there are complexities around keeping it up to date. We're looking at alternatives to local run that may provide longevity and less maintenance.
I am trying to run a pipeline locally with
bk local run
when the pipeline reaches my group step it fails with the message:🚨 Error: The command phase has no 'command' to execute. Provide a 'command' field in your step configuration, or define a 'command' hook in a step plug-in, your repository '.buildkite/hooks', or agent 'hooks-path'.
This is the pipeline I tested with:
If I add a command under group it will pass, although it ignores any steps under my group, for example:
This will print out only test0 and group. Are groups going to be supported via Buildkite CLI soon?
The text was updated successfully, but these errors were encountered: