Re: Failed to fetch from g....@github.com

2014-05-25 Thread john . meloro
Okay, I re-attempting to configure my Jenkins correctly. Here is where I am coming off the rails: - When I leave out the "git@" in the SCM URL in the Source Code Management section, I immediately get the following error: - "Failed to connect to repository : Command "git.exe ls-rem

Re: Failed to fetch from g....@github.com

2014-05-25 Thread John Meloro
I've tinkered around some more. I've copied the private key to the directory where the local system account is running because on my Windows 7 box I've read that as a service Jenkins runs under the local system account. I still do not have the configuration correct. However, I am able to get pas

Permission denied (publickey)

2014-05-25 Thread john . meloro
I'm attempting to set up public/private key access to Git. Anyone ever seen this before? git.exe ls-remote -h github.com:jmeloro/game-of-life.git HEAD Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the reposit

People using the LDAP plugin to connect to Active Directory

2014-05-25 Thread teilo
I haven't tried that version but I already know that the ad specific LDAP_MATCHING_RULE_IN_CHAIN oid breaks very large installations. One LDAP query will take over 1.5 minutes and will be killed by the ad server. Last I looked using ad browser which was a few weeks my memberOf did not include gr

Re: Failed to fetch from g....@github.com

2014-05-25 Thread Stephen Connolly
But are you selecting a credential who's username is git and who's private key is the key you want Jenkins to access with? Until you select that credential you will - correctly - see the warning. If you can't see the credentials drop down then upgrade the git plugin to at least the 2.x On Sunday

Re: Failed to fetch from g....@github.com

2014-05-25 Thread john . meloro
Thank you for the reply. However, I still need some clarification. I'm attempting to run Jenkins as a Windows Service, so Jenkins is running under the Local System Account. So, I am not sure what to use for the username? However, when I set up the build job, under the Source Code Management

show extra links in executor status by plugin

2014-05-25 Thread Kai-Hsiang Chang
Hi all, By default, there has project and buildnumber link in executor status and it's writen in executors.jelly. Is that possible to show some job-related information links in executor status by plugin? if possible, what's the extension point? Thanks! -- You received this message b