Question
Export Path
I have tried to use prpcserviceutils to do the export and Import. Ervery thing went well, but i have noticed that during export the exported ZIP file is being stored in folder that is dynamically created in the workspace directory. And i wonder where was it be specified, hoe these two sub directory were created with timestamp.
For example, with the command
sh "$PEGA_HOME_74/scripts/utils/prpcServiceUtils.sh export --connPropFile $PEGA_HOME_74/scripts/Demo/DEVProps.properties --artifactsDir $ARTIFACTS_DIR
the ARTIFACTS_DIR is /devops/artifacts/Demo, but the zip file will be stored under
/devops/artifacts/Demo/EXPORT_2019-Jan-31_11-45-19/jenkins-Test-128, i just wondern, where did the subdirs "EXPORT BLABLA" get to be generated?
I am appreciated for any answer.
Hi,
I was trying this out of curiosity and found that it always gets added, maybe to distinguish between different export files!!
So I guess you are using Jenkins automation as well, for Jenkins I guess its get stored to Jenkins Workspace (going by this post https://community1.pega.com/community/pega-support/question/procedure-export-import-using-prpcserviceutils-jenkins-pega-v722)
Now I was just trying with simple prpcServiceutils.
Here's my screenshot:
So for me the file do get generated in my pega temp directory service export folder (might have to tweak this a bit), but point is the sub folders always gets generated. The only purpose I can think of is to distinguish different exports.
Hope this helps a bit.
Thank You