Creating a business change pipeline
Business change pipelines are used to support everyday, business-as-usual changes to your application. This pipeline type allows users to respond to changing requirements by modifying and deploying application rules in a controlled manner. When you add a pipeline, you define all the stages and tasks that you want to do on each system. Pipelines are the first step in getting started with setting up a process for deploying a business change outside of an enterprise release.
Add a new business change pipeline
To add a new pipeline, follow the steps below:
- Click Pipelines.
- Click New on the top right.
- Select the business change pipeline template. Pipeline templates drive the required information needed to complete the creation of a pipeline. For more information, see Pipeline templates.
Configuring a new pipeline - Application Details
Application Packaging Environment
- Specify the environment URL from which the business changes will be merged and progressed in the Application packaging environment field and select or enter the Authentication profile to be used for connection to the application packaging environment.
Application Details
Application details specify the application that this pipeline progresses through.
- In the Application field, select the name of the overlay application.
- In the Version field, select the application version.
- In the Access group field, select the access group
for which pipeline tasks are run.
- This access group must be present on all candidate systems and have at least the sysadmin4 role.
- In the Product rule field, enter the name of the
product rule that defines the contents of the application.
For more information, see Configuring a product rule.
- In the Version field, enter the product rule version.
- In the Pipeline name field, enter a unique name for the pipeline.
Deploy Application Test Cases
Complete the following steps to generate the artifact consisting of the test cases to run on a target environment:
- If you are using a separate product rule to manage your test cases, enable Configure application test cases in the Application test cases section to deploy your test case.
- In the Application field, select the name of the application.
- In the Version field, select the application version.
- In the Access group field, select the access group
for which pipeline tasks are run.
- This access group must be present on all candidate systems and have at least the sysadmin4 role.
- In the Product rule field, enter the name of the product rule that defines the contents of the application.
- In the Version field, enter the product rule version.
Dependencies
To configure dependent applications:
- Click Add in the Dependencies section.
- In the Application field, select the application name.
- In the Application version field, select the application version.
- In the Pipeline field, select the pipeline.
- In the Deployment field, select the deployment that contains the production-ready artifact of the dependent application. If you want the latest artifact of the dependent application to be automatically populated, select latest.
Merge Policy
To configure the target ruleset version used when merging branches:
- In the Choose the target ruleset, field, input your ruleset using the New ruleset version field.
- Enter the password to lock the ruleset version.
Configuring a new pipeline - Environment Details
Environments
- The default stages are populated based on the pipeline template created. See Pipeline templates for more information.
- In the Environment URL field for the system, press the Down arrow key and select the URL of the system.
- If you are using your own authentication profiles, in the
Authentication Profile field for the system,
press the Down arrow key and select the authentication profile that you want
to communicate from the orchestration server to the system.
- By default, the fields are populated with the DMAppAdmin authentication profile.
Repositories
- In the Artifact management section, specify the development and production repositories through which the product rule that contains application contents moves through the pipeline.
- In the Development repository field, select the development repository.
- In the Production repository field, select the production repository.
- Click Next.
Configuring a new pipeline - Model Pipeline
From the model pipeline screen, you can tailor your stages and tasks to replicate the quality standard of the release process defined by your organization. You can modify the deployment process here by configuring tasks and modifying stages.
Business change pipelines offer a specific default use case, however this can be customized using the model pipeline screen.
For more information on adding, editing, or deleting a stage, see .
- Stages can be modified here by clicking the More icon on each stage.
- To add a stage, click the +Stage button. You can apply an environment template to each new stage. See Environment templates.
- To add a task to a stage, click the +Task button within a stage. The available tasks that you can add depend on the associated stage and the environment template assigned to that stage. For a list of task related information, see the Task catalog.
- Optional: At the end of each stage, click the +Task button and select Perform manual step to add a manual task. For more information, see Perform manual step.
- Input the enterprise application name for the input parameter of the Create application version task. See Create application version task for more information.
Update impact
Updating Deployment Manager can potentially impact the status of your business change pipeline. See the table below for any update impact and how to resolve potential issues.
Created in version | Updated to 5.1 | Updated to 5.2 | Updated to 5.3 |
4.x | Recreate a new pipeline | Recreate a new pipeline | Recreate a new pipeline |
5.1 | Not applicable | Recreate a new pipeline | Recreate a new pipeline |
5.2 | Not applicable | Not applicable | Reuse the existing pipeline |
Previous topic Creating a merge pipeline Next topic Creating a data migration pipeline