Login
Remember
Register
Ask a Question
How can You Clone a Git Repository via Jenkins?
0
votes
asked
Jan 17, 2020
in
Jenkins
by
GeorgeBell
How can You Clone a Git Repository via Jenkins?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2020
by
GeorgeBell
To create a clone repository via Jenkins you need to use your login credentials in the Jenkins System.
To achieve the same you need to enter the Jenkins job directory and execute the git config command.
...