On 2016-05-05, Lukasz Lenart wrote: > Any idea what can be wrong? This build used to work :(
> See <https://builds.apache.org/job/Struts-JDK6-support-2.3/1021/changes> Most likely there is no Java6 on the node. I've already blacklisted a bunch of nodes for the Commons Compress builds that require Java6 as well - they failed with equally unhelpful output. Our expression for selecting nodes is !solaris1 && !hadoop-win1 && !windows1 && !windows2 && !mac-mini-1 && !cloud-slave && !beam I think cloud-slave covers the jenkins-test nodes, I've added beam just recently. Stefan