aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger.java
AgeCommit message (Collapse)AuthorFilesLines
2017-02-20Fixed reported Findbugs issuesMartin Damovsky1-2/+14
2017-02-20check for disabled build for older jobsGazal K1-3/+7
looks like pipeline jobs don't have a disable option
2017-02-20Add support for Jenkins 2 (incomplete)Frode Aannevik1-9/+20
Replace use of AbstractProject with Job to fix ClassCastException thrown when using the plugin in a pipeline job The fix is "not" complete, it remains to find a replacement to the call AbstractProject.isDisabled used to decide if the build should be skipped Previously called in BitbucketBuildTrigger.run() fixes #94
2016-10-27Add option to cancel outdated builds when a pull request is updatedOlivier Bellemare1-3/+61
2016-05-25remove adding parameters action in the EnvironmentContributorFrode Aannevik1-1/+17
move it back to BitbucketBuildTrigger to fix the the problem that a lot of empty "Parameters" links are added to each build
2016-05-24Adapt to SECURITY-170Frode Aannevik1-28/+1
Use EnvironmentContributor instead of build parameters Based on https://github.com/jenkinsci/ghprb-plugin/pull/344 Fixes: #86
2016-04-20Available "pullRequestAuthor" env variable (featured from #83)Maxim Epishchev1-0/+3
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.
2016-02-01Merge branch 'CredentialsSupport' of ↵Maxim Epishchev1-0/+21
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/+7
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-3/+10
2015-12-17Merge branch 'master_k' into CredentialsSupportJoel Baranick1-0/+14
# Conflicts: # src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java
2015-12-07Use new Build Status instead of commenting on pull requestsBjörn Dahlgren1-0/+14
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/+14
2015-10-21Support credentials by allowing UsernamePasswordCredentials to be picked ↵Joel Baranick1-12/+19
when configuring BitbucketBuildTrigger and change BitbucketRepository to use the credentials when setting up the ApiClient.
2015-08-03Use default parameters when triggering builds.Pagan Gazzard1-1/+1
2015-07-19Fix getCommitHash to getSourceCommitHashShinsuke Nishio1-1/+1
2015-07-17Merge pull request #16 from exi/specify-git-revisionS.Nishio1-1/+2
Specify git revision
2015-03-31Fix filemodeatsushi1-0/+0
2015-03-30Implement approve if build successatsushi1-1/+8
2014-10-13added an option to check the destination branch's last commit, and rebuild ↵John Wismar1-2/+11
if that branch has changed. update documentation with instructions about merging before build, and to mention "Rebuild if destination branch changes?" checkbox
2014-07-24explicitly specify git hash to buildReno Reckling1-1/+2
2014-04-16set ci skip phrase triggerS.nishio1-1/+8
2014-02-12initial commitS.nishio1-0/+160