You've already forked jenkins-lib
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:
@@ -68,7 +68,7 @@ class WithCoverage implements Serializable {
|
||||
def pidsArray = pids.split(" ")
|
||||
|
||||
pidsArray.each {
|
||||
pidsForCmd += "/PID $it"
|
||||
pidsForCmd += " /PID $it"
|
||||
}
|
||||
pidsForCmd = pidsForCmd.trim()
|
||||
|
||||
|
Reference in New Issue
Block a user