Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit f04de00

Browse files
ccapdeviccapdevi
ccapdevi
authored and
ccapdevi
committed
Updated GitHub documentation
1 parent 5c4e81f commit f04de00

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# JENKINS File Filter Log Plugin
22

3-
This plugin allows filtering Jenkins' console output by means of user-defined regular expressions.
3+
This plugin allows filtering Jenkins' console output by means of regular expressions. Some expressions are included by default; to see which are the default expressions go to the Jenkins global settings and click the "Enable default regexp" help icon. They can be turned off by unchecking the "Enable default regexp" checkbox.
44

5-
# Install
5+
To define a custom filter, go to the Jenkins global settings and add a new entry in the "Custom regexp pairs" setting. The regexes follow the conventions explained in [the Java "Pattern" class](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum).
66

7-
TODO
7+
To disable the filtering, just uncheck the "Enable globally" checkbox in the global settings. Note that not even the default regexp will work.
88

99
# Configuring the plugin
1010

11-
## Global configuration
12-
13-
Note that the global configuration is applied to all projects by default.
11+
Note that the filtering is applied to all projects.
1412

1513
![Global configuration](readmeImages/globalConfig.png "Global configuration")
1614

readmeImages/consoleOutput.png

459 Bytes
Loading

readmeImages/globalConfig.png

1.5 KB
Loading
3.54 KB
Loading

0 commit comments

Comments
 (0)