1
0
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:
Dima
2024-12-15 16:15:16 +03:00
parent db2f14381b
commit 326abf1ede

View File

@@ -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