Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: git-plugin
Created: 07/Jan/15 2:47 AM
Description:

We use global properties to specify:

Where our Git repositories live, ${RepoRoot}

Whether or not they have a ".git" suffix, ${RepoSuffix}


So our repository URL's look similar to:

${RepoRoot}/RepoA${RepoSuffix}

${RepoRoot}/RepoB${RepoSuffix}

When ${RepoSuffix} is set to ".git", we're seeing errors similar to the following in our polling log, note the incorrectly-added trailing slash:

fatal: Authentication failed for 'https://github.com/Foo/RepoA.git/'

I'm sure auto-adding the trailing slash was well-intentioned, but it's a case of trying to make the software too clever for its own good. At the very least, there needs to be an option to disable this behaviour.

Thanks folks, love your work.

Project: Jenkins
Priority: Minor Minor
Reporter: Ron MacNeil
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

Reply via email to