Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » How to manage git credentials
How to manage git credentials [message #1219961] Sat, 07 December 2013 11:53 Go to next message
Christian Schulz is currently offline Christian SchulzFriend
Messages: 25
Registered: March 2013
Junior Member
Hello everyone,

yesterday I tried to create a new job in Hudson with Git and doesn't find any option to set credentials for a Git repository.
I have installed the Hudson GIT Plugin 2.2.5 and running Hudson 3.1.0.

Will be there a credentials store with support for SSH keys in the future?

Let me know your experience about Hudson and Git repositories.
Re: How to manage git credentials [message #1222557 is a reply to message #1219961] Fri, 20 December 2013 19:13 Go to previous message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Git provides read only URL (usually HTTPS or git protocol), which you could use to fetch sources with out authentication. Other option is to have your SSH private key (corresponding to the public key) where ever the machine build happen. Sure we could make Hudson manage your private key. We are hesitant to implement it because it is prone to security risks.

Winston Prakash
Eclipse Hudson team
Previous Topic:Subversion parameter substition not working
Next Topic:how to access a private git repo on BitBucket.com
Goto Forum:
  


Current Time: Tue Mar 19 05:58:47 GMT 2024

Powered by FUDForum. Page generated in 0.02938 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top