Configuring the Jenkins build environment
Configure your build environment to call the prpcServiceUtils.bat or prpcServiceUtils.sh script and pass parameters to import or export the RAP.
To configure the Jenkins build environment, do the
following steps:
- Verify that the following Jenkins plugins are installed:
- Ant Plugin
- Environment Injector Plugin
- Build with Parameters Plugin
- Open a web browser and navigate to the Jenkins server.
- Click Manage Jenkins.
- Click Configure System.
- Configure the PEGA_HOME environment variable:
- In the Global properties section, select Environmental variables.
- In the name field, enter PEGA_HOME.
- In the value field, enter the location where you extracted the prpcServiceUtils.zip file.
- Click Add.
- Click Apply, and then click Save.
Previous topic Using prpcServiceUtils and Jenkins for automated application deployment Next topic Configuring the Jenkins project