Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Version 38

Compare
Choose a tag to compare
@fwilhe fwilhe released this 10 Jul 06:37
· 46 commits to master since this release

v38

New Features

The pipeline now sets the branchName property in non productive, non PR branches in sonar.
This allows usage of sonar in multi-branch setups, as sonar is made aware of which branch a check refers to.
Please note that this is not available in all versions of sonar.

Fixes

In previous versions, a faulty pipeline configuration could lead to a crash of the project "Piper" go cli.
In cases where, e.g., a boolean value is expected as a parameter but also a map could be provided, the program attempted to cast the boolean to a map.
This specific case is handled now, and the program does not crash anymore.