Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Dec 2, 2024
1 parent 859cbdb commit 0f6806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/utils/CoverageUtils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class CoverageUtils {
final osResultPath = "build/dbgs.os"
steps.writeFile(osResultPath, osResourcePath, 'UTF-8')

dbgsPath = steps.cmd("${osResultPath} ${config.v8version}", false, true)
dbgsPath = steps.cmd("oscript ${osResultPath} ${config.v8version}", false, true)
}

if (dbgsPath.isEmpty()) {
Expand Down

0 comments on commit 0f6806b

Please sign in to comment.