Package io.jenkins.plugins.explain_error
Class PipelineLogExtractor
java.lang.Object
io.jenkins.plugins.explain_error.PipelineLogExtractor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the log output of the specific step that caused the pipeline failure.getUrl()
-
Field Details
-
URL_NAME
- See Also:
-
-
Constructor Details
-
PipelineLogExtractor
-
-
Method Details
-
getFailedStepLog
Extracts the log output of the specific step that caused the pipeline failure.- Returns:
- A non-null list of log lines for the failed step, or the overall build log if no failed step with a log is found.
- Throws:
IOException
-
getUrl
-