-
Notifications
You must be signed in to change notification settings - Fork 21
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
Inconsistent workflow name validation #173
Comments
Thanks for reporting @koral-- ! The issue here is that technically the CLI allows workflow names with spaces or other special chars in the ID for now. It will print a warning if you e.g. Allowing an empty workflow ID on the other hand is definitely an issue, and should be fixed in the CLI - can you please create a ticket there @koral-- ? If it's fixed there it will be in the editor too, as the editor just sends the yml to the CLI when you edit it in yml mode. |
Closing as this issue can't be solved in the editor. |
OK, reported. |
Thanks! :) |
In graphical workflow editor, the workflow name cannot contain spaces and be empty. However, they can be specified (and saved successfully) using bitrise.yml tab.
Such workflow is later properly handled by editor but not always can be triggered, e.g. when name is empty there is an error:
Failed to start Build: trigger pattern did not match any defined mapping
.So it seems that validation in graphical mode is valid but in bitrise.yml tab is too lenient.
The text was updated successfully, but these errors were encountered: