pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
858 stars 485 forks source link

feature: add launch method to Node class #849

Open hoppla20 opened 11 months ago

hoppla20 commented 11 months ago

Add support for the /computes/{node-name}/launchSlaveAgent endpoint. For slaves that support launching (e.g. SSH slaves), this allows triggering a new try to connect the slave with jenkins. We need this, because setting a node online does not trigger a reconnect.