Did you use the credentials link on the administer Jenkins page to tell
Jenkins your ssh private key?
After that, dogs you choose that credential for your fit repository from
the job definition page?
Mark Waite
On Sat, May 14, 2016, 2:09 AM David Montgomery
wrote:
> Hi,
>
> PS I can even clone
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 fold
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/n
A google search returned "Jenkins Git Integration" at
https://www.youtube.com/watch?v=ISAUsBSI8G0
I created the "Jenkins in Five Minutes" video some years ago that is hosted
on youtube as well.
If those aren't what you're seeking, you could try Harpreet Singh's blog
posting https://www.cloudbees.
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 d
d investigate a feature
>>> branch based workflow, and use Jenkins to automate the merge from feature
>>> branches to the authoritative branch.
>>>
>>> Alternately, you could consider using Gerrit, which provides a code read
>>> facility and related
ernately, you could consider using Gerrit, which provides a code read
>> facility and related workflow as a layer over a git repository.
>>
>> Mark Waite
>>
>> On Sun, Sep 28, 2014 at 10:34 PM, Ritesh Patel wrote:
>>
>>> Hi All,
>>>
>>
> facility and related workflow as a layer over a git repository.
>
> Mark Waite
>
> On Sun, Sep 28, 2014 at 10:34 PM, Ritesh Patel > wrote:
>
>> Hi All,
>>
>> Right now, in our project, developers develop code on shared drive,
>> compile on com
ploy on local PC.
> But, we want continuous integration in future with git and Jenkins.
> Our main requirement is that developers should not have anything on their
> PC, they develop on shared drive, once they save, they can ask Jenkins to
> compile and deploy automatically.
> But, t
Hi All,
Right now, in our project, developers develop code on shared drive, compile
on common server, but deploy on local PC.
But, we want continuous integration in future with git and Jenkins.
Our main requirement is that developers should not have anything on their
PC, they develop on shared
I'm still seeing this issue. When poking around the jenkins settings, I
see two XML files related to Git stuff. They are:
-
- hudson.plugins.git.GitSCM.xml
- hudson.plugins.git.GitTool.xml
Are both of these needed? The content of the file `*GitTool.xml` has my
settings and looks corre
Thanks!
I do have automatic installation of git, but I already had my master node
labeled `Linux`. I also have an installer for Git that runs `sudo apt-get
install git` for nodes labeled 'Linux'.
I should note that this issue was resolved but has now reappeared. I had
the ls-remote error resolv
We've the same type of error.
Do you use the automatic installation feature of tools like Git, Maven,
Java ... ?
In our case, the master does not build anything (except admin jobs) and we
have automatics tools installation activated with HTTP URL pointing
directly to our internal Nexus which stor
Thanks for the suggestions. Here is more detail regarding
questions/suggestions: (Jenkins v 1.503)
I have one master and 3 slaves. The master is running as user `tomcat7`.
The slaves run as user `adminuser`. The master has two build executors,
the slaves each have 3. The Git 'clone' command
right, ls-remote is used to validate repository URL (form master) and to
poll scm (single branch)
2013/3/7 Eduardo Dias
> I had the same problem and done what Nicolas suggested and the
> message stopped. Even Jenkins does not use master to build the jenkis
> master try to access repository.
>
does the clone run on master or some slave ?
this "ls-remote" command is executed on master, maybe you just miss the
adequate ssh key there. Long term plan is to integrate
ssh-credentials-plugin in git-plugin to manage this.
2013/3/7 Jeff
> I thought I asked this and fixed it before, but it has
st remote polling. I think that is less likely to be the
problem, since the polling command should be "git ls-remote" rather than
"ls-remote".
Mark Waite
>
> From: Jeff
>To: jenkinsci-users@googlegroups.com
>Sent: Wednesday
2012/3/15 KB1JWQ :
> I find I have to "git checkout master" or it stays on "no branch."
Why is the "no branch" a problem?
> What's the "proper" way to get the build operation to happen on the
> most current version of master?
Do not checkout master in your build step. Trust the git plugin. The
g
I'm attempting to have a github project build every time master gets
updated.
Building in workspace /var/lib/jenkins/jobs/Example-scrapers-php/
workspace
Checkout:workspace / /var/lib/jenkins/jobs/Example-scrapers-php/
workspace - hudson.remoting.LocalChannel@32edeea8
Using strategy: Default
Last
19 matches
Mail list logo