Manual execution

Prerequisites

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

Execution

There are 3 main selectors during execution:

Branch / tag

Branch name & tag name can be searched for:

Search and select branches and tags

Commits

The latest commit is automatically selected.

The committee, commit hash and commit messages can be searched from the selected branch:

Search and select for commit details

Forms

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:

Search and select available forms

After selecting the form, the configured input fields will present:

Fields loaded from pipeline-forms.yml

To discover all the possibilities with forms:

Fill in the fields and press Run Pipeline for manual execution.

Pipeline #13 is triggered

Visit the Pipelines menu in the left sidebar, and check for the pipeline's number to see the results.

Last updated