背景

问题描述

解决方案

[11:15:12]: Upload success. Visit this URL to see: https://www.pgyer.com/TVow

复用之前的脚本

【set build description】插件

https://www.pgyer.com/TVow[emdxxxxxxxxxxxxxx   (后面会有和颜色相关的一些字符,很不爽)

groovy 脚本实现

def m = manager.getLogMatcher("^.*Visit this URL to see: (.*)\$")
if(m != null && m.matches()) {
  log_str = m.group(1)
  log_str = log_str.substring(0, 26)
  def currentBuild = Thread.currentThread().executable
  def description = "<a href='${log_str}'>jump to pgyer</a>"
  currentBuild.setDescription(description)
}

后记


↙↙↙阅读原文可查看相关链接,并与作者交流