aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-04Merge pull request #122 from IDMWORKS/bug/null-destination-commitMartin Damovsky5-9/+106
Fix NullPointerException when a Pull Request's destination commit is NULL
2017-06-04Decreased logging level from INFO to FINE across whole pluginMartin Damovsky7-33/+33
2017-06-04Merge pull request #123 from jonfogh17/masterMartin Damovsky2-1/+8
Add support for Jenkins pipelines
2017-05-29Add support for Jenkins pipelinesJon Fogh2-1/+8
2017-05-17Fix error executing javadoc target - An error has occurred in JavaDocs ↵Nathanial Woolls2-2/+2
report generation: error: unexpected text
2017-05-17Fix NullPointerException when a Pull Request's destination commit is NULLNathanial Woolls2-6/+103
* see: https://github.com/nishio-dens/bitbucket-pullrequest-builder-plugin/issues/119 * see: https://github.com/nishio-dens/bitbucket-pullrequest-builder-plugin/issues/98
2017-03-01[maven-release-plugin] prepare for next development iterationMartin Damovsky1-2/+2
2017-03-01[maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.25Martin Damovsky1-2/+2
2017-03-01a small cosmetic change in readme :-)Martin Damovsky1-0/+1
2017-03-01Merge pull request #115 from nishio-dens/cancel-running-pipeline-jobMartin Damovsky3-4/+30
Cancel outdated jobs - added support for pipeline jobs
2017-03-01Cancel outdated jobs - added support for pipeline jobsMartin Damovsky3-4/+30
2017-02-23Merge pull request #112 from jenkinsci/comments-propertiesMartin Damovsky1-18/+1
Comments properties
2017-02-23Merge pull request #113 from jenkinsci/masterMartin Damovsky2-3/+1
merge jenkinsci/ to nishio-dens/
2017-02-23Merge pull request #45 from nblair/parameterize-comment-build-triggerMartin Damovsky5-9/+31
Parameterize comment phrase to trigger a build
2017-02-23Merge branch 'master' into parameterize-comment-build-triggerNicholas Blair9-80/+130
2017-02-23pullrequest comments and their properties - some of them are not used at the ↵Martin Damovsky1-18/+1
moment -> removed
2017-02-23[maven-release-plugin] prepare for next development iterationMartin Damovsky1-2/+2
2017-02-23[maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.24Martin Damovsky1-2/+2
2017-02-23fixed bug in JSON Parsing for Pullrequest commentsMartin Damovsky1-2/+0
2017-02-22[maven-release-plugin] prepare for next development iterationMartin Damovsky1-2/+2
2017-02-22[maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.23Martin Damovsky1-2/+2
2017-02-22Merge remote-tracking branch 'origin/master' into upstream/masterMartin Damovsky1-1/+1
2017-02-22[maven-release-plugin] prepare for next development iterationMartin Damovsky1-2/+2
2017-02-22[maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.22Martin Damovsky1-2/+2
2017-02-22Merge pull request #111 from jenkinsci/bug-NPE-pullrequestMartin Damovsky1-1/+4
Fixed bug in PullRequest - NPE
2017-02-22Fixed bug in PullRequest - NPE see ↵Martin Damovsky1-1/+4
https://github.com/nishio-dens/bitbucket-pullrequest-builder-plugin/issues/110
2017-02-22Merge pull request #109 from jenkinsci/masterMartin Damovsky9-36/+83
merge release 1.4.21 to basement project
2017-02-22Merge branch 'master' into parameterize-comment-build-triggerNicholas Blair8-95/+178
2017-02-20[maven-release-plugin] prepare for next development iterationMartin Damovsky1-2/+2
2017-02-20[maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.21Martin Damovsky1-2/+2
2017-02-20Merge pull request #16 from jenkinsci/upgrading-parent-pomMartin Damovsky9-35/+82
Upgrading parent pom org.jenkins-ci.plugins to version 2.11.
2017-02-20Fixed reported Findbugs issuesMartin Damovsky8-34/+81
2017-02-20Upgrading parent pom org.jenkins-ci.plugins to version 2.11.Martin Damovsky1-1/+1
I failed releasing version 1.4.20 due to outdated parent pom. It tries to upload to maven.jenkins-ci.org which is no longer available Stacktrace: Caused by: org.apache.maven.wagon.providers.http.httpclient.conn.HttpHostConnectException: Connect to maven.jenkins-ci.org:8081 [maven.jenkins-ci.org/199.193.196.24] failed: Operation timed out More details https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues
2017-02-20[maven-release-plugin] prepare for next development iterationMartin Damovsky1-2/+2
2017-02-20[maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.20Martin Damovsky1-2/+2
2017-02-20Merge pull request #97 from frodeaa/jenkins2-pipeline-support-94Martin Damovsky5-48/+71
Support Jenkins2 pipeline
2017-02-20Fix PR build status and update of job descriptionFrode Aannevik2-33/+40
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
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 Aannevik2-13/+25
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
2017-02-20bump org.jenkins-ci.plugins:plugin to 1.596.1Frode Aannevik1-1/+1
2017-02-19Merge pull request #108 from jenkinsci/masterMartin Damovsky6-16/+77
merge changes from jenkinsci/bitbucket-pullrequest-plugin
2017-02-18fix: can't have 2 @DataBoundConstructorsNicholas Blair5-37/+20
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-18Parameterize comment phrase to trigger a buildNicholas Blair2-78/+115
Defaults to prior "test this please", can be overridden in the job configuration.
2017-02-18Merge pull request #9 from xob/cancel-outdatedMartin Damovsky3-7/+72
Add option to cancel outdated builds when a pull request is updated
2017-02-18Merge pull request #11 from elifarley/loggingMartin Damovsky2-9/+0
Remove all "e.printStackTrace()" calls
2017-02-18added myself as a developer in pom.xmlMartin Damovsky1-0/+5
2017-02-18Merge pull request #106 from wpieters/patch-1Martin Damovsky1-1/+1
Fix `null/null` repository URL - Bitbucket has changed their API recently and this change caused triggering thousands of builds
2017-02-10Fix `null/null` repository URLWynand Pieters1-1/+1
On the latest version I started getting these errors in the logs and my jobs would trigger every minute and never flag the build as having run before. ``` POST state INPROGRESS to https://bitbucket.org/api/2.0/repositories/null/null/commit/b6f8169ce460/statuses/build with key 515f53a20bf37bd484f2be5cda6ab168cd194cee with response {"type": "error", "error": {"message": "Repository null/null not found"}} ``` Functionality in `getOwnerName` and `getRepositoryName` name changed from previous versions, moved to inside `setFullName` which is now doing the `if` on the wrong value. This causes `null/null` to be set as the owner name / repo name.
2017-02-08Remove all "e.printStackTrace()" callselifarley1-2/+0