简体   繁体   English

Jenkins:电子邮件通知:邮件正文中的最新构建状态URL

[英]Jenkins : Email Notification : Latest build status URL in the mail body

I use Jenkins extended email notification plugin to get an email after a build finishes... and when i get the mail i see URL which gives the latest changes done to the build for ex:something like: <://abcd.l%20Automation%20-%20IE8%20Browser/changes>... 我使用Jenkins扩展电子邮件通知插件在构建完成后获取电子邮件...,当我收到邮件时,我看到的URL给出了对构建所做的最新更改,例如:<://abcd.l% 20Automation%20-%20IE8%20Browser /修改> ...

Instead of this i would like to see the URL in the mail which directly gives the build status for ex: some thing like://abcd.l%20Automation%20-%20IE8%20Browser/buildnumber>...so that clicking on this URL should directly open the build status page.... 取而代之的是,我想在邮件中看到直接提供ex生成状态的URL:诸如://abcd.l%20Automation%20-%20IE8%20Browser/buildnumber>之类的东西,以便单击此URL应该直接打开构建状态页面。

is there any way we can configure with the jenkins ? 有什么方法可以配置詹金斯吗?

I have default content being set as below : $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS: 我的默认内容设置如下:$ PROJECT_NAME-版本号$ BUILD_NUMBER-$ BUILD_STATUS:

Check console output at $BUILD_URL to view the results. 检查$ BUILD_URL的控制台输出以查看结果。

please let me know ... musaffir 请让我知道...

$BUILD_URL should work. $ BUILD_URL应该可以。

Please check "Advanced Settings" of "Editable Email Notification" plugin in your job. 请检查工作中“可编辑电子邮件通知”插件的“高级设置”。 You might have overridden the default settings of "Failure" trigger 您可能已经覆盖了“失败”触发器的默认设置

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 jenkins扩展电子邮件通知:$ {BUILD_URL}的端口错误 - jenkins Extended E-mail Notification: ${BUILD_URL} 's port is wrong Jenkins 2.273.1 “可编辑的 Email 通知”发送带有“$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!”的电子邮件内容 - Jenkins 2.273.1 “Editable Email Notification” sending emails with “$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!” content Jenkins电子邮件通知中未扩展$ BUILD_USER - $BUILD_USER not expanded in Jenkins email notification Jenkins可编辑的电子邮件通知附件:邮件不带附件 - Jenkins editable email notification attachment : Mail going without attachment Jenkins Build-flow + Email-ext,邮件未发送 - Jenkins Build-flow + Email-ext, mail not sent 发送针对特定版本的Jenkins版本的电子邮件通知 - Sending out email notification for Jenkins build for a particular builds 如何在Jenkins中向开发人员发送电子邮件通知以进行构建失败 - how to send email notification to developer for build failure in Jenkins Jenkins iOS构建中Office 365的电子邮件通知失败 - Email notification for Office 365 in jenkins ios build fails Jenkins电子邮件通知因编译错误而导致构建失败 - Jenkins email notification for build failure due to compile error Jenkins-可编辑的电子邮件通知插件-整个构建失败 - Jenkins - Editable Email Notification Plugin - Fails the whole build
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM