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

Refactoring and repackaging code #99

Closed Nuh closed 1 year ago

Nuh commented 3 years ago

Renamed some files to more readable. Repackaging some classes to util or scheduler (for all objects based work on events or time) packages. Reimplemented way to generation name of the node. Now based on task label, global counter, and hashcode of the full name of the task converted to a radix-36 string.

Roemer commented 3 years ago

This is a nice change. Now that I merged many other PRs, would you be able to fix the conflicts?