Any other build-specific properties accessible by indexer
The build date of the agent project.
The value is in ISO 8601 format and parsable by new Date(<isoString>)
or Date.parse(<isoString>)
.
The build mode of the agent project. Indicates whether the agent is built for a production, development, staging, or any other custom build environment.
By default, the value is acquired from environment variable setting
COATY_ENV
if specified; otherwise it defaults to "development".
Generated using TypeDoc
Represents information about agent build.