Re: Git Plugin - How specify use ssh in "Repository URL" ?

2020-01-23 Thread vince bailey
Hi all, You may need to make sure you have a user name and login to your git repo and 1. login to github using your account. or create a access token in git hub and use the token which is the way i did it. > On 23 Jan 2020, at 10:52, 'Björn Pedersen' via Jenkins Users > wrote: > > HI,

Re: Git Plugin - How specify use ssh in "Repository URL" ?

2020-01-23 Thread 'Björn Pedersen' via Jenkins Users
HI, that is a hostkey verifiicaction error. Solution: a) manually install the hostkey on the build agent b) configure ssh to skip hostkey verification (the more insecure option) Björn Am Dienstag, 21. Januar 2020 18:24:55 UTC+1 schrieb Ed of the Mountain: > > *What I Tried:* > > 1) Set *Sourc

Re: Git Plugin - How specify use ssh in "Repository URL" ?

2020-01-22 Thread Ed of the Mountain
Thank you for the advice Mark. I would be fine using 'git clone', except I hate missing the "*Recent Changes*' that I believe was generated because I used the Jenkins git plugin. I will keep working on it. Thanks again. -Ed On Tuesday, January 21, 2020 at 3:12:32 PM UTC-6, Mark Waite wrote:

Re: Git Plugin - How specify use ssh in "Repository URL" ?

2020-01-21 Thread Mark Waite
On Tue, Jan 21, 2020 at 10:24 AM Eddie Sutton wrote: > *What I Tried:* > > 1) Set *Source Code Management > GIT > Repository URL* to: > > acme...@vs-ssh.visualstudio.com:v3/acmeinc/my-app/my-app > > Failed to connect to repository : Command "git ls-remote -h -- > acme...@vs-ssh.visualstudio.com:v

Git Plugin - How specify use ssh in "Repository URL" ?

2020-01-21 Thread Eddie Sutton
*What I Tried:* 1) Set *Source Code Management > GIT > Repository URL* to: acme...@vs-ssh.visualstudio.com:v3/acmeinc/my-app/my-app Failed to connect to repository : Command "git ls-remote -h -- acme...@vs-ssh.visualstudio.com:v3/acmeinc/my-app/my-app HEAD" returned status code 128: stdout: stde