I am not sure about the existing solution. However, I think you can create your own solution within a day:
Machine A will run Jenkins and have a shared folder. Machine B will launch any application / web server (e.g. Apache + PHP) and has signatures.
As part of Jenkins’s assignment, you perform the following actions: a) Copy banks to the shared folder b) Run the shell script "wget http: //machineBURL/sign.php? Filename = SomeJar.jar"
On machine B, you will receive a PHP script that will receive the transferred file name, receive the jar with that file name from the shared folder, sign it, and return it to the same folder.
Victor ronin
source share