aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2018-07-19Cancel outdated jobs by defaultIgor Pashev1-1/+1
2018-02-17Remove unused checkDestinationCommitIgor Pashev1-3/+0
2017-12-13Version 0.1.00.1.0Igor Pashev9-80/+22
2017-03-01Cancel outdated jobs - added support for pipeline jobsMartin Damovsky1-0/+1
2017-02-23Merge branch 'master' into parameterize-comment-build-triggerNicholas Blair2-0/+2
2017-02-22Merge branch 'master' into parameterize-comment-build-triggerNicholas Blair1-0/+3
2017-02-20Fixed reported Findbugs issuesMartin Damovsky2-0/+2
2017-02-18fix: can't have 2 @DataBoundConstructorsNicholas Blair1-1/+1
Refactor to move default value for commentTrigger to config.jelly. Handle special case in BitbucketBuildRepository where trigger field is null within unit tests (since BitbucketBuildTrigger can't be mocked or initialized in the test).
2017-02-18Add config entry for commentTrigger fieldNicholas Blair1-0/+3
2017-02-18Merge pull request #9 from xob/cancel-outdatedMartin Damovsky1-0/+3
Add option to cancel outdated builds when a pull request is updated
2016-12-07Improve parameter helpBrandon Istenes2-3/+12
2016-10-27Add option to cancel outdated builds when a pull request is updatedOlivier Bellemare1-0/+3
2016-06-22Readable helpNikolas Falco1-12/+19
actually look all on the same line separated by some *. It's incomprehensible to understand how use this property. Only seeing sources now I have idea what the field "branch filter" does. I fix the html so that will look like as designed by author.
2016-02-01Merge branch 'CredentialsSupport' of ↵Maxim Epishchev1-1/+4
https://github.com/kadaan/bitbucket-pullrequest-builder-plugin into CredentialsSupport Conflicts: .gitignore src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java
2016-01-21Refactoring filters code and add testsMaxim Epishchev3-0/+13
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-1/+1
2016-01-13Add branches to build filter (similar issue:61)Maxim Epishchev2-1/+9
2015-12-17Merge branch 'master_k' into CredentialsSupportJoel Baranick3-0/+11
# Conflicts: # src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java
2015-12-07Use new Build Status instead of commenting on pull requestsBjörn Dahlgren3-0/+11
News: http://blog.bitbucket.org/2015/11/18/introducing-the-build-status-api-for-bitbucket-cloud/ API: https://confluence.atlassian.com/bitbucket/buildstatus-resource-779295267.html
2015-10-28Add support for plaintext username/password unless credentials are specified.Joel Baranick1-0/+6
2015-10-21Support credentials by allowing UsernamePasswordCredentials to be picked ↵Joel Baranick1-6/+3
when configuring BitbucketBuildTrigger and change BitbucketRepository to use the credentials when setting up the ApiClient.
2015-03-31Fix filemodeatsushi1-0/+0
2015-03-30Implement approve if build successatsushi1-0/+3
2014-10-13added an option to check the destination branch's last commit, and rebuild ↵John Wismar2-1/+4
if that branch has changed. update documentation with instructions about merging before build, and to mention "Rebuild if destination branch changes?" checkbox
2014-05-14Delete the first comment when build is finished for a cleaner appearance.Robert Jeppesen1-1/+1
Implements #8
2014-04-16fix typoS.nishio1-1/+1
2014-04-16view: add ci skip phrases textboxS.nishio1-0/+3
2014-04-16resource: fix indentS.nishio1-1/+1
2014-02-12initial commitS.nishio2-0/+23