Pipeline step status view

Pipelines contain steps which are aligned with a stage in your release process. An example release process looks like this:

REF >DEV > QA >PROD

  • REF - for Datical use, minimal representation of database schema and data. Used in packaging.
  • DEV - Development environment
  • QA - Test environment
  • PROD - Production (Live environment)

The pipeline step status view only displays a list of your run changeSets and their statuses for the pipeline step you chose to view.

Navigating to pipeline step status view

To navigate to the pipeline step status:

  1. Click My Projects.
  2. Click a project.
  3. Click on a pipeline step.
Image which shows you how to navigate to the pipelineview

What does this view contain?

The pipeline step status view only displays a list of your run changeSets and their statuses for only the pipeline step you chose. It also displays the following:

  • SQL script name
  • Version number
  • changeSetID
  • Labels
  • Contexts
  • Description
  • Author
  • Deployment ID
  • Date Ran - Timestamps generated by the database

Note: Date Ran - All times are converted to this browser's local timezone.

  • Comments
Image of the pipeline step status view

Filtering

The pipeline step status view also allows you to filter your view at the top of the page by the following categories:

  • Changesets
  • Labels
  • Contexts
  • Filenames
  • Authors
  • Start Date
  • End Date
Image of the pipeline step status filter view

Related links