Hi Team,
After the upgrade Jenkins is suggesting two things, the master node is changed to built-in and you can't run jobs on the master node.
This is not an issue when we have a bigger Jenkins environment, like one master and multiple agents. But the issue comes when we have a small footprint. For example, we have a couple of Jenkins environments where we have only one master(inbuilt node now) and less than 10 jobs. How we can modify this to comply with the latest security changes?
- Have one master and run all jobs?
- Have one master with zero executors and have one agent on the same machine?
- Have one master and one agent on different VM or machines? - This way we are increasing the footprints.
Thanks
Senthil