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')
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
>
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
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
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
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
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)