The comment to be set for the Testlab test run to create or update.
In this field the build time environmental variables of Jenkins are handy. In addition to the by default set environment variables this plugin registers the following variables that can be used for configuration values:
Variable | Description |
${BUILD_FULL_DISPLAY_NAME} | Combined full display name of the build with job name and build number. For example 'my jenkins job #133' |
${BUILD_RESULT} | Result of the build. For example 'SUCCESS' or 'UNSTABLE'. |
${BUILD_STATUS} | Summary of the overall build. For example 'broken for a long time'. |
To use variables in your configuration values make sure to enter tags as ${VARIABLE}.