Run overview

Understand the tools available on the Run page.

Run is the second phase of the Digibee Integration Platform, after the building of the pipeline in the Build phase.

Its goal is to deploy the pipeline, which is already configured with triggers, run it and set the integration into production.

Environment selector

You can select two environments in the upper left corner to deploy the pipelines: test or prod.

The test environment is used to evaluate the pipeline built, that is, to test and modify its applications. This way you have an environment where you can validate pipelines before moving them to the prod environment.

The prod environment is where the final pipeline deployment process takes place after it has been tested and validated.

Whenever a pipeline in the prod environment needs an evolutive change or there is a bug, make your adjustments in the test environment and then return to production.

Global search for deployed pipelines

To perform a global search for deployed pipelines across all your projects, use any keyword from the pipeline name, in test and prod environments. In the search results, the name of deployed pipelines are immediately displayed together with the corresponding project. The results also show all the pipeline versions. Check here the information about versioning pipelines.

Projects list

After you choose the environment, select the project you want to deploy. The projects are shown under the environment selector.

When you interact with the Run page, additional data is gradually loaded in the background. This infinite scroll mode is designed to quickly display the essential content of the page.

Read the full article to know how to create a project.

Pipeline information

You can access the advanced options by clicking on the three dots menu in the selected pipeline:

  • Delete deploy: this action will remove only the deployment with its selected version, not affecting other versions.

  • Show pipeline: the entire architecture of the developed pipeline is displayed, as well as the information selected in the trigger.

  • Redeploy: to redeploy the same pipeline but with configuration changes.

  • Promote to: to switch to another environment.

  • Rollback: if errors occur after you have deployed a new version of a pipeline, the rollback goes back to the previous version that was successfully deployed.

Deployment details

Click on a new pipeline or select an existing one to check its deployment information displayed on a sidesheet. To access the trigger details you previously selected during the Build stage, click on the arrow icon in the right upper corner.

Consult here the list of available triggers.

History

To track recent pipeline changes and see what changes have been deployed, access the deployment history information on the History tab.

Deployment plan

Currently, this feature is in Beta phase and is still under improvement.

Access this tab to learn about all the pipeline deployment plan details. This feature allows you to deploy up to five pipelines simultaneously.

Next phase

Follow the data and all information about how the pipeline is working in Monitor.

Last updated