Configures the message that will be displayed in the room. If left blank a default value will be used.
All normal build variables can be used with the notation $VAR_NAME. Additionally the following
variables are provided:
- $DURATION - duration of the build in human readable form. Example: 13 min
- $URL - URL to the job page on jenkins. You can use normal HTML to create a link
i.e: <a href="$URL">More Info</a>
- $CAUSE - cause of this change. Example: 'Started by user foo'
- $CHANGES - a short overview of the changes that caused that job, if available
- $CHANGES_OR_CAUSE - either $CHANGES or $CAUSE, see above
- $STATUS - the status of the build. Example: 'Success'
- $FAILED_TEST_COUNT - the number of failed tests.
- $TEST_COUNT - the number of tests ran.
- $PRINT_FULL_ENV - dump of all variables, use this only for debugging purposes.
Be aware that it also contains the full host environment which might contain sensitive information.