简体   繁体   中英

Section 'Global Slack Notifier Setting' not showing after installing "Slack Notification Plugin" in my configure section of Jenkins

My Jenkins Version is 2.190.1

I need to ask regarding the implementation of slack notifications in jenkins, although i have gone through many of the tutorials, but the problem is i have installed the plugin successfully when i go to configure Jenkins, Section of "Global Slack Notifier Setting" is missing although slack notification dropdown is shown in post-build section of the Job but not in configure where we used to add these two information

**Team Subdomain & Integration Token **

i am only just able to see this section in Jenkins->Configure section

在此处输入图像描述

Thanks

Now it is shown as Slack and we need to add slack credentials in credentials page. And then import them in here这里

This was happening to me. I figured out that you dont need to add ".slack.com" after your workspace. so DONT DO "workspaceexample.slack.com" DO "workspaceexample". This worked for me.

The solution proposed by @giturr14 is correct. For the sake of completeness, I want to add that,

  • The team sub-domain must be entered under "workspace"
  • The integration token must be entered via credential->Add, then select "secret text" and enter the token under secrets, give id and description.

Then select your secret and press "test connection".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM