On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger <[email protected]> wrote: > Thanks, that works now with credentials in the URL. > > Is there any way I can use the credentials mechanism instead? > Shouldn't I have the credentials for that domain in the list?
It does work if I enter global credentials. I guess I misunderstood the domain concept in that context. > > On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof > <[email protected]> wrote: >> run jenkins with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true >> >> Anyway I recommend ssh > > Just out of curiosity, why? Is the HTTP(S) support not mature? > >> >> >> 2013/11/8 Robert Krüger <[email protected]> >>> >>> On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof >>> <[email protected]> wrote: >>> > does your git repo use sef-signed certificates ? >>> >>> Yes ist does. Is there no way to specify something like >>> GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere? >>> >>> > can't you use ssh to access it ? >>> >>> I have to check with our sysad. >>> >>> > >>> > >>> > 2013/11/8 Robert Krüger <[email protected]> >>> >> >>> >> Hi, >>> >> >>> >> I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am trying >>> >> to configure a Job that checks out from a Git repository hosted on a >>> >> Stash server. The git/stash access is via https and protected using >>> >> http credentials. >>> >> >>> >> I Installed the Git plugin but when I enter the repository URL (e.g. >>> >> https://git.mydomain.com/scm/PROJ/myproject.git), I get the red error >>> >> message "Failed to connect to repository : Failed to connect to >>> >> https://git.mydomain.com/scm/PROJ/myproject.git". >>> >> >>> >> I tried with and without credentials in the URL with the same result. >>> >> >>> >> Then I created a domain (under credentials), named it git.mydomain.com >>> >> and added a set of credentials to that domain for my build user. Then >>> >> I returned to the job configuration page but in the credentials >>> >> section of the Git settings I still only have the "- none -" option in >>> >> the drop-down. >>> >> >>> >> What am I doing wrong? >>> >> >>> >> Is there a log file where I can look for clues? >>> >> >>> >> Thanks in advance, >>> >> >>> >> Robert >>> >> >>> >> -- >>> >> 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]. >>> >> For more options, visit https://groups.google.com/groups/opt_out. >>> > >>> > >>> > -- >>> > 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]. >>> > For more options, visit https://groups.google.com/groups/opt_out. >>> >>> -- >>> 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]. >>> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> -- >> 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]. >> For more options, visit https://groups.google.com/groups/opt_out. -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
