CasperJS and desire to integrate with Jenkins (which I'm still learning about).So. if in the "File location" you put "myZipFile". Then
You can rename the file to original name by executing shell
command:
mv myZipFile $myZipFile
Or by issuing Windows batch command like (depending where your
Jenkins is installed):
move myZipFile %myZipFile%
Regards,
Nux.