aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/BitbucketBuildFilterTest.java
AgeCommit message (Collapse)AuthorFilesLines
2016-02-01Add tests for integration CredentialsSupport functionalMaxim Epishchev1-29/+1
By default we using username/password from original text fields (config.jelly). If credentials ID provided in plugin settings - using them for BitBucket API auth.
2016-01-26Bugfixes issue for continuously rebuilding PRMaxim Epishchev1-0/+141
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-0/+170
Now we can using more complex filters with source/destination filtration. Also add experimental integration with Git SCM plugin.