Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-08 | Version 0.3.00.3.0 | Igor Pashev | 2 | -1/+11 | |
2018-09-08 | Really allow rebuilding pull requests | Igor Pashev | 5 | -85/+57 | |
(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 | Fix documentation (cron spec is required) | Igor Pashev | 1 | -0/+1 | |
2018-02-19 | Really remove checkDestinationCommit | Igor Pashev | 1 | -7/+1 | |
See 5e104c326af8f587568545406d2a973e715a0f25. | |||||
2018-02-17 | Call it version 0.2.00.2.0 | Igor Pashev | 3 | -2/+14 | |
2018-02-17 | Update documentation | Igor Pashev | 3 | -8/+82 | |
2018-02-17 | Remove unused checkDestinationCommit | Igor Pashev | 1 | -3/+0 | |
2018-02-17 | Disable fail on error for the findbugs plugin | Igor Pashev | 1 | -0/+3 | |
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 | 36 | -2876/+955 | |
2017-09-01 | Merge pull request #126 from sazo/master | Martin Damovsky | 3 | -3/+10 | |
Improved logging for thoubleshooting and fixed NullpointerException | |||||
2017-06-26 | Fixed NPE | Daniel Fly | 1 | -2/+3 | |
2017-06-26 | Fixed missing init | Daniel Fly | 1 | -0/+1 | |
2017-06-26 | Fixed pom.xml | Daniel Fly | 1 | -1/+1 | |
2017-06-26 | Added missing init to fix NullPointerException when setting build status | Daniel Fly | 3 | -2/+3 | |
2017-06-22 | Improved logging for thoubleshooting | Daniel Fly | 1 | -2/+6 | |
2017-06-04 | updated readme.md with information related to jenkins pipeline support | Martin Damovsky | 1 | -0/+29 | |
2017-06-04 | Merge pull request #122 from IDMWORKS/bug/null-destination-commit | Martin Damovsky | 5 | -9/+106 | |
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-06-04 | Merge pull request #123 from jonfogh17/master | Martin Damovsky | 2 | -1/+8 | |
Add support for Jenkins pipelines | |||||
2017-05-29 | Add support for Jenkins pipelines | Jon Fogh | 2 | -1/+8 | |
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 | [maven-release-plugin] prepare for next development iteration | Martin Damovsky | 1 | -2/+2 | |
2017-03-01 | [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.25 | Martin Damovsky | 1 | -2/+2 | |
2017-03-01 | a small cosmetic change in readme :-) | Martin Damovsky | 1 | -0/+1 | |
2017-03-01 | Merge pull request #115 from nishio-dens/cancel-running-pipeline-job | Martin Damovsky | 3 | -4/+30 | |
Cancel outdated jobs - added support for pipeline jobs | |||||
2017-03-01 | Cancel outdated jobs - added support for pipeline jobs | Martin Damovsky | 3 | -4/+30 | |
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 | 2 | -3/+1 | |
merge jenkinsci/ to nishio-dens/ | |||||
2017-02-23 | Merge pull request #45 from nblair/parameterize-comment-build-trigger | Martin Damovsky | 5 | -9/+31 | |
Parameterize comment phrase to trigger a build | |||||
2017-02-23 | Merge branch 'master' into parameterize-comment-build-trigger | Nicholas Blair | 9 | -80/+130 | |
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 | [maven-release-plugin] prepare for next development iteration | Martin Damovsky | 1 | -2/+2 | |
2017-02-23 | [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.24 | Martin Damovsky | 1 | -2/+2 | |
2017-02-23 | fixed bug in JSON Parsing for Pullrequest comments | Martin Damovsky | 1 | -2/+0 | |
2017-02-22 | [maven-release-plugin] prepare for next development iteration | Martin Damovsky | 1 | -2/+2 | |
2017-02-22 | [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.23 | Martin Damovsky | 1 | -2/+2 | |
2017-02-22 | Merge remote-tracking branch 'origin/master' into upstream/master | Martin Damovsky | 1 | -1/+1 | |
2017-02-22 | [maven-release-plugin] prepare for next development iteration | Martin Damovsky | 1 | -2/+2 | |
2017-02-22 | [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.22 | Martin Damovsky | 1 | -2/+2 | |
2017-02-22 | Merge pull request #111 from jenkinsci/bug-NPE-pullrequest | Martin Damovsky | 1 | -1/+4 | |
Fixed bug in PullRequest - NPE |