The URL you entered is not a valid URL, at least as far as I understand URL's. Your URL was https://[email protected]:/37DRepo. I think you want the URL to be https://[email protected]/37DRepo . The extra ":" is probably parsed as a separator that precedes a port number, but then you did not provide a port number.
It is rather uncommon (though allowed) to embed the user name in the URL. You can do it, but you can also define a Jenkins credential which provides user name and password, then use that credential with a URL like https://git.37degrees.us/37DRepo . Mark Waite On Wed, Oct 19, 2016 at 9:43 PM fais <[email protected]> wrote: > Hi, > > Actually i want to know what/how to put in the Git > Repository Url as per > attached ? From the attachment, you can see that url which i always used to > clone the branch in my project, but when i put there, the error always > appeared. FYI, my git repo was in AWS server.Please advise and thanks in > advance. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/c0264c1a-3f73-4f5b-8da1-3d6437c491bd%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/c0264c1a-3f73-4f5b-8da1-3d6437c491bd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEKAQ6PAmGxip3ba%2B_4gOswUS2-2zjYRC7nx8doD3p45g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
