jenkinsci / docker-swarm-plugin

Jenkins plugin which allows to add a Docker Swarm as a cloud agent provider
https://plugins.jenkins.io/docker-swarm/
MIT License
55 stars 47 forks source link

Verification if the Computer has been used #103

Closed Nuh closed 3 years ago

Nuh commented 3 years ago

Sometimes the Computer will be assigned to a task, but the Task will start running elsewhere. So, the Computer waits forever and will never be turned off when the Task was executed somewhere else.

This closes #91 issue.

Roemer commented 3 years ago

Thank you, the change looks good. I will merge it.