Deployment Manager Setup
Hi All,
We are facing some challenges while setting up Deployment Manager. I have followed the steps mentioned in the article https://pdn.pega.com/deployment-manager-010102-and-020102/deployment-manager-010102-and-020102 . What type of repositories are best suited for development , SOR , and production systems. Can you any body share there experience with repositories. Another challenge is with Jenkin Job. what kind of job we need to create in jenkin to push the data from Dev to SOR and SOR to production. Does any one worked on jenkin jobs ? Pleas share your approach in automatic deployments.
***Edited by Moderator Marissa to update platform capability tags****
Please do attach the error you are encountering when creating the Pega repository on SOR.
The Deployment Manager would help you to get started with DevOps and move the package / application from Dev to SOR to the candidate systems.
Jenkins can be configured when you want to perform tasks which Deployment Manager doesn't support as of today, like for example running Selenium or JUnit tests. As these are not available as tasks in Deployment Manager, you can opt for Jenkins job and configure Jenkins to do these tests / tasks.
When creating a pipeline in deployment manager, some of the default tasks are added by default. These are like the publish, import, etc,. If you want to include tasks like for approval or PegaUnit runs then these can be included at the appropriate stages in the pipeline of Deployment Manager.