PEGE Devops Opensource

Hi,

I am looking into the usage of open source or third party tools for implementing CICD pipeline during PEGA application development and deployment process.

As per documentation PEGA has its own source repository and does not work with external SCM tools such as Git or Bitbucket. I have come across the PEGA documentation which mentions that PEGA engineering has used Git for the code repository.

Does it mean that Git or other SCM can be used with PEGA?

@ashishT16590134 Yes, you can use git to create and store the product version for the deployment, then use the product RAP to do the deployment through the git pipeline in the higher version.

@GauravS4183 Thanks. I believe, what you are mentioning is to consider Git as an artifact repository. Is my understanding correct?

The below link mentions it as a source code repository where rules source code can be stored and versioned.

@ashishT16590134 Yes, and the document is also saying the same things
DevOps:
Git: Provides a repository for distributing and deploying Pega configuration changes.

You migrate code through as product raps which can be stored in git to push to other environment, as in other java platform where you migrate jar to higher environment.