I just modified the Jenkins configuration as proposed in previous email, with one additional change: I limited the builds saved by Jenkins to 7 last days (previous configuration was putting no limit on the amount of builds to save). Of course we can change that duration if we need a longer history.

However we have random build failure. One of them is:

Failed to execute goal (...snip...) (start-jetty) on project sis-webapp: Failure.
Caused by: java.net.BindException: Address already in use

I'm not familiar with Jetty, but I wonder if we are limited in the number of applications using Jetty concurrently, in which case the build failure or success would depend on the other projects being built concurrently. In such case, one possible approach would be to disable the sis-webapp tests if some profile in enabled, and that profile would be enabled on Jenkins.

    Martin

Reply via email to