我試着配置jenkins slack插件來發送通知給鬆弛通道。但它不起作用。我也跟着下面的指令:如何配置jenkins slack插件?
1. Get a Slack account: https://slack.com/
2. Configure the Jenkins integration: https://my.slack.com/services/new/jenkins-ci
3. Install this plugin on your Jenkins server.
4. Configure it in your Jenkins job (and optionally as global configuration) and add it as a Post-build action.
我在農閒的應用安裝jenkins
之後有一個關於如何配置詹金斯指令。但指令中提到的配置字段與我的jenkins配置稍有不同。
下面是從指令的配置截圖:
我詹金斯服務器的配置看起來像如下:
我怎麼能填在Base URL
我組態?我試圖填寫我的jenkins url
,但它不起作用。測試連接失敗。
我得到以下錯誤詹金斯系統日誌:
Slack post may have failed. Response: <html><head><meta http-equiv='refresh' content='1;url=/login?from=%2FOPRc9G4zB2JX289VOnTvfeey'/><script>window.location.replace('/login?from=%2FOPRc9G4zB2JX289VOnTvfeey');</script></head><body style='background-color:white; color:white;'>
Authentication required
<!--
You are authenticated as: anonymous
Groups that you are in:
Permission you need to have (but didn't): hudson.model.Hudson.Read
... which is implied by: hudson.security.Permission.GenericRead
... which is implied by: hudson.model.Hudson.Administer
-->
我試圖離開基地網址爲空,但仍然無法正常工作
您是否注意到此鏈接中的基礎服務器URL「https://support.cloudbees.com/hc/en-us/articles/226460047-How-do-I-configure-Slack-Plugin-」。 你有沒有在Jenkins中配置它並嘗試運行測試? –
我試圖在鏈接中設置我的詹金斯網址,但它不起作用。我試圖運行'test'連接,但總是失敗的結果。 –
我已經將基本網址留爲空白,並嘗試過測試連接,它獲得了成功,你試過了嗎? –