Skip to content

Commit a9a8ebb

Browse files
committed
Add files I missed with incremental development artifacts
1 parent 25d1eb2 commit a9a8ebb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,17 @@ Note that the filtering is applied to all projects.
1818
![Global configuration](readmeImages/consoleOutput.png "Console output")
1919

2020

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

Comments
 (0)