Re: GIT and Jenkins for dummies

2016-05-14 Thread Mark Waite
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

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 fold

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/n

Re: GIT and Jenkins for dummies

2016-05-13 Thread Mark Waite
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.

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 d

Re: Project structure with git and Jenkins

2014-10-01 Thread Stephen Connolly
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

Re: Project structure with git and Jenkins

2014-09-30 Thread Mark Waite
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, >>> >>

Re: Project structure with git and Jenkins

2014-09-30 Thread Ritesh Patel
> 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

Re: Project structure with git and Jenkins

2014-09-29 Thread Mark Waite
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

Project structure with git and Jenkins

2014-09-28 Thread Ritesh Patel
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

Re: GIT and Jenkins

2013-03-08 Thread Jeff
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

Re: GIT and Jenkins

2013-03-07 Thread Jeff
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

Re: GIT and Jenkins

2013-03-07 Thread Michaël Pailloncy
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

Re: GIT and Jenkins

2013-03-07 Thread Jeff
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

Re: GIT and Jenkins

2013-03-07 Thread nicolas de loof
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. >

Re: GIT and Jenkins

2013-03-06 Thread nicolas de loof
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

Re: GIT and Jenkins

2013-03-06 Thread Mark Waite
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

Re: Git and Jenkins-- behind master by 55 commits

2012-03-15 Thread Sami Tikka
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

Git and Jenkins-- behind master by 55 commits

2012-03-14 Thread KB1JWQ
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