index
:
bbprb
master
Bitbucket Pull Request Builder Plugin for Jenkins
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
bitbucketpullrequestbuilder
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-6
/
+23
2017-06-04
Decreased logging level from INFO to FINE across whole plugin
Martin Damovsky
6
-31
/
+31
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 report...
Nathanial Woolls
2
-2
/
+2
2017-05-17
Fix NullPointerException when a Pull Request's destination commit is NULL
Nathanial Woolls
1
-4
/
+21
2017-03-01
Cancel outdated jobs - added support for pipeline jobs
Martin Damovsky
1
-2
/
+13
2017-02-23
Merge pull request #112 from jenkinsci/comments-properties
Martin Damovsky
1
-18
/
+1
2017-02-23
Merge pull request #113 from jenkinsci/master
Martin Damovsky
1
-2
/
+0
2017-02-23
Merge branch 'master' into parameterize-comment-build-trigger
Nicholas Blair
5
-59
/
+107
2017-02-23
pullrequest comments and their properties - some of them are not used at the ...
Martin Damovsky
1
-18
/
+1
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 https://github.com/nishio-dens/bitbucket-p...
Martin Damovsky
1
-1
/
+4
2017-02-22
Merge branch 'master' into parameterize-comment-build-trigger
Nicholas Blair
5
-90
/
+162
2017-02-20
Fixed reported Findbugs issues
Martin Damovsky
5
-15
/
+60
2017-02-20
Fix PR build status and update of job description
Frode Aannevik
2
-33
/
+40
2017-02-20
check for disabled build for older jobs
Gazal K
1
-3
/
+7
2017-02-20
Add support for Jenkins 2 (incomplete)
Frode Aannevik
2
-13
/
+25
2017-02-18
fix: can't have 2 @DataBoundConstructors
Nicholas Blair
2
-30
/
+10
2017-02-18
Parameterize comment phrase to trigger a build
Nicholas Blair
2
-78
/
+115
2017-02-18
Merge pull request #9 from xob/cancel-outdated
Martin Damovsky
1
-3
/
+61
2017-02-18
Merge pull request #11 from elifarley/logging
Martin Damovsky
2
-9
/
+0
2017-02-10
Fix `null/null` repository URL
Wynand Pieters
1
-1
/
+1
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
2016-12-10
Merge pull request #5 from technocoreai/http-client-timeout
S.Nishio
1
-1
/
+8
2016-10-27
Add option to cancel outdated builds when a pull request is updated
Olivier Bellemare
1
-3
/
+61
2016-08-25
Use the V2 Bitbucket pull request comment API.
Chris Somme
2
-24
/
+47
2016-06-03
Merge pull request #87 from frodeaa/ttp_multiple_jobs
S.Nishio
1
-9
/
+5
2016-05-25
remove adding parameters action in the EnvironmentContributor
Frode Aannevik
2
-14
/
+17
2016-05-24
Adapt to SECURITY-170
Frode Aannevik
2
-28
/
+54
2016-05-21
Fix TTP only working for one of multiple jobs
Frode Aannevik
1
-9
/
+5
2016-04-30
Merge pull request #85 from michaeljb/fix-root-url
S.Nishio
1
-1
/
+3
2016-04-25
Use JenkinsLocationConfiguration to fetch the URL.
Michael Brandt
1
-1
/
+3
2016-04-20
Available "pullRequestAuthor" env variable (featured from #83)
Maxim Epishchev
5
-17
/
+124
2016-04-08
Set an explicit HTTP request timeout
Alexey Ermakov
1
-1
/
+8
2016-02-18
Properly close connections to avoid TCP CLOSE_WAIT
Maxim Epishchev
1
-0
/
+2
2016-02-04
Remove overqualified using of Class<T> as HttpClient interceptor
Maxim Epishchev
2
-14
/
+5
2016-02-04
Allow default "none" credential in BitbucketRepository::getCredentials()
Maxim Epishchev
1
-0
/
+1
2016-02-03
Limit size "key" field in BitBucket POST API
Maxim Epishchev
3
-4
/
+49
2016-02-01
Add tests for integration CredentialsSupport functional
Maxim Epishchev
2
-34
/
+80
2016-02-01
Merge branch 'CredentialsSupport' of https://github.com/kadaan/bitbucket-pull...
Maxim Epishchev
2
-2
/
+44
2016-01-26
Bugfixes issue for continuously rebuilding PR
Maxim Epishchev
3
-36
/
+154
2016-01-21
Refactoring filters code and add tests
Maxim Epishchev
3
-11
/
+105
2016-01-15
Fix UTF-8 build statuses and fix issue:1; also minor fixes
Maxim Epishchev
4
-20
/
+52
2016-01-13
Add branches to build filter (similar issue:61)
Maxim Epishchev
3
-4
/
+134
2015-12-17
Merge branch 'master_k' into CredentialsSupport
Joel Baranick
6
-109
/
+92
2015-12-07
Use new Build Status instead of commenting on pull requests
Björn Dahlgren
6
-108
/
+91
2015-10-28
Add support for plaintext username/password unless credentials are specified.
Joel Baranick
2
-2
/
+23
[next]