You could write a custom plugin. It's not to hard. The built in triggers
are checked once every minute so the best resolution you will get with
those is once per minute. There is nothing stopping you from implementing a
custom trigger that causes builds to be triggered every second or every 15
seconds.

https://github.com/jenkinsci/random-job-builder-plugin

is an example of a plugin that does job scheduling if you want a reasonable
starting point (though that plugin is serving a different use case)


On 2 July 2014 09:42, Swapnil Pawar <vedant.swap...@gmail.com> wrote:

> Hi,
>
> Can you please tell me How I can schedule Jenkins Job which will execute
> every after 15 seconds.
>
> Regards,
> Swapnil
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to