Question
ING
NL
Last activity: 12 Feb 2018 10:49 EST
Able to Export but Import using prpcServiceUtils from Jenkins in Pega v7.2.2 is failing
Hi Mahesh
I am able to export the file successfully but Import is failing for me. When I checked further I see that in Jenkins-Build.xml the following part of XML is failing
</target> <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>
The exported ZIP file is being stored in folder that is dynamically created in the workspace directory. So for Import
the zip file is not getting copied to destination folder.
Can you help me in solving this
Thanks