in jobs/netbeansbase.groovy [91:101]
and runs platform tests (ant test-platform) that aren't marked with
<code>@RandomlyFails</code> annotation.
There is also a <a href="../netbeans-linux">Linux version</a> of this build.</html>""")
label('Windows')
steps {
ant {
targets(['build','test-platform'])
props('test-unit-sys-prop.ignore.random.failures': 'true','continue.after.failing.tests':'true')
antInstallation(antversion+"_windows")
}
}