Hi,
with the e-mail template i can add issues as a separate item list. It is not possible to recognize issue links inside the commit message, however. The WebUI “Changes” does support this already. If this can be supported with the mail templates too, we can remove the issue column, thus gaining more visible space for the commit message.
Thomas
Sparky
(Dave Sparks)
October 10, 2019, 7:13am
2
Good idea - we’ll make a CommentHTML variable available next version (with issue links)
Hi Dave,
thanks a lot. The feature works fine with build 1.9.1.422. I had to remove the escape filter, though, which is necessary for the ‘comment’ variable.
For those interested - see both variants:
{{change.CommentHTML | newline_to_br}}
{{change.Comment | escape | newline_to_br}}
Sparky
(Dave Sparks)
October 16, 2019, 4:15am
4
It makes sense to bake the ‘newline_to_br’ filter into the CommentHTML property. We do this for the next version.
1 Like
Dave, that’s perfect and will make it easier to use out of the box
Released with Continua CI - 1.9.1.448
Thanks a lot! Works fine.
Hi All,
A new version of Continua CI has been uploaded and is available from Continua CI Downloads . The latest stable version of Continua is 1.9.1.448.
Changes in 1.9.1.448
Update: The DotNet Core property collectors updated to include later versions of the .Net Core runtime and SDK.
Update: The queued and running build count indicators in header now show the total number of builds for all users (rather than counting only those viewable by the current user).
Update: Improvements to performan…