Hi. I struggle with setting up the following Jenkins configuration.
- Jenkins controller running in docker on a Windows machine
- Jenkins agent running in docker on a Windows machine
I managed to setup the Jenkins controller in a docker container on a windows server. Now I would like to add an agent running on a different Windows machine. This windows machine has a Matlab licence and a USB key used for C-code generation. Can you help me how to setup the node configuration for an agent running in docker on the same network but on a different computer?
Thanks!