[jenkinsci/codescene-plugin] ba504d: ENTERPRISE-1338: add the domain model for encapsul...

2020-09-03 Thread Adam Tornhill
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: ba504da59b5666bb1e1d2a23e63a529f0d996678
  
https://github.com/jenkinsci/codescene-plugin/commit/ba504da59b5666bb1e1d2a23e63a529f0d996678
  Author: Adam Tornhill 
  Date:   2020-09-03 (Thu, 03 Sep 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisResult.java
A src/main/java/org/jenkinsci/plugins/codescene/Domain/NewFiles.java
A src/main/java/org/jenkinsci/plugins/codescene/Domain/ReviewOfNewFile.java
A src/test/java/org/jenkinsci/plugins/codescene/Domain/NewFilesTest.java
M src/test/java/org/jenkinsci/plugins/codescene/Domain/TestUtils.java
A src/test/resources/delta-analysis-result-with-new-files.json

  Log Message:
  ---
  ENTERPRISE-1338: add the domain model for encapsulating the info on new files 
under review


  Commit: 1c7acf46c978eb0601a913dd8e2da38acc5b36b8
  
https://github.com/jenkinsci/codescene-plugin/commit/1c7acf46c978eb0601a913dd8e2da38acc5b36b8
  Author: Adam Tornhill 
  Date:   2020-09-03 (Thu, 03 Sep 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  ENTERPRISE-1338: add code review info on new files with low code health


  Commit: c51d57a0ec2788b56f7243dca681b44ebd68b184
  
https://github.com/jenkinsci/codescene-plugin/commit/c51d57a0ec2788b56f7243dca681b44ebd68b184
  Author: Adam Tornhill 
  Date:   2020-09-03 (Thu, 03 Sep 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/Domain/ReviewOfNewFile.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly
M src/test/java/org/jenkinsci/plugins/codescene/Domain/NewFilesTest.java

  Log Message:
  ---
  ENTERPRISE-1338: reformat the code review feedback for new code, one line per 
issue


  Commit: 787659837c776587c6ca8ee472b573babd579210
  
https://github.com/jenkinsci/codescene-plugin/commit/787659837c776587c6ca8ee472b573babd579210
  Author: Adam Tornhill 
  Date:   2020-09-03 (Thu, 03 Sep 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisResult.java
A src/main/java/org/jenkinsci/plugins/codescene/Domain/NewFiles.java
A src/main/java/org/jenkinsci/plugins/codescene/Domain/ReviewOfNewFile.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly
A src/test/java/org/jenkinsci/plugins/codescene/Domain/NewFilesTest.java
M src/test/java/org/jenkinsci/plugins/codescene/Domain/TestUtils.java
A src/test/resources/delta-analysis-result-with-new-files.json

  Log Message:
  ---
  Merge pull request #19 from 
jenkinsci/1338-delta-analysis-add-a-section-with-the-code-review-findings-for-new-files-with-low-code-health

ENTERPRISE-1338: delta analysis add a section with the code review findings for 
new files with low code health


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/00e33488ba02...787659837c77

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/codescene-plugin/push/refs/heads/master/00e334-787659%40github.com.


[jenkinsci/codescene-plugin] c51d57: ENTERPRISE-1338: reformat the code review feedback...

2020-09-03 Thread Adam Tornhill
  Branch: 
refs/heads/1338-delta-analysis-add-a-section-with-the-code-review-findings-for-new-files-with-low-code-health
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: c51d57a0ec2788b56f7243dca681b44ebd68b184
  
https://github.com/jenkinsci/codescene-plugin/commit/c51d57a0ec2788b56f7243dca681b44ebd68b184
  Author: Adam Tornhill 
  Date:   2020-09-03 (Thu, 03 Sep 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/Domain/ReviewOfNewFile.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly
M src/test/java/org/jenkinsci/plugins/codescene/Domain/NewFilesTest.java

  Log Message:
  ---
  ENTERPRISE-1338: reformat the code review feedback for new code, one line per 
issue


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/codescene-plugin/push/refs/heads/1338-delta-analysis-add-a-section-with-the-code-review-findings-for-new-files-with-low-code-health/1c7acf-c51d57%40github.com.


[jenkinsci/codescene-plugin] 822dbf: ENTERPRISE-741: present the code health delta desc...

2019-09-05 Thread Adam Tornhill
  Branch: refs/heads/741-provide-biomarker-delta-changes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 822dbf3d4e04d943ec08e15c85b35f370e876431
  
https://github.com/jenkinsci/codescene-plugin/commit/822dbf3d4e04d943ec08e15c85b35f370e876431
  Author: Adam Tornhill 
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
A src/main/java/org/jenkinsci/plugins/codescene/Domain/CodeHealthDelta.java
A 
src/main/java/org/jenkinsci/plugins/codescene/Domain/CodeHealthDeltaDescription.java
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisResult.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  ENTERPRISE-741: present the code health delta descriptions as a rational for 
declining health


  Commit: 1c17803a91ebea930fe02bb4c47da2b973ff831c
  
https://github.com/jenkinsci/codescene-plugin/commit/1c17803a91ebea930fe02bb4c47da2b973ff831c
  Author: Adam Tornhill 
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  Improve the title of the failed goal quality gate


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/822dbf3d4e04%5E...1c17803a91eb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/codescene-plugin/push/refs/heads/741-provide-biomarker-delta-changes/00-1c1780%40github.com.


[jenkinsci/codescene-plugin] 88ad68: ENTERPRISE-885: introduce unit test to reproduce t...

2019-08-15 Thread Adam Tornhill
  Branch: refs/heads/885-swapped-interpretation-of-quality-gates
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 88ad68021e8eb49c25a176f45721bd57b1ea1c2a
  
https://github.com/jenkinsci/codescene-plugin/commit/88ad68021e8eb49c25a176f45721bd57b1ea1c2a
  Author: Adam Tornhill 
  Date:   2019-08-15 (Thu, 15 Aug 2019)

  Changed paths:
A src/test/java/org/jenkinsci/plugins/codescene/Domain/QualityGatesTest.java

  Log Message:
  ---
  ENTERPRISE-885: introduce unit test to reproduce the issue with swapped gates


  Commit: 1195065580c4bcb23ffb78f63a02de579123b13f
  
https://github.com/jenkinsci/codescene-plugin/commit/1195065580c4bcb23ffb78f63a02de579123b13f
  Author: Adam Tornhill 
  Date:   2019-08-15 (Thu, 15 Aug 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/Domain/QualityGates.java

  Log Message:
  ---
  ENTERPRISE-885: bug fix for swapped gates


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/88ad68021e8e%5E...1195065580c4

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/codescene-plugin/push/refs/heads/885-swapped-interpretation-of-quality-gates/00-119506%40github.com.


[jenkinsci/codescene-plugin] 6dd93c: ENTERPRISE-827: present the code owners for failed...

2019-06-14 Thread Adam Tornhill
  Branch: refs/heads/827-present-code-owner-for-failed-quality-gate
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 6dd93c5747866f823b89f87556f05ec62cc1bff5
  
https://github.com/jenkinsci/codescene-plugin/commit/6dd93c5747866f823b89f87556f05ec62cc1bff5
  Author: Adam Tornhill 
  Date:   2019-06-14 (Fri, 14 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisResult.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/QualityGates.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  ENTERPRISE-827: present the code owners for failed quality gates when present


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/codescene-plugin/push/refs/heads/827-present-code-owner-for-failed-quality-gate/00-6dd93c%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/codescene-plugin] c7c574: ENTERPRISE-831: provide better contrasts in the fo...

2019-05-09 Thread Adam Tornhill
  Branch: refs/heads/831-reinforce-positive-behavior
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: c7c5743cdca1c90279d3bf778571ba70d87324c2
  
https://github.com/jenkinsci/codescene-plugin/commit/c7c5743cdca1c90279d3bf778571ba70d87324c2
  Author: Adam Tornhill 
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  ENTERPRISE-831: provide better contrasts in the font color of improvements


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/codescene-plugin/push/refs/heads/831-reinforce-positive-behavior/06cdc6-c7c574%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/codescene-plugin] 06cdc6: ENTERPRISE-831: present positive reinforcements on...

2019-05-09 Thread Adam Tornhill
  Branch: refs/heads/831-reinforce-positive-behavior
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 06cdc6c57b4bbf8587d3bcc537d55cf187ca9ed2
  
https://github.com/jenkinsci/codescene-plugin/commit/06cdc6c57b4bbf8587d3bcc537d55cf187ca9ed2
  Author: Adam Tornhill 
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisResult.java
A src/main/java/org/jenkinsci/plugins/codescene/Domain/Improvements.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  ENTERPRISE-831: present positive reinforcements once a hotspot improves its 
code health


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/codescene-plugin/push/refs/heads/831-reinforce-positive-behavior/00-06cdc6%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/codescene-plugin] 8c233a: Minor improvement to the code review heading

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 8c233ae78640ec2b94ae7d23f5fcef4463aad121
  
https://github.com/jenkinsci/codescene-plugin/commit/8c233ae78640ec2b94ae7d23f5fcef4463aad121
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Minor improvement to the code review heading


-- 
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.


[jenkinsci/codescene-plugin] c61027: ENTERPRISE-765: introduce sub-titles to make the d...

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: c61027cb733acf7414446ea06b074c365aa1abcc
  
https://github.com/jenkinsci/codescene-plugin/commit/c61027cb733acf7414446ea06b074c365aa1abcc
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  ENTERPRISE-765: introduce sub-titles to make the docs more readable


-- 
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.


[jenkinsci/codescene-plugin] 0002fe: Minor typo in the docs

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 0002fec80434352047f5d6172397bdfd5f77487a
  
https://github.com/jenkinsci/codescene-plugin/commit/0002fec80434352047f5d6172397bdfd5f77487a
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Minor typo in the docs


-- 
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.


[jenkinsci/codescene-plugin] 39b21a: ENTERPRISE-765: present the failed quality gates

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 39b21aedb03a9172d9de4015826e19bcba7d6878
  
https://github.com/jenkinsci/codescene-plugin/commit/39b21aedb03a9172d9de4015826e19bcba7d6878
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  ENTERPRISE-765: present the failed quality gates


  Commit: f9de75ad9fe1b867a3840d60fdc17dc3d1bf8229
  
https://github.com/jenkinsci/codescene-plugin/commit/f9de75ad9fe1b867a3840d60fdc17dc3d1bf8229
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/QualityGates.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  ENTERPRISE-765: add a visual indication to the results of the Quality Gates


  Commit: c9f32089f2dbf65a13145a2c9284ae305346cbfc
  
https://github.com/jenkinsci/codescene-plugin/commit/c9f32089f2dbf65a13145a2c9284ae305346cbfc
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M README.md
A failed-quality-gate.png
A pass-quality-gate.png

  Log Message:
  ---
  ENTERPRISE-765: documented the quality gates


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/bb41906a2707...c9f32089f2db

-- 
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.


[jenkinsci/codescene-plugin] 5d17f3: ENTERPRISE-765: add configuration options to enabl...

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 5d17f3b2c3dac36af23be647bad4835901732cd1
  
https://github.com/jenkinsci/codescene-plugin/commit/5d17f3b2c3dac36af23be647bad4835901732cd1
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/Configuration.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/help-failOnDecliningCodeHealth.html
A 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/help-failOnFailedGoal.html

  Log Message:
  ---
  ENTERPRISE-765: add configuration options to enable the quality gates


  Commit: 36b22d49c3a2d47caac3be81901b1b88dc3e869d
  
https://github.com/jenkinsci/codescene-plugin/commit/36b22d49c3a2d47caac3be81901b1b88dc3e869d
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/DeltaAnalysis.java
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequest.java
M 
src/test/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequestTest.java

  Log Message:
  ---
  ENTERPRISE-765: refactor to pass the whole config to the delta request 
instead of massive argument lists


  Commit: ed60b259dcb97c99149131b8eb3152321477f485
  
https://github.com/jenkinsci/codescene-plugin/commit/ed60b259dcb97c99149131b8eb3152321477f485
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequestTest.java

  Log Message:
  ---
  ENTERPRISE-765: refactor the request serialization tests to reduce 
duplication so that we can extend them easily


  Commit: fe69fe1baf57c99069d420aceebfc7fa9c053698
  
https://github.com/jenkinsci/codescene-plugin/commit/fe69fe1baf57c99069d420aceebfc7fa9c053698
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequest.java
M 
src/test/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequestTest.java

  Log Message:
  ---
  ENTERPRISE-765: enable biomarkers in request if any quality gate is enabled


  Commit: bb41906a270753ec645eb7e1bef6ec0d54e2ba9d
  
https://github.com/jenkinsci/codescene-plugin/commit/bb41906a270753ec645eb7e1bef6ec0d54e2ba9d
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M src/main/java/org/jenkinsci/plugins/codescene/DeltaAnalysis.java
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisResult.java
A src/main/java/org/jenkinsci/plugins/codescene/Domain/QualityGates.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/help-failOnDecliningCodeHealth.html
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/help-failOnFailedGoal.html

  Log Message:
  ---
  ENTERPRISE-765: enable code health based quality gates that makes the build 
unstable when violated


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/5d17f3b2c3da%5E...bb41906a2707

-- 
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.