If a build doesn't require access to desktop (only using command line tools and tests) this option can be checked.
This option allows Jenkins to configure the build process in headless mode
by adding -Djava.awt.headless=true
to MAVEN_OPTS
.
This is usefull on OSX to avoid Dock icons taking focus. This option may also in future releases be used to select adequate agent instance.