melexis / warnings-plugin

Command-line tool for marking builds with too many warnings as failed. A command-line alternative for https://github.com/jenkinsci/warnings-plugin. Useable with plugin-less CI systems like Gitlab-CI and even Travis-CI
Apache License 2.0
7 stars 3 forks source link

Add configurability to descriptions of Code Quality report entries #129

Closed JasperCraeghs closed 9 months ago

JasperCraeghs commented 11 months ago

You can now configure the description for the Code Quality report entries by defining a Python string.Template template that has access to a Python variable description and all environment variables with their name as Python variables. Example template:

$HOME: $description