InterviewSolution
Saved Bookmarks
| 1. |
How You Can Clone A Git Repository Via Jenkins? |
|
Answer» 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. 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. |
|