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

TeamCity 8+ ignores SLACK_CHANNEL #10

Open
jsmithtx opened this issue Jul 21, 2014 · 2 comments
Open

TeamCity 8+ ignores SLACK_CHANNEL #10

jsmithtx opened this issue Jul 21, 2014 · 2 comments
Assignees

Comments

@jsmithtx
Copy link

It appears that TeamCity 8+ is ignoring the env.SLACK_CHANNEL defined in the different projects and always using whatever is defined in the main_config file.

@jasonconnery
Copy link
Member

If you want to change the channel at a project level give the project xml config a shot :

Somewhere inside .BuildServer/config/ProjectName/ there will be a plugin-settings.xml

<settings>
  <slackSettings enabled="true">
    <channel>#blah</channel>
  </slackSettings>
</settings>

I think on TC8 it's in a pluginData sub folder

@jasonconnery jasonconnery self-assigned this Jul 23, 2014
@jsmithtx
Copy link
Author

The config-approach works; looks like just the TC env project-setting does not.

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

No branches or pull requests

2 participants