corebot
corebot copied to clipboard
Trying to pass '@user' as value renders '. . .'
I like to include someone's Slack handle with callout as an Option for a rundeck job. Passing the slack mention, does alert the individual appropriately, but it passes an ellipse instead of the user's handle.
Hi David. This is a nice idea for a feature. Would you be able to provide an example of your configuration?
@trentdavida Alternatively, we could implement this as a list of users to notify when a job is triggered. For example:
actions:
deploy-services:
driver: jenkins
jobId: "example"
template: deploy services {version} to {environment}
notify:
- outofcoffee
- trentdavida
...and then this could cause the reply message to be suffixed with:
FYI @outofcoffee @trentdavida
What do you think?