docker-jenkins-auto-slave icon indicating copy to clipboard operation
docker-jenkins-auto-slave copied to clipboard

Stop relying on deprecated `/computer/${NAME}/jenkins-agent.jnlp` endpoint

Open shamil opened this issue 5 months ago • 0 comments

Since Jenkins 2.437 (and the LTS 2.440.1+), authenticating the agent using Jenkins auth is deprecated, a node secret should be used instead. The solution I've in mind is to switch to Jenkins swarm plugin which handles this autmatically.

References:

  • https://github.com/jenkinsci/jenkins/pull/8773
  • https://github.com/jenkinsci/swarm-plugin/pull/601

shamil avatar Mar 03 '24 09:03 shamil