hello, I want to run a method in my local intellij. It is part of jenkins java plugin. How to run this in local Intellij by providing the parameters(Run<?, ?> run, TaskListener listener, AssemblerPluginAction action
). In CI execution this are automatically taken, but how to set them in local?
public static void processAndPublishUTData(Run<?, ?> run, TaskListener listener, AssemblerPluginAction action) {
TestResultsParser testResultsParser = null;
CIRunContext runContext = null;