Emma report in email-ext groovy template

2015-06-23 Thread Ankit Singhal
HI I want to use Emma report in Email-ext groovy templates. The sample template always talk about cobertura objects. Any idea on how to get the Emma coverage object? Regards Ankit -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: Handling testcases involving reboot during execution of Job on Slave

2015-04-24 Thread Ankit Singhal
he job. Multiple > jobs allow you to have the job wait for the slave agent to become > available, then it immediately starts the job. > > On Thu, Apr 23, 2015 at 12:27 PM Ankit Singhal > wrote: > >> Hi >> >> I need some help in solving the reboot problem. &g

Handling testcases involving reboot during execution of Job on Slave

2015-04-23 Thread Ankit Singhal
Hi I need some help in solving the reboot problem. The Workflow is as follows: 1) Project 1 creates a Windows Installable package. 2) Project 2 is called once the Project1 is completed and Package is pushed to Slave associated with Project 2. 3) Project 2 now runs some commands on Slave 2 Comm

Re: doskey support in "Execute Windows batch command" option.

2015-04-11 Thread Ankit Singhal
Anyone?? On Saturday, April 11, 2015 at 9:22:37 AM UTC+5:30, Ankit Singhal wrote: > > Hi All > > We have build script which sets a doskey for certain commands. > > Jenkins somehow is not able to recognize doskey: > > Problem is easily reproducib

doskey support in "Execute Windows batch command" option.

2015-04-10 Thread Ankit Singhal
Hi All We have build script which sets a doskey for certain commands. Jenkins somehow is not able to recognize doskey: Problem is easily reproducible, *Script: foo.bat* doskey d=dir === *Jenkins : Execute Windows batch command* ^