You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
Fix returned value
This commit is contained in:
@@ -9,7 +9,7 @@ import ru.pulsar.jenkins.library.steps.Coverable
|
||||
import ru.pulsar.jenkins.library.steps.CoverageContext
|
||||
|
||||
class CoverageUtils {
|
||||
static ArrayList<String> getPIDs(String name) {
|
||||
static List<String> getPIDs(String name) {
|
||||
|
||||
IStepExecutor steps = ContextRegistry.getContext().getStepExecutor()
|
||||
|
||||
|
Reference in New Issue
Block a user