我在我的windows機器上有一個詹金斯的本地設置。 嘗試添加電子郵件ext插件,但會顯示附件中的錯誤。如何在jenkins中配置電子郵件通知?
hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/email-ext/2.44/email-ext.hpi
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1153)
at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1650)
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1848)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1624)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: http://updates.jenkins-ci.org/download/plugins/email-ext/2.44/email-ext.hpi
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
人工手動下載的.hpi並把它添加到插件的文件夾 仍然是無法看到的電子郵件通知部分,並在生成後的行動步驟的動作。
導航管理jenkins->配置系統 - >電子郵件通知部分不顯示
請給一些截圖,以便清楚地瞭解您的問題。 – 2016-08-02 10:25:45
@ NectarM-詹金斯設置中沒有任何部分作爲電子郵件通知。並且無法在添加依賴項後手動重新啓動它.Jenkins無法按當前配置重新啓動。顯示爲 –