Is it possible to automate the eSigning process in Jenkins?

Viewed 6

I have the following three servers:

  1. Jenkin Server (Linux).
  2. Token Machine Server (Windows).
  3. Build Machine Server (Windows).

The task is to trigger the build in the build server through Jenkins. And the generated jar should be signed using the token machine.

Is there any way to automate this process?

0 Answers
Related