Branch: refs/heads/master Home: https://github.com/jenkinsci/codescene-plugin Commit: 74d6be6ce0c0c0620008999f10789a4c5a575c9a https://github.com/jenkinsci/codescene-plugin/commit/74d6be6ce0c0c0620008999f10789a4c5a575c9a Author: Juraj Martinka <juma...@gmail.com> Date: 2018-12-06 (Thu, 06 Dec 2018)
Changed paths: M src/main/java/org/jenkinsci/plugins/codescene/DeltaAnalysis.java Log Message: ----------- Improve RemoteAnalysisException reporting. At least, we want to include the cause into the error message if general communication failure happens! Otherwise the user is blind and gets only this: ``` ERROR: Remote failure as CodeScene couldn't perform the delta analysis: org.jenkinsci.plugins.codescene.Domain.RemoteAnalysisException: Failed to send request to CodeScene at http://localhost:3003/projects/9/delta-analysis ``` The new reporting is at least slightly better: ``` ERROR: Remote failure as CodeScene couldn't perform the delta analysis: org.jenkinsci.plugins.codescene.Domain.RemoteAnalysisException: Failed to send request to CodeScene at http://localhost:3003/projects/9/delta-analysis cause: Connect to localhost:3003 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) ``` Commit: a9bcd47ceb55621f03cee39ab407f2cee2d3654c https://github.com/jenkinsci/codescene-plugin/commit/a9bcd47ceb55621f03cee39ab407f2cee2d3654c Author: Juraj Martinka <juma...@gmail.com> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java Log Message: ----------- ENTERPRISE-728: Log complete exception stacktrace to the console. While the stacktrace isn't available in a job output, it will be visible in jenkins logs. Moreover, the previous change captures exception's cause message, so the user should have a clue what's happening. Commit: ec9bbbe432411c663470beda0fbc0373f3da52f8 https://github.com/jenkinsci/codescene-plugin/commit/ec9bbbe432411c663470beda0fbc0373f3da52f8 Author: Juraj Martinka <juma...@gmail.com> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java M src/main/java/org/jenkinsci/plugins/codescene/DeltaAnalysis.java Log Message: ----------- Merge pull request #7 from jenkinsci/juraj-remote-exception-reporting Improve RemoteAnalysisException reporting. Compare: https://github.com/jenkinsci/codescene-plugin/compare/ba15f6a92c0c...ec9bbbe43241 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.