nishio-dens / bitbucket-pullrequest-builder-plugin

Bitbucket Pull Request Builder Plugin for Jenkins
Other
125 stars 145 forks source link

Document: ciSkipPhrases #208

Open znerd opened 5 years ago

znerd commented 5 years ago

There is a property in the bitbucketpr instruction named ciSkipPhrases – but the documentation for it appears to be difficult to find.

Please add information in the README file, or add a a link from the README file to the documentation.

znerd commented 5 years ago

Here is the information from the help section from the job configuration page:

A comma-separated list of strings to search the pull request title for. e.g. If set to "trivial,[skiptest]", any PRs containing either "trivial" or "[skiptest]" (case-insensitive) will not be built.