Hi, I'm having troubles compressing artifact using "compress" post processor. The resulting .zip file has full path inside i.e. "/Users/username/project/vm.ova" instead of just vm.ova. When extracting such archive, whole directory path is created. This is unwanted behavior.
json part looks like this:
{
"type": "compress",
"output": "{{user `OUTPUTDIR`}}/vm.ova.zip",
"compression_level": 9,
}
I do not see any parameters to pass, like -j for zip to fix that.
Related https://superuser.com/questions/119649/avoid-unwanted-path-in-zip-file