aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/config.jelly
AgeCommit message (Collapse)AuthorFilesLines
2017-12-13Version 0.1.00.1.0Igor Pashev1-48/+0
2017-02-23Merge branch 'master' into parameterize-comment-build-triggerNicholas Blair1-0/+1
2017-02-22Merge branch 'master' into parameterize-comment-build-triggerNicholas Blair1-0/+3
2017-02-20Fixed reported Findbugs issuesMartin Damovsky1-0/+1
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
2016-10-27Add option to cancel outdated builds when a pull request is updatedOlivier Bellemare1-0/+3
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 Epishchev1-0/+3
Now we can using more complex filters with source/destination filtration. Also add experimental integration with Git SCM plugin.
2016-01-13Add branches to build filter (similar issue:61)Maxim Epishchev1-1/+4
2015-12-17Merge branch 'master_k' into CredentialsSupportJoel Baranick1-0/+6
# Conflicts: # src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java
2015-12-07Use new Build Status instead of commenting on pull requestsBjörn Dahlgren1-0/+6
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 Wismar1-0/+3
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.nishio1-0/+17