Thanks for the reply... Thank you so much
On Thu, May 8, 2014 at 4:16 PM, Maciej Jaros <[email protected]> wrote: > amol likhite (2014-05-08 05:51): > > Hi Mark, > > Thanks for the quick reply. > > I am currently executing the Jmeter scripts through Jenkins and showing > the generated data on the web site for continuous monitoring. > As per requirement some of the scripts need to be execute after every 5 > seconds and some of them after every 5 minutes. > > I have created 2 jobs under Jenkins one will start after every 5 minutes > and other will start after 2 minutes as currently I don't have solution to > run every after 5 seconds. > > > Have a look at: > > http://stackoverflow.com/questions/1034243/how-to-get-a-unix-script-to-run-every-15-seconds > > > > Thanks in advance. > > Regards, > Amol Likhite > > On Wednesday, May 7, 2014 9:24:40 PM UTC+5:30, Mark Waite wrote: >> >> Couldn't the job be defined to do its planned steps then add a concluding >> step which launches the job again. Make the job delay be 5 seconds, and >> let the job delay time handle the 5 seconds between jobs. >> >> Mark Waite >> On May 7, 2014 9:06 AM, "Scott Evans" <[email protected]> wrote: >> >>> Amol, >>> >>> This seems rather unusual to need to have a job run every 5 seconds. >>> If you could let us know what you're trying to accomplish, there is most >>> likely another way that's better than a continuously running job. >>> >>> Scott >>> >>> >>> On Wed, May 7, 2014 at 10:03 AM, Daniel Beck <[email protected]> wrote: >>> >>>> This isn't straightforward in Jenkins. >>>> >>>> Are you sure you're not using it as a golden hammer? >>>> >>>> On 07.05.2014, at 16:48, amol likhite <[email protected]> wrote: >>>> >>>> > Hi, >>>> > >>>> > Want to schedule a Jenkins job which will run after every 5 seconds. >>>> > >>>> > Thanks in advance. >>>> > >>>> > Regards, >>>> > Amol Likhite >>>> > >>>> > -- >>>> > You received this message because you are subscribed to the Google >>>> Groups "Jenkins Users" group. >>>> > To unsubscribe from this group and stop receiving emails from it, >>>> send an email to [email protected]. >>>> > For more options, visit https://groups.google.com/d/optout. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Jenkins Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > > > > > [image: MOL sp. z o.o.] *Maciej Jaros* > e-mail: [email protected] > WWW: www.mol.pl > tel: 58 669 80 90 > fax: 58 669 80 91 > > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/ll8lki3jT_w/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Amol Likhite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
