Re: trigger Jenkins build on git commit without using hook

2017-11-30 Thread 'Pulkit Lall' via Jenkins Users
-receive hook in the git repository. The >> post-receive hook script is called when commits are pushed to the >> repository. >> >> Mark Waite >> >> On Sun, Nov 26, 2017 at 9:34 PM 'Pulkit Lall' via Jenkins Users < >> jenkins...@google

Re: trigger Jenkins build on git commit without using hook

2017-11-26 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
ory. > > Mark Waite > > On Sun, Nov 26, 2017 at 9:34 PM 'Pulkit Lall' via Jenkins Users < > jenkins...@googlegroups.com > wrote: > >> Also would not like to use time in polling (Sorry, forgot to add in >> original post) >> >> >> On Mond

Re: trigger Jenkins build on git commit without using hook

2017-11-26 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Also would not like to use time in polling (Sorry, forgot to add in original post) On Monday, 27 November 2017 09:53:48 UTC+5:30, Pulkit Lall wrote: > > 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

trigger Jenkins build on git commit without using hook

2017-11-26 Thread &#x27;Pulkit Lall&#x27; 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

Email publisher in Multi-configuration job

2016-08-22 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Hi, I have a Jenkins Multi-configuration job which build 1X3 jobs. I have 2 questions regarding this: 1. Once the build is complete, an email is sent with details like link to job, artifacts, build console, etc. but the problem is for artifacts and build console, I am not able to send email in t

Re: Automated installers testing

2015-08-31 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
t task" and found > immediate hits. Same for "Python py.test". > > Mark Waite > > On Sun, Aug 30, 2015 at 9:56 PM 'Pulkit Lall' via Jenkins Users < > jenkins...@googlegroups.com > wrote: > >> Mark, >> Thanks for providing your valua

Re: Automated installers testing

2015-08-30 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
t; - Ruby CI::Reporter > > If you write your test in one of those, Jenkins jobs can read the JUnit > xml output and show nice summaries and histories. > > Mark Waite > > > On Fri, Aug 28, 2015 at 3:24 AM 'Pulkit Lall' via Jenkins Users < > jenkins...@googl

Re: Automated installers testing

2015-08-28 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
;d start by > getting a scripted thing up and running and then you can have Jenkins call > that script when things change etc. > > Richard. > > On Wed, 19 Aug 2015 8:43 pm 'Pulkit Lall' via Jenkins Users < > jenkins...@googlegroups.com > wrote: > >> Hi All,

MSI testing via jenkins

2015-08-27 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Scenario: 1. Install MSI 2. Perform Tests on it like directory created, etc. 3. Collect the test results 4. Publish the report in Jenkins via Junit or any other. Can anyone please suggest any solution or any alternate for this. -- You received this message because you are subscribed to the Googl

Re: JUnit + Jenkins example

2015-08-25 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
generate reports action. > > On 25/08/2015 07:59, 'Pulkit Lall' via Jenkins Users wrote: > > Hi All, > I tried google search but could not find a simple JUnit + Jenkins example. > I need to create a job and display the result in JUnit but am not sure of > the steps.

Re: JUnit + Jenkins example

2015-08-25 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
r where the xml files created by using the > generate reports action. > > On 25/08/2015 07:59, 'Pulkit Lall' via Jenkins Users wrote: > > Hi All, > I tried google search but could not find a simple JUnit + Jenkins example. > I need to create a job and display the resul

JUnit + Jenkins example

2015-08-24 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Hi All, I tried google search but could not find a simple JUnit + Jenkins example. I need to create a job and display the result in JUnit but am not sure of the steps. Anyone knows where I can check for the Junit+Jenkins sample from scratch. TIA. -- You received this message because you are su

Re: Another Jenkins server as backup

2015-08-19 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Thanks Khai Do  Regards, Pulkit Lall. On Thursday, 20 August 2015 8:33 AM, Khai Do wrote: Pulkit,  Another option that might work for you is having multiple jenkins masters.  Take a look at the gearman plugin, it might help you with your use case: https://wiki.jenkins-ci.org/d

RE: Another Jenkins server as backup

2015-08-19 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Thanks Brian Will have a look and let you know. -Original Message- From: "Brian Ray" Sent: ‎20-‎08-‎2015 12:08 AM To: "Jenkins Users" Subject: Re: Another Jenkins server as backup The last chapter of the book Jenkins: The Definitive Guide describes a few practices that, if used tog

Re: Automated installers testing

2015-08-19 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
n you can have Jenkins call > that script when things change etc. > > Richard. > > On Wed, 19 Aug 2015 8:43 pm 'Pulkit Lall' via Jenkins Users < > jenkins...@googlegroups.com > wrote: > >> Hi All, >> I have a scenario where I think Jenkins could hel

Automated installers testing

2015-08-19 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Hi All, I have a scenario where I think Jenkins could help me a lot if its possible I did my best to explain the scenario but if there are still any questions, I will be glad to answer them. I have multiple jobs in Jenkins which are compiling code, creating installers (Windows and Linux), c

Re: Another Jenkins server as backup

2015-08-18 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
After spending some time I also heard of HA. Any idea regarding this or where can I find proper documentation for this process? On Thursday, 13 August 2015 23:03:31 UTC+5:30, Wei-min Lee wrote: > > If there's concern about jobs in flight, then periodic versioning of the > matter config and files

Re: Another Jenkins server as backup

2015-08-18 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Khai Do, I had thought of this but one scenario was if Jenkins administrator is on leave and if by chance Jenkins server crashed then administrator will not be there to resolve it and there could be chances that by the time he arrives there will be a huge loss. So, I thought of automated failOve

Re: Another Jenkins server as backup

2015-08-18 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Wei-min Lee, thanks for the help but am currently not open to paid solution. On Wednesday, 12 August 2015 22:20:03 UTC+5:30, Wei-min Lee wrote: > > I think what you're looking for is a paid solution, > https://www.cloudbees.com/products/cloudbees-jenkins-platform/enterprise-edition/features/high-

Another Jenkins server as backup

2015-08-11 Thread &#x27;Pulkit Lall&#x27; via Jenkins Users
Hi everyone, I am new to Jenkins and just thought of doing the below mentioned scenario but not sure how to proceed. Here is the scenario: I have Jenkins server running on my Linux/Windows machine which runs multiple jobs. Now, the problem that I thought was if some one triggered a job in J