Can you please help us integrate teamcity to pega application. As we aware we can use prpcServiceUtils_8.8 that is provided by Pega team. So we just configured this package in git repo. But we are not sure what are all the values need to pass in the Jenkins-build.xml. So, Can you please help me to get sample value. These are variables to get sample values.
Vaiables
${env.SourceUser}
${env.SourcePassword}
${productName}
${productVersion}
${applicationName}
${applicationVersion}
${env.SystemName}
Jenkins-build.xml
<target name="importprops">
<property environment="env" />
<copy todir="${env.PEGA_HOME}\destination" flatten="true" overwrite="true">
<first count="1">
<sort>
<fileset dir="${env.ARTIFACTS_DIR}" includes="**/*.zip"/>
<reverse
xmlns="antlib:org.apache.tools.ant.types.resources.comparators">
<date />
</reverse>
</sort>
</first>
</copy>
<delete file="${env.PEGA_HOME}\scripts\utils\${env.SystemName}_import.properties"/>
<propertyfile file="${env.PEGA_HOME}\scripts\utils\${env.SystemName}_import.properties">
<entry key="${env.SystemName}.pega.rest.server.url"
value="${env.TargetHost}/prweb/PRRestService/"/>