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()