jenkinsci / jenkinsci/workflow-api-plugin
[JENKINS-74937] Add a new extension point to support setting up a ConsoleLogFilter for all Pipeline steps
- Dominant language
- Java
- Stars
- 31
- Forks
- 80
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 1
Description
Currently, any log filtering (e.g.: credential masking) requires inserting a step in the pipeline.
I my case, it is not practical to modify the pipeline logic (owned by other teams, etc.). I would like the ability to install one single plugin that filter all pipeline logs without requiring any pipeline code changes.
Is it possible to support a global pipeline console log filter?
---
Originally reported by mansour1491, imported from: Add a new extension point to support setting up a ConsoleLogFilter for all Pipeline steps
Raw content of original issue
Currently, any log filtering (e.g.: credential masking) requires inserting a step in the pipeline.
I my case, it is not practical to modify the pipeline logic (owned by other teams, etc.). I would like the ability to install one single plugin that filter all pipeline logs without requiring any pipeline code changes.
Is it possible to support a global pipeline console log filter?
Contributor guide
Assessment
This issue has not been assessed yet.