Is it possible to checkout git from Jenkins controller instead of separate agent but still execute on the agent?
We have our git repo and Jenkins controller in our internal network. For agents we’d like to use Azure containers, but as it turns out agents need direct access to the git repository. Is it possible to make the controller check out the repo and relay it to the agent?