Hi, I’m calling a Python script from a sh step of a declarative script. The sh step is wrapped by withCredentials and the Python script successfully executes GitPython api calls without prompting for authentication. So that is good.
How could I emulate the withCredentials behaviour from the bash command line so that I can test the Python script outside of Jenkins?