We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d1eb2 commit a9a8ebbCopy full SHA for a9a8ebb
README.md
@@ -18,3 +18,17 @@ Note that the filtering is applied to all projects.
18

19
20
21
+# Pipeline usage
22
+
23
+To enable the log file filter inside a pipeline, simply surround the code with the logFileFilter call:
24
25
+```groovy
26
+...
27
+logFileFilter {
28
+ ...
29
+ echo 'This is a filtered SECRET'
30
31
+}
32
+echo 'Log file filter is not active here SECRET'
33
34
+```
0 commit comments