You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
always return 0
This commit is contained in:
@@ -17,7 +17,7 @@ class CoverageUtils {
|
||||
def script
|
||||
|
||||
if (steps.isUnix()) {
|
||||
script = "ps -C '$name' -o pid="
|
||||
script = "ps -C '$name' -o pid= || true"
|
||||
pids = steps.sh(script, false, true, 'UTF-8')
|
||||
} else {
|
||||
script = """@echo off
|
||||
|
Reference in New Issue
Block a user