0 votes
in Jenkins by
How You Can Clone A Git Repository Via Jenkins?

1 Answer

0 votes
by

In order to clone a Git repository via Jenkins, you have to enter the e-mail and user name for your Jenkins system. For that, you have to switch into your job directory and execute the “git config” command.

...