Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-27 | Remove check for user agentHEADmaster | Igor Pashev | 1 | -9/+0 | |
Bitbucket server uses different user agents | |||||
2019-05-31 | Use `display_name` instead of `username` | Igor Pashev | 1 | -1/+1 | |
Bitbucket is removing `username` from event payloads. | |||||
2019-03-31 | Refactor trigger for future features | Igor Pashev | 2 | -56/+55 | |
For handling more events, for more configuration options, etc. | |||||
2019-03-02 | Suppress warning on 201 response | Igor Pashev | 1 | -5/+8 | |
2018-09-19 | Use simple description of aborted build | Igor Pashev | 1 | -12/+7 | |
2018-09-08 | Really allow rebuilding pull requests | Igor Pashev | 2 | -60/+39 | |
(With the Rebuild plugin - https://wiki.jenkins.io/display/JENKINS/Rebuild+Plugin) * Make builds implicitly parameterized. * Make sure `bbprb*` are passed in environment and preserved. * Update Jenkins requirements to 2.60+ | |||||
2018-07-19 | Cancel outdated jobs by default | Igor Pashev | 1 | -1/+1 | |
2018-02-20 | Use source repository when setting build status | Igor Pashev | 2 | -16/+13 | |
2018-02-20 | Remove dead code from ApiClient | Igor Pashev | 1 | -55/+0 | |
2018-02-19 | Really remove checkDestinationCommit | Igor Pashev | 1 | -7/+1 | |
See 5e104c326af8f587568545406d2a973e715a0f25. | |||||
2018-02-17 | Remove unused checkDestinationCommit | Igor Pashev | 1 | -3/+0 | |
2018-01-28 | Set build state to STOPPED on abort | Igor Pashev | 2 | -9/+9 | |
2018-01-28 | Add crumb exclusion for /bbprb-hook/ | Igor Pashev | 1 | -1/+19 | |
2018-01-18 | Delete extractTrigger | Igor Pashev | 1 | -14/+4 | |
2018-01-18 | BitbucketBuildListener: catch all exceptions | Igor Pashev | 1 | -3/+3 | |
`getCause` may return null, we don't care. | |||||
2018-01-18 | BitbucketBuildListener: remove always-true condition | Igor Pashev | 1 | -1/+1 | |
2017-12-19 | Refactor Environment Contributor | Igor Pashev | 3 | -44/+46 | |
Use `bbprb` prefix for environment variables, export more of them. | |||||
2017-12-13 | Version 0.1.00.1.0 | Igor Pashev | 30 | -2700/+908 | |
2017-06-26 | Fixed NPE | Daniel Fly | 1 | -2/+3 | |
2017-06-26 | Fixed missing init | Daniel Fly | 1 | -0/+1 | |
2017-06-26 | Added missing init to fix NullPointerException when setting build status | Daniel Fly | 2 | -1/+2 | |
2017-06-22 | Improved logging for thoubleshooting | Daniel Fly | 1 | -2/+6 | |
2017-06-04 | Merge pull request #122 from IDMWORKS/bug/null-destination-commit | Martin Damovsky | 4 | -8/+105 | |
Fix NullPointerException when a Pull Request's destination commit is NULL | |||||
2017-06-04 | Decreased logging level from INFO to FINE across whole plugin | Martin Damovsky | 7 | -33/+33 | |
2017-05-29 | Add support for Jenkins pipelines | Jon Fogh | 1 | -1/+3 | |
2017-05-17 | Fix error executing javadoc target - An error has occurred in JavaDocs ↵ | Nathanial Woolls | 2 | -2/+2 | |
report generation: error: unexpected text | |||||
2017-05-17 | Fix NullPointerException when a Pull Request's destination commit is NULL | Nathanial Woolls | 2 | -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 | Cancel outdated jobs - added support for pipeline jobs | Martin Damovsky | 2 | -2/+14 | |
2017-02-23 | Merge pull request #112 from jenkinsci/comments-properties | Martin Damovsky | 1 | -18/+1 | |
Comments properties | |||||
2017-02-23 | Merge pull request #113 from jenkinsci/master | Martin Damovsky | 1 | -2/+0 | |
merge jenkinsci/ to nishio-dens/ | |||||
2017-02-23 | Merge branch 'master' into parameterize-comment-build-trigger | Nicholas Blair | 8 | -78/+128 | |
2017-02-23 | pullrequest comments and their properties - some of them are not used at the ↵ | Martin Damovsky | 1 | -18/+1 | |
moment -> removed | |||||
2017-02-23 | fixed bug in JSON Parsing for Pullrequest comments | Martin Damovsky | 1 | -2/+0 | |
2017-02-22 | Fixed bug in PullRequest - NPE see ↵ | Martin Damovsky | 1 | -1/+4 | |
https://github.com/nishio-dens/bitbucket-pullrequest-builder-plugin/issues/110 | |||||
2017-02-22 | Merge branch 'master' into parameterize-comment-build-trigger | Nicholas Blair | 7 | -94/+172 | |
2017-02-20 | Fixed reported Findbugs issues | Martin Damovsky | 8 | -34/+81 | |
2017-02-20 | Fix PR build status and update of job description | Frode Aannevik | 2 | -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-20 | check for disabled build for older jobs | Gazal K | 1 | -3/+7 | |
looks like pipeline jobs don't have a disable option | |||||
2017-02-20 | Add support for Jenkins 2 (incomplete) | Frode Aannevik | 2 | -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-18 | fix: can't have 2 @DataBoundConstructors | Nicholas Blair | 5 | -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-18 | Add config entry for commentTrigger field | Nicholas Blair | 1 | -0/+3 | |
2017-02-18 | Parameterize comment phrase to trigger a build | Nicholas Blair | 2 | -78/+115 | |
Defaults to prior "test this please", can be overridden in the job configuration. | |||||
2017-02-18 | Merge pull request #9 from xob/cancel-outdated | Martin Damovsky | 3 | -7/+72 | |
Add option to cancel outdated builds when a pull request is updated | |||||
2017-02-18 | Merge pull request #11 from elifarley/logging | Martin Damovsky | 2 | -9/+0 | |
Remove all "e.printStackTrace()" calls | |||||
2017-02-10 | Fix `null/null` repository URL | Wynand Pieters | 1 | -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-08 | Remove all "e.printStackTrace()" calls | elifarley | 1 | -2/+0 | |
2017-02-08 | Remove all "e.printStackTrace()" calls | elifarley | 1 | -7/+0 | |
2017-01-01 | Merge pull request #7 from csomme/bitbucket-v2-pr-comments-api | S.Nishio | 2 | -24/+47 | |
Use the 2.0 Bitbucket pull request comment API. | |||||
2016-12-10 | Merge pull request #5 from technocoreai/http-client-timeout | S.Nishio | 1 | -1/+8 | |
Set an explicit HTTP request timeout | |||||
2016-12-07 | Improve parameter help | Brandon Istenes | 2 | -3/+12 | |