Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL wrongly manipulated #53

Open
nbuso opened this issue Feb 2, 2017 · 0 comments
Open

URL wrongly manipulated #53

nbuso opened this issue Feb 2, 2017 · 0 comments

Comments

@nbuso
Copy link

nbuso commented Feb 2, 2017

Jenkins 2.35
SCM Sync Configuration Plugin 0.0.10

Seem a wrong manipulation of the scm URL is done, setting the following URL:
git@wp-jenkins-git:/wp-jenkins-cfg.git

I obtain this error in tomcat logs:
[INFO] Executing: /bin/sh -c cd '/net/isilon8/web-hx/webadmin/tomcat/bases/es/tc-es-coreci/temp' && 'git' 'ls-remote' 'git@wp-jenkins-git/wp-jenkins-cfg.git' [INFO] Working directory: /net/isilon8/web-hx/webadmin/tomcat/bases/es/tc-es-coreci/temp Feb 02, 2017 10:56:31 AM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationPlugin doCheckGitUrl WARNING: Repository at git@wp-jenkins-git:/wp-jenkins-cfg.git is inaccessible

As from the logs, seem a columns (:) was stripped out from the original URL given at configuration time.

Changing the URL in:
git@wp-jenkins-git::/wp-jenkins-cfg.git

Note the double colons (::) it's working fine after disabling and re-enabling with this configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant