forked from jlewallen/jenkins-hipchat-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review changes for message templating
closes jlewallen#25
- Loading branch information
Showing
11 changed files
with
64 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
src/main/java/jenkins/plugins/hipchat/impl/HipChatV1Service.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
src/main/java/jenkins/plugins/hipchat/impl/HipChatV2Service.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<div> | ||
<p> | ||
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 <em>$VAR_NAME</em>. Additional the following | ||
All normal build variables can be used with the notation <em>$VAR_NAME</em>. Additionally the following | ||
variables are provided: | ||
</p> | ||
<ul> | ||
<li><strong>$DURATION</strong> - duration of the build in human readable form. Example: 13 min</li> | ||
<li><strong>$URL</strong> - URL to the job page on jenkins. You can use normal HTML to create a link | ||
i.e: <a href="$URL">More Info<a> </li> | ||
<li><strong>$CAUSE</strong> - cause of this change. i.e. 'starte by user foo'</li> | ||
i.e: <a href="$URL">More Info</a> </li> | ||
<li><strong>$CAUSE</strong> - cause of this change. Example: 'Started by user foo'</li> | ||
<li><strong>$CHANGES</strong> - a short overview of the changes that caused that job, if available</li> | ||
<li><strong>$CHANGES_OR_CAUSE</strong> - either $CHANGES or $CAUSE, see above</li> | ||
<li><strong>$STATUS</strong> - the status of the build, i.e. 'Success'</li> | ||
<li><strong>$STATUS</strong> - the status of the build. Example: 'Success'</li> | ||
<li><strong>$PRINT_FULL_ENV</strong> - dump of all variables, use this only for debugging purposes. | ||
Be aware that it also contains the full host environment and which might contain sensitive information. | ||
Be aware that it also contains the full host environment which might contain sensitive information. | ||
</li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.