1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Update src/ru/pulsar/jenkins/library/steps/WithCoverage.groovy

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Dima Ovcharenko
2024-12-16 18:43:52 +03:00
committed by GitHub
parent bcc368cb05
commit 92bff7aabb

View File

@@ -68,7 +68,7 @@ class WithCoverage implements Serializable {
def pidsArray = pids.split(" ")
pidsArray.each {
pidsForCmd += "/PID $it"
pidsForCmd += " /PID $it"
}
pidsForCmd = pidsForCmd.trim()