The goal is to be able to declare our local machine as a jenkins slave to test builds localy
Solution based on https://plugins.jenkins.io/swarm :
- a user can register his desktop as a slave
- the slave can then be used as a standard slave
Benefits:
- easier debug, log, data, filesystem access
- dedicated slave
- use desktops CPUs as a farm
- is related to
-
NXBT-1770 implement pipeline alternative to test and push
- Resolved