You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As abuild (user that the agent runs as), get the JAR with uniquely suffixed name:
:; cd ~/jenkins-swarm && \
wget https://ci.jenkins.io/job/Plugins/job/swarm-plugin/job/PR-493/1/artifact/client/target/swarm-client.jar \
-O swarm-client-PR493-1.jar
Tweak either the currently exported envvars (if test-running the agent straight from shell), the swarm-client-download.sh, or the service wrapper for the OS -- to somehow export LASTVER=PR493-1 (for the example above). Finally, (re)start the agent program with swarm-client-nutci.sh (or service that wraps it, as appropriate) to watch its behavior.