aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildFilter.java
AgeCommit message (Collapse)AuthorFilesLines
2017-12-13Version 0.1.00.1.0Igor Pashev1-241/+0
2017-06-04Decreased logging level from INFO to FINE across whole pluginMartin Damovsky1-12/+12
2017-02-20Fixed reported Findbugs issuesMartin Damovsky1-9/+8
2016-04-20Available "pullRequestAuthor" env variable (featured from #83)Maxim Epishchev1-14/+72
Env variable "pullRequestAuthor" contain two parts of author: full name of user and short username in format, like: "Some Doo <@somedoo>". Add test for PR build filter: now we can filter also by author: "a:maxvodo" by example.
2016-01-26Bugfixes issue for continuously rebuilding PRMaxim Epishchev1-5/+8
If available TTP (aka "test this please") comment Jenkins PR builder continuously rebuilding PR. Now Jenkins post specific build comment. If you want to rebuild already rebuilded PR, post new TTP comment.
2016-01-21Refactoring filters code and add testsMaxim Epishchev1-10/+84
Now we can using more complex filters with source/destination filtration. Also add experimental integration with Git SCM plugin.
2016-01-15Fix UTF-8 build statuses and fix issue:1; also minor fixesMaxim Epishchev1-3/+4
2016-01-13Add branches to build filter (similar issue:61)Maxim Epishchev1-0/+106