Question

I am calling a perl script using my hudson job. This script is responsible for getting data from cvs and svn and then running an operation on this data. Now during the weekend this script just didn't stop running. This happened because a particular cvs location was locked and the script was waiting for the locks to be released. How can I make hudson notify me in such scenarios?

No correct solution

OTHER TIPS

Check out the build timeout plugin.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top