✋Manual execution
Last updated
Last updated
To execute a pipeline you need to have the following items ready:
a valid pipeline in bitbucket-pipeline.yml
a valid pipeline-forms.yml
with at least one form in it
should have at least one field on it
the form must be connected to a pipeline
There are 3 main selectors during execution:
Branch name & tag name can be searched for:
The latest commit is automatically selected.
The committee, commit hash and commit messages can be searched from the selected branch:
Every form that is available for the commit can be searched. Forms can be grouped to support variations, which can be greatly useful if used as presets:
After selecting the form, the configured input fields will present:
To discover all the possibilities with forms:
check out the Showcase an example with every feature used in the form
Fill in the fields and press Run Pipeline for manual execution.
Visit the Pipelines menu in the left sidebar, and check for the pipeline's number to see the results.
Every manual execution with Forms will add a record to the Execution logs on the right side.