|
Build trigger that polls a directory and starts a build if certain files are found within that directory.
Instructions
See also: Requirements
Release HistoryNew releases may take a few hours to appear in the update center.
|
|
Build trigger that polls a directory and starts a build if certain files are found within that directory.
Instructions
See also: Requirements
Release HistoryNew releases may take a few hours to appear in the update center.
|
Comments (2)
Jul 13, 2010
Adam Chandler says:
In (at least) your FilesFoundTrigger.java code, you use the isEmpty() method on ...In (at least) your FilesFoundTrigger.java code, you use the isEmpty() method on the string class, which I believe wasn't introduced until Java 6. This makes the plugin incompatible with older versions of 1.5+. Was that your wish? Or could you make this backward-compatible with anything that Hudson itself is compatible with?
UPDATE: I rebuilt after removing the .isEmpty() calls in your two source files and all works as expected on a 1.5+ system.
Jul 18, 2010
Steven Brown says:
Thanks for letting me know, Adam. Fixed in release 1.1.3.Thanks for letting me know, Adam. Fixed in release 1.1.3.