Skip to content

Commit

Permalink
Add files I missed with incremental development artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
amandel committed Oct 28, 2021
1 parent 25d1eb2 commit a9a8ebb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,17 @@ Note that the filtering is applied to all projects.
![Global configuration](readmeImages/consoleOutput.png "Console output")


# Pipeline usage

To enable the log file filter inside a pipeline, simply surround the code with the logFileFilter call:

```groovy
...
logFileFilter {
...
echo 'This is a filtered SECRET'
...
}
echo 'Log file filter is not active here SECRET'
...
```

0 comments on commit a9a8ebb

Please sign in to comment.