Runs

2 minute read
On this page

The Runs feature provides access to detailed information and functions related to workflow runs.

To access workflow runs:

  1. Select Up/down arrows, and then select an organization, sub-organization, or component.

  2. Select Runs from the left pane. The Runs list displays the workflow runs for the selected organization or component.

    Runs
    Figure 1. Runs
  1. Manage run list.

    • Filter list by:

      • Component - Organization and sub-organization only

      • Branch/PR

      • Workflows

    • Use the search to locate specific runs.

    • Sort the runs by column.

  2. Access workflow run related features.

    • Run details: Select the name link of the event that started the workflow run to access run details.

    • Workflow Composer: Select the workflow name link in the from field to edit the workflow.

    • Components summary: Select the component name link to access the workflow component summary information.

Run details

Use the Run details features to access information and functions related to a workflow run.

To access workflow run details:

  1. Select Up/down arrows, and then select an organization, sub-organization, or component.

  2. Select Runs from the left pane. The Runs list displays the workflow runs for the selected organization or component.

  3. Select the name link of the event that started the workflow run. The Run details displays.

    Run details
    Figure 2. Run details
  1. Use these workflow run related features.

    • Access the GIT repository associated with the workflow run by selecting the repository name link.

    • Access the workflow in GIT by selecting the branch name link.

    • Start a workflow without a commit within 7 days of the original run by selecting Rerun workflow.

    • Manually trigger a workflow run without a commit manual by selecting New run. Refer to Configure a manual trigger for setup details.

    • Cancel a run during execution by selecting Stop run.

  2. Access features related to build artifacts or test results by selecting the applicable tab in the left panel.

  3. Review job specific details by selecting the Jobs tab in the left panel and then choosing.

    • JOB LOGS to view logs generated by a job.

    • EVIDENCE to view evidence generated by a job.