Description
When running a build locally, without the use of CloudBees Build Acceleration agents, eMake does not have access to the data needed to enable various annotation detail levels, such as file or history details. In local mode, only basic, env and waiting annotation detail levels are permitted.
Reasons
The user has specified --emake-annodetail
with an unsupported
annotation detail level when invoking eMake in local mode (that is,
eMake is not using CloudBees Build Acceleration agents). This error most commonly occurs
when the user has forgotten to specify a cluster manager when invoking
eMake, with either the EMAKE_CM environment variable or the
--emake-cm
command-line option.
Fixes
If you intended to invoke eMake in local mode, you must remove the
invalid detail level from the --emake-annodetail
option. The error
message indicates which annotation detail level caused the error.
If you did not intend to invoke eMake in local mode, ensure that you
have specified a Cluster Manager for eMake to use, either by setting the
EMAKE_CM environment variable, or by adding the --emake-cm
option to
your eMake command-line.