-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Pipelines - Deployments
-
None
-
1
Manual step with Dynamic condition always ask for the user to Run the step first and then condition is evaluated.
This is a known issue current as documented here: https://www.atlassian.com/blog/bitbucket/introducing-dynamic-step-condition-for-bitbucket-pipelines
For manual triggered step:
- If the only condition is changesets, it is evaluated when the step is ready to start.
- If the conditions include a state condition, they are evaluated when the user selects the Run or Deploy button.
This feature request is to evaluate the condition first and ask the user to run the step only when the condition is true.