Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to pass '@user' as value renders '. . .' #9

Open
trentdavida opened this issue Apr 14, 2017 · 2 comments
Open

Trying to pass '@user' as value renders '. . .' #9

trentdavida opened this issue Apr 14, 2017 · 2 comments

Comments

@trentdavida
Copy link

trentdavida commented Apr 14, 2017

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.

@outofcoffee
Copy link
Owner

Hi David. This is a nice idea for a feature. Would you be able to provide an example of your configuration?

@outofcoffee
Copy link
Owner

outofcoffee commented May 27, 2017

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants