aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuilds.java
AgeCommit message (Collapse)AuthorFilesLines
2017-12-13Version 0.1.00.1.0Igor Pashev1-54/+0
2017-06-26Added missing init to fix NullPointerException when setting build statusDaniel Fly1-0/+1
2017-02-20Fix PR build status and update of job descriptionFrode Aannevik1-20/+5
BitbucketBuildListener was not invoked on pipeline jobs Change BitbucketBuildListener to extend from RunListener<Run<?, ?>> so it will invoked to update job description and PR build result
2016-04-25Use JenkinsLocationConfiguration to fetch the URL.Michael Brandt1-1/+3
`Jenkins.getInstance().getRootUrl()` returns `null` despite the URL being set through the web UI. `JenkinsLocationConfiguration.getUrl()` returns the correct URL. Thanks Esteban Angee on StackOverflow: http://stackoverflow.com/questions/15949946/programatically-access-jenkins-url [Resolves #19]
2015-12-07Use new Build Status instead of commenting on pull requestsBjörn Dahlgren1-5/+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-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-1/+1
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-5/+2
Implements #8
2014-05-14adding bitbucket pull request hash into BuildStart and BuildFinish messages, ↵Blayne Chard1-2/+2
so when a pull request is updated a new build will be made.
2014-02-12initial commitS.nishio1-0/+65