Configuring the development system for branch-based development
If you are using branches in either a distributed or nondistributed branch-based environment, configure the development system so that you can start deployments when branches are merged. Configuring the development system includes defining the URL of the orchestration server, creating development and target applications, and locking application rulesets.
- On the development system (in nondistributed environment) or the main
development system (in a distributed environment), create a dynamic system
setting to define the URL of the orchestration server, even if the orchestration
server and the development system are the same system.
- Click .
- In the Owning Ruleset field, enter PegaDevOpsShared.
- In the Setting Purpose field, enter RMURL.
- Click Create and open.
- On the Settings tab, in the Value field, enter the URL of the orchestration server in the format http://hostname:port/prweb/PRRestService.
- Click Save.
For more information about dynamic system settings, see Creating a dynamic system setting
- Complete the following steps on either the development system (in a
non-distributed environment) or the remote development system (in a distributed
environment).
- Use the New Application wizard to create a new development application
that developers will log in to. This application allows development teams to maintain a list of development branches without modifying the definition of the target application.
- Add the target application of the pipeline as a built-on application layer of the development application by first logging into the application.
- In the header of Dev Studio, click the name of your application, and then click Definition.
- In the Built-on application section, click Add application.
- In the Name field, press the Down arrow key and select the name of the target application.
- In the Version field, press the Down arrow key and select the target application version.
- Click Save.
- Use the New Application wizard to create a new development application
that developers will log in to.
-
Lock the application rulesets to prevent developers from making changes to
rules after branches have been merged.
- In the header of Dev Studio, click the name of your application, and then click Definition.
- In the Application rulesets section, click the Open icon for each ruleset that you want to lock.
- Click Lock and Save.
- Copy the development repository that you configured on the remote development system to the source development system.
- If you are managing test cases separately from the target application, create a test application. For more information, see Managing test cases separately in Deployment Manager.
- Optional: To rebase your development application to obtain the most recently committed
rulesets after you merge your branches, configure Pega Platform so that you can
use rule rebasing. For more information, see Understanding rule rebasing.
Previous topic Creating repositories on the orchestration server and candidate systems Next topic Configuring additional settings