InterviewSolution
Saved Bookmarks
| 1. |
How Can You Clone A Git Repository Via Jenkins? |
|
Answer» If you want to clone a Git repository VIA Jenkins, you have to enter the e-mail and user NAME for your Jenkins SYSTEM. Switch into your job DIRECTORY and execute the “git config” command for that. If you want to clone a Git repository via Jenkins, you have to enter the e-mail and user name for your Jenkins system. Switch into your job directory and execute the “git config” command for that. |
|