This repository contains a collection of traits for several branch-source Jenkins plugins.
It provides filters for both pull requests and/or branches on jobs created from these plugins
The filtering will be performed, applying it whether it:
- The last commit message contains "[skip ci]" or "[ci skip]". The check is case-insensitive.
- The last commit message matches a pattern.
- The last commit author matches a pattern.
The following build environment is required to build this plugin
java-1.8andmaven 3.5.0+
To build the plugin locally:
mvn clean verify