Pipelines#

Pipelines provide a streamlined method to manage the applications in your development lifecycle. With pipelines, you can auto-generate deployment plans and deploy applications versions to all environments.

A pipeline represents the environments and applications that you use to drive your development lifecycle. Environments are logical groupings for applications and tools. This process is intended to increase application quality before delivery to the target environment. A typical pipeline is shown in the following graphic:

pipeline

Pipeline features include the following items:

Pipelines accept input from either source control management (SCM) repositories or other external applications, such as HCL Launch. When you create an environment, some default settings are set for you on the Input environment.

You add applications to the pipeline from external tools that are integrated with the product, such as Jenkins™. Jobs run serially; they enable flow control for your work. For example, you might run a job in a test environment before deploying to the production environment. You can ensure that if the tests fail, the deployment job won't run.

You can add gates to environments. A gate is a condition that must be met before jobs can run in the environment. For example, you might add a gate that requires an approval before a job can start.

You can define environment properties that can be used in all jobs. For example, you might define a TEST_URL property that passes a single URL to deploy and test jobs in a single environment. The deploy job would deploy to that URL, and the test job would test the running app at the URL.

Each pipeline environment automatically has a release and deployment plan associated with it. You do not have to manually create a release beforehand. As you add applications to an environment, a task is automatically added to the default deployment plan.

When you run a pipeline application, a deployment starts that uses the associated deployment plan. You can monitor the progress of the deployment with links provided on the stage card.

Parent topic: Value stream management