How can I configure an organization folder to use Github with Jenkins job DSL?

2018-03-01 Thread evan
When I try to create an organization folder with the following Jenkins job DSL: organizationFolder("folderName").with { organizations { github { repoOwner("bar") credentialsId('baz') checkoutCredentialsId('SAME') pattern('foo')

Re: Facing issue to configure GitHub with Jenkins

2016-12-15 Thread prakash damodaran
Thanks A Lot! It did help me a lot. I was referring to the wrong path of Git.exe. On Thursday, 15 December 2016 19:24:22 UTC+5:30, sorressean wrote: > > Hello: > On 12/15/2016 8:50 AM, prakash damodaran wrote: > > Hi, > > > > I am new to Jenkins. I am facing issue on configuring my GitHub >

Re: Facing issue to configure GitHub with Jenkins

2016-12-15 Thread Littlefield, Tyler
Hello: On 12/15/2016 8:50 AM, prakash damodaran wrote: > Hi, > > I am new to Jenkins. I am facing issue on configuring my GitHub > repository with Jenkins. Please see the error below. It would be great > if i get a lead on this issue. > > Failed to connect to repository : Error performing command

Facing issue to configure GitHub with Jenkins

2016-12-15 Thread prakash damodaran
Hi, I am new to Jenkins. I am facing issue on configuring my GitHub repository with Jenkins. Please see the error below. It would be great if i get a lead on this issue. Failed to connect to repository : Error performing command: git.exe ls-remote -h Thanks, Prakash -- You received this me

Re: Github with jenkins

2016-09-05 Thread James Dumay
Hi Dit, One really easy way to get this working is using Pipeline. We've released a new version of Pipeline recently with use case driven documentation that is aimed to get people started quickly. With Pipeline you checkin a *Jenkinsfile* into the root of your Git repository to control how the

Re: Github with jenkins

2016-09-04 Thread Baptiste Mathus
Hi, You're not saying anything about what failed for you. Cheers 2016-09-04 20:45 GMT+02:00 dit. k : > After 2 days of configuration nightmare of jenkins I have to give up and > hope the community can help me... > > I just want to create a simple job with this tasks: > >1. If I click on "Bu

Github with jenkins

2016-09-04 Thread dit. k
After 2 days of configuration nightmare of jenkins I have to give up and hope the community can help me... I just want to create a simple job with this tasks: 1. If I click on "Build" jenkins clones my project from private repsitory on github 2. then, project should be compiled (maven)