开发者

Jenkins (Hudson) plugin to translate revision number to build number

开发者 https://www.devze.com 2023-03-08 23:55 出处:网络
I\'m looking to a Jenkins (fka Hudson) plugin to visualize which revision number is connected to each build number (SCM is SVN, build done by maven).

I'm looking to a Jenkins (fka Hudson) plugin to visualize which revision number is connected to each build number (SCM is SVN, build done by maven).

Does anyone know of such a plugin?

Update1: Yes, I know of svn tags, we use them, we can go to svn to understand this information - b开发者_Python百科ut it's a cumbersome way to understand which build includes my fix.


I use the description setter plugin with regex Updated to revision (.*) and description r\1

0

精彩评论

暂无评论...
验证码 换一张
取 消