1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00
This commit is contained in:
Dima
2024-09-02 19:48:53 +03:00
parent 8c1a119f22
commit c147ebb924

View File

@@ -142,6 +142,6 @@ class Yaxunit implements Serializable {
} else {
pids = steps.bat("chcp 65001 > nul \nfor /f \"tokens=2\" %a in ('tasklist ^| findstr $name') do @echo %a", false, true, 'UTF-8')
}
return pids.split('\n')
return pids.split('\n').toList()
}
}