Hello all, I know I can toggle a slave's on/offline state with a curl command. Is there one I can use to launch the slave agent on a host after a reboot of the slave?
For example, I know I can use something like this: curl --silent --user user:password -d "offlineMessage=back_in_a_moment&json=%7B%22offlineMessage%22%3A+%22maven_repository_cache_cleanup%22%7D&Submit=Mark+this+node+cache+cleanup" http://hostname:8080/jenkins/computer/${option.hostname}/toggleOffline to toggle the online/offline state, but I'm looking for something similar to actually tell jenkins to launch the slave agent after a physical slave has been rebooted. Thanks in advance! Randy -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ca20168a-39c7-41d5-873b-ba7641ab2126%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
