Releases: artstorm/jenkins-shared-library-unity
Releases · artstorm/jenkins-shared-library-unity
v1.4.1
What's Changed
- Fixed that datatypes was not set in fields for InfluxDB measurements by @artstorm in #8
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Add getFileSize and getDirectorySize utils.
- Add handling InfluxDB measurements.
Full Changelog: v1.3.0...v1.4.0
1.3.0
New Features
- Add automatic handling of GitHub CheckRun id. (222da62)
- Add conclusion argument to create GitHub CheckRun. (88eff57)
v1.1.0
New Features
- Add
git.getTrailerValue()
function.
1.0.3
- Added
unityBuildNumber()
.
1.0.2
- unityCodeCoverageReport: Added the generateAdditionalMetrics flag.
v1.0.1
- getBuildType: Lowercased returned build type names.
- getBuildType: Added release as an additional build type, based on /release/ git branch prefix.