Skip to content

Commit

Permalink
Fix NPE on build process finalisation (#522)
Browse files Browse the repository at this point in the history
* Fix NPE on build process finalisation

Signed-off-by: Dennis Behm <[email protected]>
  • Loading branch information
dennis-behm authored Jun 28, 2024
1 parent a2c69f9 commit 8f46f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ try {
println(errorMsg)
props.error = "true"
buildUtils.updateBuildResult(errorMsg:errorMsg)
finalizeBuildProcess(start:startTime, 0)
finalizeBuildProcess(start:startTime, count:0)
}

// create build list
Expand Down

0 comments on commit 8f46f85

Please sign in to comment.