we use Jenkins with build Parameters plugin and Publish over ssh plugin.
I need to zip a folder from the network and add it to the final deployed zip at deployment stage.
The transfert Panel option seems to be the good place where to do that, in the source files combo it is possible to specify a command to exec. But i can't figure how the zipped folder should be included in the sources to deploy... After experiment, it not seems to good way ...
Any hints ?