From 92bff7aabb7a2045692641940f612ea570b16e5d Mon Sep 17 00:00:00 2001 From: Dima Ovcharenko Date: Mon, 16 Dec 2024 18:43:52 +0300 Subject: [PATCH] Update src/ru/pulsar/jenkins/library/steps/WithCoverage.groovy Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/ru/pulsar/jenkins/library/steps/WithCoverage.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ru/pulsar/jenkins/library/steps/WithCoverage.groovy b/src/ru/pulsar/jenkins/library/steps/WithCoverage.groovy index f1542a75..2909a3f1 100644 --- a/src/ru/pulsar/jenkins/library/steps/WithCoverage.groovy +++ b/src/ru/pulsar/jenkins/library/steps/WithCoverage.groovy @@ -68,7 +68,7 @@ class WithCoverage implements Serializable { def pidsArray = pids.split(" ") pidsArray.each { - pidsForCmd += "/PID $it" + pidsForCmd += " /PID $it" } pidsForCmd = pidsForCmd.trim()