I want to create an automated script to deploy/configure Jenkins agent on a new machine. As per the documentation:
A copy of agent.jar can be downloaded from http://yourserver:port/jnlpJars/agent.jar
However, I would like to add a bit of extra security and verify the GPG key of the downloaded file. Therefore, I need Jenkins to provide this key at some other URL.
[JENKINS-57907] Provide URL resource with GPG key of agent.jar
Description |
Original:
I want to create an automated script to deploy/configure Jenkins agent on a new machine. As per the [documentation](https://wiki.jenkins.io/display/JENKINS/Distributed+builds#Distributedbuilds-Launchagentheadlesslyfromagentbacktomasteroncommandline): > A copy of agent.jar can be downloaded from http://yourserver:port/jnlpJars/agent.jar However, I would like to add a bit of extra security and verify the GPG key of the downloaded file. Therefore, I need Jenkins to provide this key at some other URL. |
New:
I want to create an automated script to deploy/configure Jenkins agent on a new machine. As per the [documentation|https://wiki.jenkins.io/display/JENKINS/Distributed+builds#Distributedbuilds-Launchagentheadlesslyfromagentbacktomasteroncommandline]: {quote}A copy of agent.jar can be downloaded from http://yourserver:port/jnlpJars/agent.jar{quote} However, I would like to add a bit of extra security and verify the GPG key of the downloaded file. Therefore, I need Jenkins to provide this key at some other URL. |