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

Plugin ignore private key path in pom if default (~/id_rsa) is available #70

Open
durgeshverma opened this issue May 29, 2018 · 1 comment

Comments

@durgeshverma
Copy link

git clone, push worked with same private key that i am putting in "${project.basedir}/id_rsa". I notice that the error "GitLab: The project you were looking for could not be found" appears when I disable the public key in gitlab. So, it is possible that plugin is defaulting to ~/id_rsa and ignoring what i am putting in pom?
Daniel Flower Mod Durgesh Verma • 4 days ago
Yes, that sounds like the problem. That's not supported currently sorry but feel free to open an issue on the GitHub page or make a pull request.

@danielflower
Copy link
Owner

So it is jgit that handles all this stuff for the plugin. I've just upgraded to the latest version of jgit, but I have no idea if this will fix it or not. You can try by using version 3.0.0 of the plugin.

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

2 participants