Branch: refs/heads/development
Home: https://github.com/jenkinsci/influxdb-plugin
Commit: d6ef358c005c6691103c99a123c0775dc42b86e7
https://github.com/jenkinsci/influxdb-plugin/commit/d6ef358c005c6691103c99a123c0775dc42b86e7
Author: Fabian Knittel <[email protected]>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M
src/main/java/jenkinsci/plugins/influxdb/generators/serenity/SerenityJsonSummaryFile.java
M
src/main/java/jenkinsci/plugins/influxdb/generators/serenity/SerenityPointGenerator.java
A
src/test/java/jenkinsci/plugins/influxdb/generators/serenity/SerenityJsonSummaryFileTest.java
Log Message:
-----------
JENKINS-69384 - SerenityJsonSummaryFile: Add support for missing workspace
(#171)
* SerenityJsonSummaryFile: Check for missing workspace (#163)
* add tests for SerenityJsonSummaryFile
* when called outside of a workspace, workspace is null -> added check
for that edge case to avoid passing in null to Paths.get(), which
avoids NPE on Java 17
* Remove null check for serenityjsonfile (#163)
serenityjsonfile is never null, so reduce unnecessary clutter.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/influxdb-plugin/push/refs/heads/development/49a8a5-d6ef35%40github.com.