Re: trigger Jenkins build on git commit without using hook

2017-11-26 Thread 'Pulkit Lall' via Jenkins Users
Hi Mark, Thank you for replying. I am not against not using "hooks" but I do not want to update git repo and thus thought if there is a way to trigger Jenkins build on git commit without using hooks. If there is no alternative then I will have to use git hooks. Pulkit Lall On Monday, 27

Re: trigger Jenkins build on git commit without using hook

2017-11-26 Thread Mark Waite
Can you explain why you don't want to use "hooks"? Is your objection to webhooks (as used by github, bitbucket, gitea and others) or to repository hook scripts (like post-receive)? The "polling must die" blog post from Kohsuke explains why the /git/notifyCommit technique is better than polling.

trigger Jenkins build on git commit without using hook

2017-11-26 Thread 'Pulkit Lall' via Jenkins Users
Hi, We have a internal enterprise git repo (not github) which has many branches. I want Jenkins to trigger a build once checkin is made to git repo but I do not want to use git hooks. I would like to know if there is any other way to trigger Jenkins build on git commit without using hooks. TIA

Re: Suggestions for a jenkins dashboard

2017-11-26 Thread niristotle okram
Thanks for the suggestion, i will definitely give a try on that! On Sun, Nov 26, 2017 at 7:17 AM Baptiste Mathus wrote: > Being the maintainer of Radiator View Plugin, I'm not very objective, but > I can at least confirm it seems like it would work very fine for your goal. > We

Re: Jenkins Failure for initial Build

2017-11-26 Thread Victor Martinez
That particular error message doesn't provide enough details though, and it might be related to some environmental issue or something else, therefore I'd suggest to use some maven flags to detect what's the real error underneath: -e, --errorsProduce execution error messages-X, --debugProduce

Re: run jenkins pipeline fails "docker": error=2, No such file or directory

2017-11-26 Thread Oleg Nenashev
Hi, Docker CLI tool needs to be installed on the machine and available in PATH if you do not specify a Docker tool installation to be used. See the withTool() documentation if you need to specify a tool path:

Re: Dynamically load multiple libraries in one step

2017-11-26 Thread Oleg Nenashev
AFAIK no, but you can create a feature request in Jenkins JIRA. четверг, 23 ноября 2017 г., 12:55:47 UTC+3 пользователь Shiran написал: > > Hi, > As explained here , > a library can be dynamically retrieved in the following way: > >

Re: Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Oleg Nenashev
Hello, I have tried to install the specified version several times on my Windows 10 Pro amd64 version. I was unable to reproduce the issue after trying the installer with several different registry settings. I would assume that the instance actually had a non-clean JENKINS_HOME directory when

Re: Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Masaru Tsuchiyama
Hi, I re-download jenkins-2.91.zip And I reinstalled Jenkins, but it didn't happen. This is what I had done when I could reproduce it. 1. recover Windows 10 Pro with the recovery disk. 2. download jenkins-2.91.zip 3. extract it. 4. double-click jenkins.msi 5. change the install folder from

Re: Suggestions for a jenkins dashboard

2017-11-26 Thread Baptiste Mathus
Being the maintainer of Radiator View Plugin, I'm not very objective, but I can at least confirm it seems like it would work very fine for your goal. We do have it deployed and used on our instance, and it works well for us. And it was also used by many teams, and probably still is, in my previous

Re: Parameterized Scheduler is not working in the Jenkins

2017-11-26 Thread Baptiste Mathus
Yes, this issue is documented on https://github.com/jenkinsci/parameterized-scheduler-plugin/blob/master/README.md#configuration though I agree this is really not user-friendly. Cheers 2017-11-15 16:36 GMT+01:00 Jackson, Randy : > Rishabh, > > One little quirk I

Re: Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Baptiste Mathus
The issue had been confirmed and fixed in 2.81 for the 2.80. For the 2.91, I just tried using the Docker image, and couldn't reproduce either as you say. So either you need to come up with a way to reproduce, or I guess we'll assume you maybe actually didn't have a clean env on that Windows 10

Jenkins Failure for initial Build

2017-11-26 Thread Sridhar Babu
Hi I am new to Jenkins and started Learning and for my trail getting below Failure message. Could you please tell me what could be the issue Building in workspace C:\Program Files (x86)\Jenkins\workspace\atmosphere > C:\Program Files\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10

Re: Provisioning Docker Containers on a Remote Host Using Jenkins Master

2017-11-26 Thread Sujeet Kumar Padhi
Thanks for the reply Nicolas. I am quite new to Devops. It would be very helpful if you can elaborate a little bit about the docker plugin and steps or any blogs/docs i can follow. On Saturday, November 25, 2017 at 11:46:18 PM UTC+5:30, nicolas de loof wrote: > > Please give more details on

Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Masaru Tsuchiyama
Hello I installed Jenkins 2.91 cleanly on clean-installed Windows 10 Pro. But the security of Jenkins was disabled. I also tried it on Fedora 27 too. But I couldn't reproduce it. I had reported this for Jenkins 2.80 too.