Re: GIT and Jenkins for dummies

2016-05-14 Thread David Montgomery
Hi,

PS I can even clone as jenkins user using ssh on github.  So is this a bug 
with jenkins 2.3 UI?  Should I revert back to a more stable version of 
jenkins?  

On Saturday, May 14, 2016 at 3:56:25 PM UTC+8, David Montgomery wrote:
>
> Hello Jenkins Dev team,
>
> Wow what pain.
>
> In this folder I have my keys and yes I an authenticate
> /var/lib/jenkins/.ssh
>
>  ssh -T g...@github.com
> The authenticity of host 'github.com (xxx.xxx' can't be established.
> RSA key fingerprint is 1dsdsdsdsd.
> Are you sure you want to continue connecting (yes/no)? yes
> Warning: Permanently added 'github.com,1xxx.xxx' (RSA) to the list of 
> known hosts.
> Hi aws-deploy! You've successfully authenticated, but GitHub does not 
> provide shell access.
> jenkins@jenkins-zen-aws-development-sg-jzkm:~/.ssh$ git config --global 
> user.email "cloud+jenk...@example.com"
> jenkins@jenkins-zen-aws-development-sg-jzkm:~/.ssh$ git config --global 
> user.name "jenkins"
>
>
> And wowin the UI I get the below
>
> Failed to connect to repository : Command "git -c core.askpass=true 
> ls-remote -h g...@github.com:test/test.git HEAD" returned status code 128:
> stdout: 
> stderr: Permission denied (publickey). 
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
>
>
> OMG but is works on the command line..
>
> git -c core.askpass=true ls-remote -h g...@github.com:tats/test.git
> 7ccd2997c8b6d7261b1d9c534753ce2d3a356657refs/heads/development
> 7ee63a5fa284d9de7e55dc6d3733db9237d78ba0refs/heads/master
>
> So.why?  
>
>
>
>
>
>
> On Friday, May 13, 2016 at 8:18:51 PM UTC+8, David Montgomery wrote:
>>
>> Hi,
>>
>> I am new do Jenkins 2 and finding configuring git my no stretch of the 
>> imagination straightforward.  Where is the "I am stupid to live 
>> documentation?"
>>
>> I am on a standard ubuntu 14.04 server, using github and my ssh keys 
>> work.  Docs on how to setup server with git so far are terrible with 
>> different methods of doing things.
>>
>> Thanks
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c5385f1e-d529-4177-98f7-c02cbf9afcd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GIT and Jenkins for dummies

2016-05-14 Thread David Montgomery
Hello Jenkins Dev team,

Wow what pain.

In this folder I have my keys and yes I an authenticate
/var/lib/jenkins/.ssh

 ssh -T g...@github.com
The authenticity of host 'github.com (xxx.xxx' can't be established.
RSA key fingerprint is 1dsdsdsdsd.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,1xxx.xxx' (RSA) to the list of known 
hosts.
Hi aws-deploy! You've successfully authenticated, but GitHub does not 
provide shell access.
jenkins@jenkins-zen-aws-development-sg-jzkm:~/.ssh$ git config --global 
user.email "cloud+jenk...@example.com"
jenkins@jenkins-zen-aws-development-sg-jzkm:~/.ssh$ git config --global 
user.name "jenkins"


And wowin the UI I get the below

Failed to connect to repository : Command "git -c core.askpass=true 
ls-remote -h g...@github.com:test/test.git HEAD" returned status code 128:
stdout: 
stderr: Permission denied (publickey). 
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


OMG but is works on the command line..

git -c core.askpass=true ls-remote -h g...@github.com:tats/test.git
7ccd2997c8b6d7261b1d9c534753ce2d3a356657refs/heads/development
7ee63a5fa284d9de7e55dc6d3733db9237d78ba0refs/heads/master

So.why?  






On Friday, May 13, 2016 at 8:18:51 PM UTC+8, David Montgomery wrote:
>
> Hi,
>
> I am new do Jenkins 2 and finding configuring git my no stretch of the 
> imagination straightforward.  Where is the "I am stupid to live 
> documentation?"
>
> I am on a standard ubuntu 14.04 server, using github and my ssh keys 
> work.  Docs on how to setup server with git so far are terrible with 
> different methods of doing things.
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6af9e81d-18bc-4c4c-beb3-6bf6df57e60b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


GIT and Jenkins for dummies

2016-05-13 Thread David Montgomery
Hi,

I am new do Jenkins 2 and finding configuring git my no stretch of the 
imagination straightforward.  Where is the "I am stupid to live 
documentation?"

I am on a standard ubuntu 14.04 server, using github and my ssh keys work.  
Docs on how to setup server with git so far are terrible with different 
methods of doing things.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7b0c886f-370c-497b-bac0-151df6e214d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.