Optionally specify the template used to construct the notifications sent to the Campfire room, if
different than the global notification template.
Supported replacements:
- %PROJECT_NAME% -- Name of the Jenkins project
- %PROJECT_DISPLAY_NAME% -- Display name of the Jenkins project
- %PROJECT_FULL_NAME% -- Full name of the Jenkins project (includes names of parent projects)
- %PROJECT_FULL_DISPLAY_NAME% -- Full display name of the Jenkins project (includes display names of parent projects)
- %BUILD_DISPLAY_NAME% -- Display name for a particular build
- %RESULT% -- Result of a particular build (capitalized)
- %SMART_RESULT% -- Result of a particular build (capitalized except for "success")
- %CHANGES% -- Brief description of the changes in the build
- %BUILD_URL% -- URL for a particular build
- %% -- Bare % character
Default: %PROJECT_NAME% %BUILD_DISPLAY_NAME% (%CHANGES%): %SMART_RESULT% (%BUILD_URL%)