Re: to get the code from the git

2018-10-16 Thread Ramanathan Muthaiah
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

to get the code from the git

2018-10-16 Thread robert . rajendra
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