Hi,
I’m using Xrebel while experimenting with adding a feature to this Jenkins plugin: https://github.com/jenkinsci/jira-plugin
When I try to build and run the plugin, it fails complaining that files such as <project_location>/work/plugins/mailer.jpi are not zip archives. I inspected one of the files, and found the contents seem to be actually the html source of the zeroturnaround.com page: https://zeroturnaround.com/
I must admit I don’t understand exactly what build step is supposed to pull these down, but is it possible somehow that XRebel is proxying some sort of http call to get the files and instead returning the zeroturnaround home page?