-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the global config stuff that was accidently included in readme
Also added a TODO
- Loading branch information
1 parent
945994e
commit 379912f
Showing
2 changed files
with
1 addition
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,21 +19,6 @@ Unofortonatly the "WebHook" notifications in RunDeck did not work properly as th | |
* Put the URL in the 'Rocket.Chat WebHook URL' field | ||
* Fill in the name of the channel you want the notifications to go too. | ||
|
||
### Global properties | ||
This following properties can be set at the framework or project level in the relevant config files if you want the config to be universially the same. | ||
|
||
#### WebHook URL | ||
project level - project.plugin.Notification.RocketChatNotification.webhook_url=value | ||
|
||
framework level: framework.plugin.Notification.RocketChatNotification.webhook_url=value | ||
|
||
|
||
#### Channel | ||
project level: project.plugin.Notification.RocketChatNotification.room=#general | ||
|
||
framework level: framework.plugin.Notification.RocketChatNotification.room=#general | ||
|
||
|
||
# Building from Source | ||
```sh | ||
$ git clone [email protected]:jszaszvari/rundeck-rocketchat-notifier.git | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
TODO: Add global/framework stuff so that the plugin can be configured on a per project basis |