Simple exercise on Jenkins integration with Pega 722 or Pega Infinity (localhost)
Use DevOps practices such as continuous integration and continuous delivery to quickly move application changes from development through testing to deployment on your production system. Use Pega Platform™ tools and common third-party tools to implement DevOps. With continuous integration, application developers frequently check in their changes to the source environment and use an automated build process to automatically verify these changes. Continuous integration identifies issues and pinpoints them early in the cycle. Use Jenkins with the prpcServiceUtils tool and the execute test service to automatically generate a potentially deployable application and export the application archive to a binary repository such as JFrog Artifactory. You can use Jenkins to automate exporting and importing Pega 7 Platform applications. Download the " prpcServiceUtils " command-line tool and configure Jenkins to export or import archives. You can use a single Jenkins b...