Re: Scheduler selenium testing with jenkins

2013-10-25 Thread JonathanRRogers
On Friday, October 25, 2013 8:55:17 AM UTC-4, raf das wrote:
>
> I'm currently using quartz scheduler to run selenium every 5 minutes, so I 
> generate a file. JAR and run in quartz.
>
> If the test has an error, I get an email.
>
> how can I get this same functionality in jenkins? 
>
>
You can make a job with a shell script that runs your Selenium tests. Add a 
post build email action and enable "Build periodically" under "Build 
Triggers".

-- 
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/groups/opt_out.


Scheduler selenium testing with jenkins

2013-10-25 Thread raf das
I'm currently using quartz scheduler to run selenium every 5 minutes, so I 
generate a file. JAR and run in quartz.

If the test has an error, I get an email.

how can I get this same functionality in jenkins? 

Thanks,
Rafael

-- 
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/groups/opt_out.