Pipeline Forms
  • General Product Information
    • 💡Concept & Goals
    • 🎆How PFO works securely
    • 🦋Features
  • User Guides
    • 👨‍🏫Administration Guide
      • 🚀Installation
      • 📊Admin hub
    • 🧑‍🎤User Guide
      • 📝Create Forms
        • ♟️Syntax for the pipeline-forms.yml file
        • Variables
      • 🏃‍♂️Run pipelines
        • ✋Manual execution
        • ⏱️Schedule a Form
      • 🔐Audit logs
  • Additional Information
    • 🆕Release Notes
    • ❓FAQ
    • 💸Pricing
    • 🪞Examples
      • 🌟Showcase an example with every feature used in the form
      • 🤖Standup Shuffle Bot for Slack
Powered by GitBook
On this page
  • Prerequisites
  • Execution
  • Branch / tag
  • Commits
  • Forms
  1. User Guides
  2. User Guide
  3. Run pipelines

Manual execution

PreviousRun pipelinesNextSchedule a Form

Last updated 1 year ago

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:

Commits

The latest commit is automatically selected.

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

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:

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

To discover all the possibilities with forms:

  • visit Syntax for the pipeline-forms.yml file

  • 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.

🧑‍🎤
🏃‍♂️
✋
Search and select branches and tags
Search and select for commit details
Search and select available forms
Fields loaded from pipeline-forms.yml
Pipeline #13 is triggered