aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketCause.java
AgeCommit message (Collapse)AuthorFilesLines
2016-04-20Available "pullRequestAuthor" env variable (featured from #83)Maxim Epishchev1-1/+8
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.
2015-12-07Use new Build Status instead of commenting on pull requestsBjörn Dahlgren1-6/+1
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-02-11fix description linkHugo Fonseca1-2/+2
2015-02-11fix description linkHugo Fonseca1-2/+2
I didn't test this because I don't have the environment configured but I think that this does not need that though. The thing is taht I have this in my console ```<a href=https://bitbucket.org/org_duimmyy/projectdummy/pull-request/39>#39 PROJECT-1368</a>```
2014-10-13added an option to check the destination branch's last commit, and rebuild ↵John Wismar1-4/+9
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/+6
Implements #8
2014-05-14adding bitbucket pull request hash into BuildStart and BuildFinish messages, ↵Blayne Chard1-1/+6
so when a pull request is updated a new build will be made.
2014-02-12initial commitS.nishio1-0/+76