On Tuesday, October 16, 2018 at 2:46:48 PM UTC+5:30, robert@ithands.biz
wrote:
>
> hi team
> i need to get the code from git this is what i have done so far
>
> node {
> stage('preperation')
> git branch: 'master',
> git 'https://github.com/robert-rajendra/test.git'
>
>
> }
>
> t
hi team
i need to get the code from git this is what i have done so far
node {
stage('preperation')
git branch: 'master',
git 'https://github.com/robert-rajendra/test.git'
}
this is a public and what if i want to get the code from a private repo
with the help of ssh keys
Please