[jenkinsci/parasoft-findings-plugin] 8577b6: Improve the revapi-maven-plugin configuration.

2024-04-30 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 8577b68307055ef47a4746d2b0916b60e0660a87
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/8577b68307055ef47a4746d2b0916b60e0660a87
  Author: Alfie Wang 
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Improve the revapi-maven-plugin configuration.


  Commit: 315e008d40b2a7d7feca0d4e25d6146a508c1bc4
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/315e008d40b2a7d7feca0d4e25d6146a508c1bc4
  Author: yshi-parasoft 
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added comment to explain the reason for revapi config


  Commit: 5cb09db596699b7b261fece86b8134a03b578654
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/5cb09db596699b7b261fece86b8134a03b578654
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #119 from jenkinsci/improve_revapi_config

Improve the revapi-maven-plugin configuration.


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/8421d0406298...5cb09db59669

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parasoft-findings-plugin/settings/notifications

-- 
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/parasoft-findings-plugin/push/refs/heads/master/8421d0-5cb09d%40github.com.


[jenkinsci/parasoft-findings-plugin] 315e00: Added comment to explain the reason for revapi config

2024-04-30 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/improve_revapi_config
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 315e008d40b2a7d7feca0d4e25d6146a508c1bc4
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/315e008d40b2a7d7feca0d4e25d6146a508c1bc4
  Author: yshi-parasoft 
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added comment to explain the reason for revapi config



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parasoft-findings-plugin/settings/notifications

-- 
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/parasoft-findings-plugin/push/refs/heads/improve_revapi_config/8577b6-315e00%40github.com.


[jenkinsci/parasoft-findings-plugin] f4dafb: Ignored complaint about private class DefaultResul...

2024-04-29 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: f4dafb99b46a3c87ba09418bfd16f156fc611021
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/f4dafb99b46a3c87ba09418bfd16f156fc611021
  Author: yshi-parasoft 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Ignored complaint about private class DefaultResultsCore in UResults of utils 
dependency



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parasoft-findings-plugin/settings/notifications

-- 
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/parasoft-findings-plugin/push/refs/heads/master/9d33cc-f4dafb%40github.com.


[jenkinsci/parasoft-findings-plugin] 456778: Support Jenkins 2.426.3+ and refactor the pom.xml.

2024-04-29 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 45677801afac476e817a99f517fa04f919ac027b
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/45677801afac476e817a99f517fa04f919ac027b
  Author: Alfie Wang 
  Date:   2024-04-26 (Fri, 26 Apr 2024)

  Changed paths:
M pom.xml
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGate.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporter.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGateEvaluatorTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporterTest.java

  Log Message:
  ---
  Support Jenkins 2.426.3+ and refactor the pom.xml.

* Fix errors related to plugin-util-api plugin.
* Reorganize and simplify the pom.xml to make it more clear.
* Update required warnings-ng plugin to 11.0.0.
* Update parasoft-findings-utils to 1.0.2.
* Remove unnecessary test plugin dependencies.


  Commit: 9373f6aa0f5b0c108ed6bdd2228997f6866bb517
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/9373f6aa0f5b0c108ed6bdd2228997f6866bb517
  Author: Alfie Wang 
  Date:   2024-04-28 (Sun, 28 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use the same version for plugin-util-api test library and plugin-util-api 
library.


  Commit: 9d33cc9872c4fd1e5fb0914290b1c64f0b352100
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/9d33cc9872c4fd1e5fb0914290b1c64f0b352100
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGate.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporter.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGateEvaluatorTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporterTest.java

  Log Message:
  ---
  Merge pull request #118 from jenkinsci/alfie_cicd827_cicd828

Support Jenkins 2.426.3+ and refactor the pom.xml.


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/bda5977b3b3c...9d33cc9872c4

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parasoft-findings-plugin/settings/notifications

-- 
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/parasoft-findings-plugin/push/refs/heads/master/bda597-9d33cc%40github.com.


[jenkinsci/parasoft-findings-plugin] bda597: Added sbom-injection-jenkins.json to include cover...

2024-02-26 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: bda5977b3b3c5164f090b4ade92d92e95c25
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/bda5977b3b3c5164f090b4ade92d92e95c25
  Author: yshi-parasoft 
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
A scripts/sbom-injection-jenkins.json

  Log Message:
  ---
  Added sbom-injection-jenkins.json to include coverage model in sbom



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parasoft-findings-plugin/settings/notifications

-- 
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/parasoft-findings-plugin/push/refs/heads/master/88d9a8-bda597%40github.com.


[jenkinsci/parasoft-findings-plugin]

2024-01-09 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/jason_cicd689
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/jason_cicd689/901cb7-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 901cb7: Keep one decimal place for Y-axis values in Paraso...

2024-01-09 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 901cb7e39786819dbd57cd76aeb1a8ee87d2be62
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/901cb7e39786819dbd57cd76aeb1a8ee87d2be62
  Author: Jason 
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageTrendChart.java

  Log Message:
  ---
  Keep one decimal place for Y-axis values in Parasoft Findings for Jenkins


  Commit: 0befff9af18776552e4d94ecf6869a26c4ffc4ee
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/0befff9af18776552e4d94ecf6869a26c4ffc4ee
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageTrendChart.java

  Log Message:
  ---
  Merge pull request #116 from jenkinsci/jason_cicd689

Keep one decimal place for Y-axis values in Parasoft Findings for Jenkins


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/c1f0f65d139f...0befff9af187

-- 
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/parasoft-findings-plugin/push/refs/heads/master/c1f0f6-0befff%40github.com.


[jenkinsci/parasoft-findings-plugin] c1f0f6: Fixed grammar of error message

2023-12-22 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: c1f0f65d139f969ddbb46b0db52711f1982daa3b
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/c1f0f65d139f969ddbb46b0db52711f1982daa3b
  Author: yshi-parasoft 
  Date:   2023-12-22 (Fri, 22 Dec 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java

  Log Message:
  ---
  Fixed grammar of error message


-- 
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/parasoft-findings-plugin/push/refs/heads/master/fe2ee5-c1f0f6%40github.com.


[jenkinsci/parasoft-findings-plugin] fe2ee5: [maven-release-plugin] prepare for next developmen...

2023-12-22 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: fe2ee5057154fdb72e0e486423bb6c116092bd39
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/fe2ee5057154fdb72e0e486423bb6c116092bd39
  Author: yshi-parasoft 
  Date:   2023-12-22 (Fri, 22 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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/parasoft-findings-plugin/push/refs/heads/master/cdfb72-fe2ee5%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-12-22 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/tags/parasoft-findings-10.7.1
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/tags/parasoft-findings-10.7.1/00-ad437c%40github.com.


[jenkinsci/parasoft-findings-plugin] cdfb72: [maven-release-plugin] prepare release parasoft-fi...

2023-12-22 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: cdfb7243e06528cf0cab29120d8d6fb5881a4336
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/cdfb7243e06528cf0cab29120d8d6fb5881a4336
  Author: yshi-parasoft 
  Date:   2023-12-22 (Fri, 22 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parasoft-findings-10.7.1


-- 
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/parasoft-findings-plugin/push/refs/heads/master/46bdc6-cdfb72%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-12-21 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/jason_cicd644
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/jason_cicd644/839756-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 5f087a: Change the maximum and minimum values of Y-axis in...

2023-12-21 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 5f087aaacf70b7d69d607f759c69256ba18204ec
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/5f087aaacf70b7d69d607f759c69256ba18204ec
  Author: Jason 
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageTrendChart.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageSeriesBuilderTest.java
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/charts/chart.json

  Log Message:
  ---
  Change the maximum and minimum values of Y-axis in trend chart to make the 
changes more clearly


  Commit: 8397563ea906de2558f78abe56013aeab09d
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/8397563ea906de2558f78abe56013aeab09d
  Author: yshi-parasoft 
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageTrendChart.java

  Log Message:
  ---
  Refactored code


  Commit: 32f03c3b2f382501405955ed3673fd86a72ff463
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/32f03c3b2f382501405955ed3673fd86a72ff463
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageTrendChart.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageSeriesBuilderTest.java
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/charts/chart.json

  Log Message:
  ---
  Merge pull request #114 from jenkinsci/jason_cicd644

Y-axis behaviour of Parasoft Coverage Trend


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/951326e8e3ba...32f03c3b2f38

-- 
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/parasoft-findings-plugin/push/refs/heads/master/951326-32f03c%40github.com.


[jenkinsci/parasoft-findings-plugin] 839756: Refactored code

2023-12-21 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/jason_cicd644
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 8397563ea906de2558f78abe56013aeab09d
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/8397563ea906de2558f78abe56013aeab09d
  Author: yshi-parasoft 
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageTrendChart.java

  Log Message:
  ---
  Refactored code


-- 
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/parasoft-findings-plugin/push/refs/heads/jason_cicd644/5f087a-839756%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-12-11 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/roller_cicd643
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/roller_cicd643/8aff7d-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 8aff7d: Supported https://host_ip:port pattern when gettin...

2023-12-11 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 8aff7dace1e4c7886107f9adfc692e2ac704e700
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/8aff7dace1e4c7886107f9adfc692e2ac704e700
  Author: Roller Wang 
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
M pom.xml
M 
src/main/java/com/parasoft/findings/jenkins/internal/rules/RuleDocumentationStorage.java
M src/test/java/com/parasoft/findings/jenkins/RuleViolationMock.java
M src/test/resources/settings/settings.properties

  Log Message:
  ---
  Supported https://host_ip:port pattern when getting doc content from DTP


  Commit: 1bd4827cea61c796922d972a6044228d71239bbf
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/1bd4827cea61c796922d972a6044228d71239bbf
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
M pom.xml
M 
src/main/java/com/parasoft/findings/jenkins/internal/rules/RuleDocumentationStorage.java
M src/test/java/com/parasoft/findings/jenkins/RuleViolationMock.java
M src/test/resources/settings/settings.properties

  Log Message:
  ---
  Merge pull request #112 from jenkinsci/roller_cicd643

Supported https://host_ip:port pattern when getting doc content from DTP


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/22661c505227...1bd4827cea61

-- 
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/parasoft-findings-plugin/push/refs/heads/master/22661c-1bd482%40github.com.


[jenkinsci/parasoft-findings-plugin] f21abe: Revert "changes since ce82cd9dad4dd396ac4a7c4408a8...

2023-12-05 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: f21abe67f720e5ce257f414fad8a3c94c3d8bc15
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/f21abe67f720e5ce257f414fad8a3c94c3d8bc15
  Author: yshi-parasoft 
  Date:   2023-12-05 (Tue, 05 Dec 2023)

  Changed paths:
R 
src/main/resources/com/parasoft/findings/jenkins/internal/variables/Messages_ja.properties
R 
src/main/resources/com/parasoft/findings/jenkins/internal/variables/Messages_zh_CN.properties

  Log Message:
  ---
  Revert "changes since ce82cd9dad4dd396ac4a7c4408a8c5187334037c :: Sat Dec  2 
21:10:47 PST 2023 :: automatic update by 
/opt/jenkins_node/workspace/pfp_mirror_for_localization/teams/parasoft-findings/parasoft-findings-plugin/../shared-mirror-script.sh"

This reverts commit bfa29d59bf3a95c55bbab3ecf5818a13d2994b57.


-- 
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/parasoft-findings-plugin/push/refs/heads/master/7e7529-f21abe%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-12-05 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd633
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd633/e6bc38-00%40github.com.


[jenkinsci/parasoft-findings-plugin] e6bc38: Remove unused third-party license files.

2023-12-05 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: e6bc386cc03104968ee20f59dc68d32f16574674
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/e6bc386cc03104968ee20f59dc68d32f16574674
  Author: Alfie Wang 
  Date:   2023-12-04 (Mon, 04 Dec 2023)

  Changed paths:
R src/main/webapp/licenses/GNU-lesser-license-3.txt
R src/main/webapp/licenses/W3C-license.txt
R 
src/main/webapp/licenses/common-development-and-distribution-1.0-license.txt
R 
src/main/webapp/licenses/common-development-and-distribution-1.1-license.txt

  Log Message:
  ---
  Remove unused third-party license files.


  Commit: a1890561d89c8016268af76286f7591f7082746b
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/a1890561d89c8016268af76286f7591f7082746b
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-12-05 (Tue, 05 Dec 2023)

  Changed paths:
R src/main/webapp/licenses/GNU-lesser-license-3.txt
R src/main/webapp/licenses/W3C-license.txt
R 
src/main/webapp/licenses/common-development-and-distribution-1.0-license.txt
R 
src/main/webapp/licenses/common-development-and-distribution-1.1-license.txt

  Log Message:
  ---
  Merge pull request #111 from jenkinsci/alfie_cicd633

Update license files and Third-Party Acknowledgements for third party 
dependencies


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/5c1a7d475c7e...a1890561d89c

-- 
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/parasoft-findings-plugin/push/refs/heads/master/5c1a7d-a18905%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-12-01 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/roller_cicd599_copy
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/roller_cicd599_copy/1a772a-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 1a772a: Replaced xtest with parasoft-findings-utils

2023-12-01 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 1a772a6882ec9857c66ca47c337d031f1effccb8
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/1a772a6882ec9857c66ca47c337d031f1effccb8
  Author: Roller Wang 
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
M .gitignore
M pom.xml
R 
repository/com/parasoft/xtest/build.xtest/10.6.2.20230410/build.xtest-10.6.2.20230410.pom
R 
repository/com/parasoft/xtest/build.xtest/10.6.2.20230410/build.xtest-10.6.2.20230410.pom.md5
R 
repository/com/parasoft/xtest/build.xtest/10.6.2.20230410/build.xtest-10.6.2.20230410.pom.sha1
R repository/com/parasoft/xtest/build.xtest/maven-metadata-local.xml
R repository/com/parasoft/xtest/build.xtest/maven-metadata-local.xml.md5
R repository/com/parasoft/xtest/build.xtest/maven-metadata-local.xml.sha1
R 
repository/com/parasoft/xtest/build/10.6.2.20230410/build-10.6.2.20230410.pom
R 
repository/com/parasoft/xtest/build/10.6.2.20230410/build-10.6.2.20230410.pom.md5
R 
repository/com/parasoft/xtest/build/10.6.2.20230410/build-10.6.2.20230410.pom.sha1
R repository/com/parasoft/xtest/build/maven-metadata-local.xml
R repository/com/parasoft/xtest/build/maven-metadata-local.xml.md5
R repository/com/parasoft/xtest/build/maven-metadata-local.xml.sha1
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/_remote.repositories
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/com.parasoft.xtest.analyzers.api-10.6.2.20230410-sources.jar
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/com.parasoft.xtest.analyzers.api-10.6.2.20230410-sources.jar.md5
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/com.parasoft.xtest.analyzers.api-10.6.2.20230410-sources.jar.sha1
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/com.parasoft.xtest.analyzers.api-10.6.2.20230410.jar
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/com.parasoft.xtest.analyzers.api-10.6.2.20230410.jar.md5
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/com.parasoft.xtest.analyzers.api-10.6.2.20230410.jar.sha1
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/com.parasoft.xtest.analyzers.api-10.6.2.20230410.pom
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/com.parasoft.xtest.analyzers.api-10.6.2.20230410.pom.md5
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/10.6.2.20230410/com.parasoft.xtest.analyzers.api-10.6.2.20230410.pom.sha1
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/maven-metadata-local.xml
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/maven-metadata-local.xml.md5
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.analyzers.api/maven-metadata-local.xml.sha1
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/10.6.2.20230410/_remote.repositories
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/10.6.2.20230410/com.parasoft.xtest.chart.api-10.6.2.20230410.jar
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/10.6.2.20230410/com.parasoft.xtest.chart.api-10.6.2.20230410.jar.md5
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/10.6.2.20230410/com.parasoft.xtest.chart.api-10.6.2.20230410.jar.sha1
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/10.6.2.20230410/com.parasoft.xtest.chart.api-10.6.2.20230410.pom
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/10.6.2.20230410/com.parasoft.xtest.chart.api-10.6.2.20230410.pom.md5
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/10.6.2.20230410/com.parasoft.xtest.chart.api-10.6.2.20230410.pom.sha1
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/maven-metadata-local.xml
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/maven-metadata-local.xml.md5
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.chart.api/maven-metadata-local.xml.sha1
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.common.api/10.6.2.20230410/_remote.repositories
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.common.api/10.6.2.20230410/com.parasoft.xtest.common.api-10.6.2.20230410-sources.jar
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.common.api/10.6.2.20230410/com.parasoft.xtest.common.api-10.6.2.20230410-sources.jar.md5
R 
repository/com/parasoft/xtest/common/com.parasoft.xtest.common.api/10.6.2.20230410/com.parasoft.xtest.common.api-10.6.2.20230410-sources.jar.sha1
R 

[jenkinsci/parasoft-findings-plugin]

2023-11-29 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/don_MoveFileLocation
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/don_MoveFileLocation/bfc136-00%40github.com.


[jenkinsci/parasoft-findings-plugin] bfc136: Move files location

2023-11-29 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: bfc136579e6f244fc641c6187e704400e0515b57
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/bfc136579e6f244fc641c6187e704400e0515b57
  Author: dtang 
  Date:   2023-11-29 (Wed, 29 Nov 2023)

  Changed paths:
R 
src/main/java/com/parasoft/findings/jenkins/internal/variables/Messages.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/variables/VariablePatternVerifier.java
R 
src/main/java/com/parasoft/findings/jenkins/internal/variables/res/messages.properties
R 
src/main/java/com/parasoft/findings/jenkins/internal/variables/res/messages_ja.properties
R 
src/main/java/com/parasoft/findings/jenkins/internal/variables/res/messages_zh_CN.properties
R src/main/java/com/parasoft/findings/jenkins/res/messages_ja.properties
R src/main/java/com/parasoft/findings/jenkins/res/messages_zh_CN.properties
R src/main/java/com/parasoft/findings/jenkins/tool/Messages.java
M src/main/java/com/parasoft/findings/jenkins/tool/ParasoftTableModel.java
M src/main/java/com/parasoft/findings/jenkins/tool/ParasoftTool.java
R src/main/java/com/parasoft/findings/jenkins/tool/res/messages.properties
R 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_ja.properties
R 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_zh_CN.properties
A 
src/main/resources/com/parasoft/findings/jenkins/internal/variables/Messages.properties
A 
src/main/resources/com/parasoft/findings/jenkins/internal/variables/Messages_ja.properties
A 
src/main/resources/com/parasoft/findings/jenkins/internal/variables/Messages_zh_CN.properties
A src/main/resources/com/parasoft/findings/jenkins/tool/Messages.properties
A 
src/main/resources/com/parasoft/findings/jenkins/tool/Messages_ja.properties
A 
src/main/resources/com/parasoft/findings/jenkins/tool/Messages_zh_CN.properties

  Log Message:
  ---
  Move files location


  Commit: 684aac0867956acd1469606edb14e2842baa9801
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/684aac0867956acd1469606edb14e2842baa9801
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-29 (Wed, 29 Nov 2023)

  Changed paths:
R 
src/main/java/com/parasoft/findings/jenkins/internal/variables/Messages.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/variables/VariablePatternVerifier.java
R 
src/main/java/com/parasoft/findings/jenkins/internal/variables/res/messages.properties
R 
src/main/java/com/parasoft/findings/jenkins/internal/variables/res/messages_ja.properties
R 
src/main/java/com/parasoft/findings/jenkins/internal/variables/res/messages_zh_CN.properties
R src/main/java/com/parasoft/findings/jenkins/res/messages_ja.properties
R src/main/java/com/parasoft/findings/jenkins/res/messages_zh_CN.properties
R src/main/java/com/parasoft/findings/jenkins/tool/Messages.java
M src/main/java/com/parasoft/findings/jenkins/tool/ParasoftTableModel.java
M src/main/java/com/parasoft/findings/jenkins/tool/ParasoftTool.java
R src/main/java/com/parasoft/findings/jenkins/tool/res/messages.properties
R 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_ja.properties
R 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_zh_CN.properties
A 
src/main/resources/com/parasoft/findings/jenkins/internal/variables/Messages.properties
A 
src/main/resources/com/parasoft/findings/jenkins/internal/variables/Messages_ja.properties
A 
src/main/resources/com/parasoft/findings/jenkins/internal/variables/Messages_zh_CN.properties
A src/main/resources/com/parasoft/findings/jenkins/tool/Messages.properties
A 
src/main/resources/com/parasoft/findings/jenkins/tool/Messages_ja.properties
A 
src/main/resources/com/parasoft/findings/jenkins/tool/Messages_zh_CN.properties

  Log Message:
  ---
  Merge pull request #108 from jenkinsci/don_MoveFileLocation

Move files location


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/7a37ff5b2910...684aac086795

-- 
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/parasoft-findings-plugin/push/refs/heads/master/7a37ff-684aac%40github.com.


[jenkinsci/parasoft-findings-plugin] 9a42ed: Added LICENSE

2023-11-27 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 9a42ed5902f7f07dd8024c50b0a0f534bf6a3ed6
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/9a42ed5902f7f07dd8024c50b0a0f534bf6a3ed6
  Author: Roller Wang 
  Date:   2023-11-28 (Tue, 28 Nov 2023)

  Changed paths:
A LICENSE
M pom.xml

  Log Message:
  ---
  Added LICENSE


  Commit: 7a37ff5b2910867ba6dd371f4b79f44e5e814d0a
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/7a37ff5b2910867ba6dd371f4b79f44e5e814d0a
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-27 (Mon, 27 Nov 2023)

  Changed paths:
A LICENSE
M pom.xml

  Log Message:
  ---
  Merge pull request #107 from jenkinsci/add_license

Added LICENSE


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/b8377379eba8...7a37ff5b2910

-- 
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/parasoft-findings-plugin/push/refs/heads/master/b83773-7a37ff%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-27 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/add_license
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/add_license/9a42ed-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 7cdcf6: Updated readme after release

2023-11-16 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 7cdcf68929b03d950d1c83cbc8f2d017f184f9a4
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/7cdcf68929b03d950d1c83cbc8f2d017f184f9a4
  Author: yshi-parasoft 
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Updated readme after release


-- 
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/parasoft-findings-plugin/push/refs/heads/master/e720c9-7cdcf6%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-16 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/tags/parasoft-findings-10.7.0
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/tags/parasoft-findings-10.7.0/00-3cc86a%40github.com.


[jenkinsci/parasoft-findings-plugin] e720c9: [maven-release-plugin] prepare for next developmen...

2023-11-16 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: e720c9800b459969c2a3bdde0a1d6b4cc8e4c58c
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/e720c9800b459969c2a3bdde0a1d6b4cc8e4c58c
  Author: yshi-parasoft 
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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/parasoft-findings-plugin/push/refs/heads/master/cf2762-e720c9%40github.com.


[jenkinsci/parasoft-findings-plugin] cf2762: [maven-release-plugin] prepare release parasoft-fi...

2023-11-16 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: cf27625579658fecb38d027f1f8fe13b5b008078
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/cf27625579658fecb38d027f1f8fe13b5b008078
  Author: yshi-parasoft 
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parasoft-findings-10.7.0


-- 
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/parasoft-findings-plugin/push/refs/heads/master/9732a2-cf2762%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-16 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/spotbug
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/spotbug/2e07e0-00%40github.com.


[jenkinsci/parasoft-findings-plugin] a193db: Added spotbugs plugin in pom and fixed violations

2023-11-16 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: a193dbdf33c639e9ad01a2f6daecdf6cbf3c72eb
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/a193dbdf33c639e9ad01a2f6daecdf6cbf3c72eb
  Author: Roller Wang 
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
M pom.xml
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildAction.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporter.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageTableModel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/ReferenceBuildActionResult.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/ReferenceResult.java
M src/main/java/com/parasoft/findings/jenkins/coverage/model/FileNode.java
M src/main/java/com/parasoft/findings/jenkins/coverage/model/Node.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/model/PackageNode.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/model/SafeFraction.java

  Log Message:
  ---
  Added spotbugs plugin in pom and fixed violations


  Commit: 2e07e02d726c89588ed1df82fcd9606c89cad4ab
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/2e07e02d726c89588ed1df82fcd9606c89cad4ab
  Author: yshi-parasoft 
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added comment for introducing spotbugs


  Commit: 9732a2450325a8ab70896cc86df0ee023e8f64cb
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/9732a2450325a8ab70896cc86df0ee023e8f64cb
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
M pom.xml
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildAction.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporter.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageTableModel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/ReferenceBuildActionResult.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/ReferenceResult.java
M src/main/java/com/parasoft/findings/jenkins/coverage/model/FileNode.java
M src/main/java/com/parasoft/findings/jenkins/coverage/model/Node.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/model/PackageNode.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/model/SafeFraction.java

  Log Message:
  ---
  Merge pull request #104 from jenkinsci/spotbug

Added spotbugs plugin in pom and fixed violations


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/47189e379b5f...9732a2450325

-- 
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/parasoft-findings-plugin/push/refs/heads/master/47189e-9732a2%40github.com.


[jenkinsci/parasoft-findings-plugin] 2e07e0: Added comment for introducing spotbugs

2023-11-16 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/spotbug
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 2e07e02d726c89588ed1df82fcd9606c89cad4ab
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/2e07e02d726c89588ed1df82fcd9606c89cad4ab
  Author: yshi-parasoft 
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added comment for introducing spotbugs


-- 
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/parasoft-findings-plugin/push/refs/heads/spotbug/a193db-2e07e0%40github.com.


[jenkinsci/parasoft-findings-plugin] 47189e: Skipped RuleDocumentationStorageTest.dtpRuleDownlo...

2023-11-15 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 47189e379b5fdbdbdd0b51b9a537ead6dadeba56
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/47189e379b5fdbdbdd0b51b9a537ead6dadeba56
  Author: yshi-parasoft 
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
M 
src/test/java/com/parasoft/findings/jenkins/RuleDocumentationStorageTest.java

  Log Message:
  ---
  Skipped RuleDocumentationStorageTest.dtpRuleDownloadTest() as default


-- 
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/parasoft-findings-plugin/push/refs/heads/master/ebb597-47189e%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-14 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/roller_cicd578
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/roller_cicd578/548662-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 0290cf: Removed names in xml reports

2023-11-14 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 0290cfec31165e8b42a3ffa982563ee22857579e
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/0290cfec31165e8b42a3ffa982563ee22857579e
  Author: Roller Wang 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M src/test/java/com/parasoft/findings/jenkins/ParasoftParserTest.java
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/parasoft_coverage.xml
M src/test/resources/coverage.xml
M src/test/resources/jenkins/reportToEdit.xml
M src/test/resources/xml/SOAtest_functional_10.6.1.xml
M src/test/resources/xml/SOAtest_static_10.6.0.xml
M src/test/resources/xml/SOAtest_static_10.6.1.xml
M src/test/resources/xml/cppTest_10.3.2_desktop_flowanalysis.xml
M src/test/resources/xml/cppTest_10.3.2_desktop_static.xml
M src/test/resources/xml/cppTest_10.3.2_desktop_static_categories.xml
M src/test/resources/xml/cppTest_10.3.3_desktop_unit.xml
M src/test/resources/xml/cppTest_10.3.3_desktop_vs_unit.xml
M src/test/resources/xml/cppTest_10.3.4_engine_static.xml
M src/test/resources/xml/cppTest_10.3.4_engine_unit.xml
M src/test/resources/xml/cppTest_10.3.4_engine_unit_2.xml
M src/test/resources/xml/cppTest_10.4.0_engine_flowanalysis.xml
M src/test/resources/xml/cppTest_10.4.2_engine_metrics.xml
M src/test/resources/xml/cppTest_10.5.0_static.xml
M src/test/resources/xml/cppTest_10.5.1_flowanalysis.xml
M src/test/resources/xml/cppTest_10.5.1_static.xml
M src/test/resources/xml/cppTest_10.5.1_unit.xml
M src/test/resources/xml/cppTest_10.5.2_engine_static.xml
M src/test/resources/xml/cppTest_10.5.2_flowanalysis.xml
M src/test/resources/xml/cppTest_10.5.2_static.xml
M src/test/resources/xml/cppTest_10.5.2_unit.xml
M src/test/resources/xml/cppTest_10.6.0_engine_static_flowanalysis.xml
M src/test/resources/xml/cppTest_10.6.0_flowanalysis.xml
M src/test/resources/xml/cppTest_10.6.0_static.xml
M src/test/resources/xml/cppTest_10.6.0_unit.xml
M src/test/resources/xml/jTest_10.2_unit.xml
M src/test/resources/xml/jTest_10.5.0_static.xml
M src/test/resources/xml/jTest_10_static.xml
M src/test/resources/xml/jTest_10_static_2.xml
M src/test/resources/xml/jTest_10_static_code_dup.xml
M src/test/resources/xml/jTest_10_static_empty_element.xml
M src/test/resources/xml/jTest_10_static_with_annotations.xml
M src/test/resources/xml/jTest_10_unit.xml
M src/test/resources/xml/jtest_10.5.2_static.xml
M src/test/resources/xml/jtest_10.6.0_static.xml
M src/test/resources/xml/jtest_10.6.0_unit.xml
M src/test/resources/xml/simulator_unit.xml
M src/test/resources/xml/soatestDesktop9Functional.xml
M src/test/resources/xml/soatestDesktop9FunctionalIterations.xml
M src/test/resources/xml/soatestDesktopCalc3.xml
M src/test/resources/xml/soatestWar.xml
M src/test/resources/xml/soatestWarCalc3.xml
M src/test/resources/xml/soatestWarCalcDirs.xml
M src/test/resources/xml/soatestWarLoop.xml
M src/test/resources/xml/soatest_10.5.0.xml
M src/test/resources/xml/soatest_desktop_10_5_2.xml

  Log Message:
  ---
  Removed names in xml reports


  Commit: 5486625bbc50105efd209cfc300e44d4ad244c29
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/5486625bbc50105efd209cfc300e44d4ad244c29
  Author: yshi-parasoft 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M 
src/test/java/com/parasoft/findings/jenkins/RuleDocumentationStorageTest.java
M src/test/resources/settings/settings.properties

  Log Message:
  ---
  Update settings.properties


  Commit: 2a6b0843fb542eb23e5625dcb556055a2be203e1
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/2a6b0843fb542eb23e5625dcb556055a2be203e1
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M src/test/java/com/parasoft/findings/jenkins/ParasoftParserTest.java
M 
src/test/java/com/parasoft/findings/jenkins/RuleDocumentationStorageTest.java
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/parasoft_coverage.xml
M src/test/resources/coverage.xml
M src/test/resources/jenkins/reportToEdit.xml
M src/test/resources/settings/settings.properties
M src/test/resources/xml/SOAtest_functional_10.6.1.xml
M src/test/resources/xml/SOAtest_static_10.6.0.xml
M src/test/resources/xml/SOAtest_static_10.6.1.xml
M src/test/resources/xml/cppTest_10.3.2_desktop_flowanalysis.xml
M src/test/resources/xml/cppTest_10.3.2_desktop_static.xml
M src/test/resources/xml/cppTest_10.3.2_desktop_static_categories.xml
M src/test/resources/xml/cppTest_10.3.3_desktop_unit.xml
M src/test/resources/xml/cppTest_10.3.3_desktop_vs_unit.xml
M src/test/resources/xml/cppTest_10.3.4_engine_static.xml
M 

[jenkinsci/parasoft-findings-plugin] 548662: Update settings.properties

2023-11-14 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/roller_cicd578
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 5486625bbc50105efd209cfc300e44d4ad244c29
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/5486625bbc50105efd209cfc300e44d4ad244c29
  Author: yshi-parasoft 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M 
src/test/java/com/parasoft/findings/jenkins/RuleDocumentationStorageTest.java
M src/test/resources/settings/settings.properties

  Log Message:
  ---
  Update settings.properties


-- 
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/parasoft-findings-plugin/push/refs/heads/roller_cicd578/0290cf-548662%40github.com.


[jenkinsci/parasoft-findings-plugin] 268d8e: Optimized messages for reference build and job

2023-11-13 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/cicd36
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 268d8eecde86c4b53b55c9a97fc370d1c9a7b37c
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/268d8eecde86c4b53b55c9a97fc370d1c9a7b37c
  Author: Roller Wang 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M src/main/webapp/help/parasoftCoverage/help-referenceBuild.html
M src/main/webapp/help/parasoftCoverage/help-referenceBuild_zh_CN.html
M src/main/webapp/help/parasoftCoverage/help-referenceJob.html
M src/main/webapp/help/parasoftCoverage/help-referenceJob_zh_CN.html

  Log Message:
  ---
  Optimized messages for reference build and job


  Commit: c22e1ba2fb84731a2c305073e5419a126621aed6
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/c22e1ba2fb84731a2c305073e5419a126621aed6
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-13 (Mon, 13 Nov 2023)

  Changed paths:
M src/main/webapp/help/parasoftCoverage/help-referenceBuild.html
M src/main/webapp/help/parasoftCoverage/help-referenceBuild_zh_CN.html
M src/main/webapp/help/parasoftCoverage/help-referenceJob.html
M src/main/webapp/help/parasoftCoverage/help-referenceJob_zh_CN.html

  Log Message:
  ---
  Merge pull request #100 from jenkinsci/optimize_messages

Optimized messages for reference build and job


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/cfe5383b2738...c22e1ba2fb84

-- 
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/parasoft-findings-plugin/push/refs/heads/cicd36/cfe538-c22e1b%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-13 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/optimize_messages
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/optimize_messages/268d8e-00%40github.com.


[jenkinsci/parasoft-findings-plugin] d12340: Modified pom

2023-11-10 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: d123407d708474cb3c6f8c360fb7202b60dc7fda
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/d123407d708474cb3c6f8c360fb7202b60dc7fda
  Author: yshi-parasoft 
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
M 
repository/com/parasoft/xtest/build.xtest/10.6.2.20230410/build.xtest-10.6.2.20230410.pom

  Log Message:
  ---
  Modified pom


-- 
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/parasoft-findings-plugin/push/refs/heads/master/bfe937-d12340%40github.com.


[jenkinsci/parasoft-findings-plugin] efc560: Change the link of Parasoft Coverage data on the D...

2023-11-09 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/cicd36
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: efc5608d2254af5b713eb15d91efb2b8e28eb7ee
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/efc5608d2254af5b713eb15d91efb2b8e28eb7ee
  Author: Jason 
  Date:   2023-11-09 (Thu, 09 Nov 2023)

  Changed paths:
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/column.jelly

  Log Message:
  ---
  Change the link of Parasoft Coverage data on the Dashboard to the latest 
complete build


  Commit: cfe5383b27382d9d35fcd713d94e77b8b000945f
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/cfe5383b27382d9d35fcd713d94e77b8b000945f
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-09 (Thu, 09 Nov 2023)

  Changed paths:
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/column.jelly

  Log Message:
  ---
  Merge pull request #99 from jenkinsci/jason_cicd565

Correct the link of Parasoft Coverage data on the Dashboard


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/98a7d72fd03b...cfe5383b2738

-- 
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/parasoft-findings-plugin/push/refs/heads/cicd36/98a7d7-cfe538%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-09 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/jason_cicd565
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/jason_cicd565/efc560-00%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-08 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/cicd36-localization-review
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/cicd36-localization-review/eab3e2-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 095779: Jenkins plugin localization review

2023-11-08 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/cicd36
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 095779791be0e426713a409e2759b2dbc604afb3
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/095779791be0e426713a409e2759b2dbc604afb3
  Author: Klaus Zhou 
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/cell-style.css
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/model/Messages_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/source/Messages_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/source/SourceViewModel/index_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageViewModel/index_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages_zh_CN.properties
M src/main/resources/com/parasoft/findings/jenkins/coverage/cobertura.xsl
M 
src/main/resources/com/parasoft/findings/jenkins/tool/ParasoftTool/help-localSettingsPath.html
M 
src/main/resources/com/parasoft/findings/jenkins/tool/ParasoftTool/local-config.properties
M src/main/resources/com/parasoft/findings/jenkins/xunit/soatest-xunit.xsl
M src/main/resources/index.jelly
M src/main/resources/parasoftCoverage/chart-setup.jelly
M src/main/resources/parasoftCoverage/chart-setup.properties
M src/main/resources/parasoftCoverage/chart-setup_zh_CN.properties
M src/main/resources/parasoftCoverage/trend-setup.jelly
M src/main/resources/parasoftCoverage/trend-setup.properties
M src/main/resources/parasoftCoverage/trend-setup_zh_CN.properties

  Log Message:
  ---
  Jenkins plugin localization review


  Commit: fca5f80b2d3347a3d01e65f17b4a4a3bfdbf8a82
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/fca5f80b2d3347a3d01e65f17b4a4a3bfdbf8a82
  Author: Klaus Zhou 
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/ColorProvider.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageLevel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporter.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/model/registry/ParserRegistry.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/rules/JenkinsRulesUtil.java
M 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_ja.properties
M 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/model/Messages.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/model/Messages_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages_zh_CN.properties
M src/main/webapp/help/parasoftCoverage/help-referenceJob.html
M src/main/webapp/help/parasoftCoverage/help-referenceJob_zh_CN.html

  Log Message:
  ---
  Merge branch 'cicd36' into cicd36-localization-review

# Conflicts:
#   
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages_zh_CN.properties


  Commit: 772ca600a368278fc8f2b2419a932e1d950edbe7
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/772ca600a368278fc8f2b2419a932e1d950edbe7
  Author: Klaus Zhou 
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporter.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages_zh_CN.properties
M src/main/resources/parasoftCoverage/configuration.jelly
M src/main/resources/parasoftCoverage/configuration.properties
M src/main/resources/parasoftCoverage/configuration_zh_CN.properties
M src/main/webapp/help/parasoftCoverage/help-referenceBuild.html
M src/main/webapp/help/parasoftCoverage/help-referenceBuild_zh_CN.html
M 
src/test/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStepTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildActionTest.java

  Log Message:
  ---
  Merge branch 'cicd36' into cicd36-localization-review

# Conflicts:
#   
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages.properties
#   
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages_zh_CN.properties


  Commit: eab3e2807b59b54c4b98a4b646a76d9010a92f8d
  

[jenkinsci/parasoft-findings-plugin]

2023-11-07 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd546
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd546/f4eeec-00%40github.com.


[jenkinsci/parasoft-findings-plugin] f4eeec: Add support for specifying reference job with rela...

2023-11-07 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/cicd36
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: f4eeec0ac3ebf9c7a73e6a9efaf1f6625bd711dc
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/f4eeec0ac3ebf9c7a73e6a9efaf1f6625bd711dc
  Author: Alfie Wang 
  Date:   2023-11-07 (Tue, 07 Nov 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporter.java
M src/main/webapp/help/parasoftCoverage/help-referenceJob.html
M src/main/webapp/help/parasoftCoverage/help-referenceJob_zh_CN.html

  Log Message:
  ---
  Add support for specifying reference job with relative path.


  Commit: eef7d9cfba41996c14f4ac64476389055238e08d
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/eef7d9cfba41996c14f4ac64476389055238e08d
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-07 (Tue, 07 Nov 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporter.java
M src/main/webapp/help/parasoftCoverage/help-referenceJob.html
M src/main/webapp/help/parasoftCoverage/help-referenceJob_zh_CN.html

  Log Message:
  ---
  Merge pull request #96 from jenkinsci/alfie_cicd546

Research on how to support relative path of reference job for Jenkins plugin


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/289bc711b930...eef7d9cfba41

-- 
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/parasoft-findings-plugin/push/refs/heads/cicd36/289bc7-eef7d9%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-06 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/jason_cicd549
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/jason_cicd549/2542b5-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 2542b5: Resolve the error of the unit test

2023-11-06 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/cicd36
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 2542b5a395f6d304a31771a15fc7450848841376
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/2542b5a395f6d304a31771a15fc7450848841376
  Author: Jason 
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/ColorProvider.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageLevel.java

  Log Message:
  ---
  Resolve the error of the unit test


  Commit: 289bc711b930566e74419927471cef56f6a65aa1
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/289bc711b930566e74419927471cef56f6a65aa1
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/ColorProvider.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageLevel.java

  Log Message:
  ---
  Merge pull request #95 from jenkinsci/jason_cicd549

Resolve the error of the unit test


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/6719a63a6759...289bc711b930

-- 
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/parasoft-findings-plugin/push/refs/heads/cicd36/6719a6-289bc7%40github.com.


[jenkinsci/parasoft-findings-plugin] 6de095: Fix static analysis violations for Jenkins plugin

2023-11-03 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/cicd36
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 6de095670660e87c1dbd3ee66f84fb44ecdde02b
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/6de095670660e87c1dbd3ee66f84fb44ecdde02b
  Author: Jason 
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/ColorProvider.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageLevel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/model/registry/ParserRegistry.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/rules/JenkinsRulesUtil.java
M 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_ja.properties
M 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/model/Messages.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/model/Messages_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages_zh_CN.properties

  Log Message:
  ---
  Fix static analysis violations for Jenkins plugin


  Commit: 6719a63a67596304b3a4de74137569982541f249
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/6719a63a67596304b3a4de74137569982541f249
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/ColorProvider.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageLevel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/model/registry/ParserRegistry.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/rules/JenkinsRulesUtil.java
M 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_ja.properties
M 
src/main/java/com/parasoft/findings/jenkins/tool/res/messages_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/model/Messages.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/model/Messages_zh_CN.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages_zh_CN.properties

  Log Message:
  ---
  Merge pull request #94 from jenkinsci/jason_cicd549

Fix static analysis violations for Jenkins plugin


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/606b333135d3...6719a63a6759

-- 
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/parasoft-findings-plugin/push/refs/heads/cicd36/606b33-6719a6%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-03 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/jason_cicd549
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/jason_cicd549/6de095-00%40github.com.


[jenkinsci/parasoft-findings-plugin] c4ff30: Bump io.jenkins.plugins:warnings-ng from 10.0.3 to...

2023-11-03 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: c4ff30474348b59bbe1488372591e245c6669df1
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/c4ff30474348b59bbe1488372591e245c6669df1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.plugins:warnings-ng from 10.0.3 to 10.5.1

Bumps 
[io.jenkins.plugins:warnings-ng](https://github.com/jenkinsci/warnings-ng-plugin)
 from 10.0.3 to 10.5.1.
- [Release notes](https://github.com/jenkinsci/warnings-ng-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/warnings-ng-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/warnings-ng-plugin/compare/v10.0.3...v10.5.1)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins:warnings-ng
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: fd63864e7588c2fbeacdc06c95c6f6c18abad6c1
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/fd63864e7588c2fbeacdc06c95c6f6c18abad6c1
  Author: Alfie Wang 
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update Jenkins and hpi plugin version, remove unnecessary dependency 
specification.


  Commit: 5d061de018441b5f37457aed88eb89e52c4247b5
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/5d061de018441b5f37457aed88eb89e52c4247b5
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #89 from 
jenkinsci/dependabot/maven/io.jenkins.plugins-warnings-ng-10.5.1

Bump io.jenkins.plugins:warnings-ng from 10.0.3 to 10.5.1


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/27ca80661f62...5d061de01844

-- 
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/parasoft-findings-plugin/push/refs/heads/master/27ca80-5d061d%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-11-03 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.plugins-warnings-ng-10.5.1
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/dependabot/maven/io.jenkins.plugins-warnings-ng-10.5.1/fd6386-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 05d279: Add license files and list Third-Party Acknowledge...

2023-10-17 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/cicd36
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 05d279b3656a54870ac873561d7917c78dbf8a32
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/05d279b3656a54870ac873561d7917c78dbf8a32
  Author: lli-parasoft 
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
A src/main/webapp/licenses/mit-license.txt

  Log Message:
  ---
  Add license files and list Third-Party Acknowledgements for third party 
dependencies


  Commit: 6e1f6e955b5bbbf0e303246bcf6e480fbca848a5
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/6e1f6e955b5bbbf0e303246bcf6e480fbca848a5
  Author: lli-parasoft 
  Date:   2023-10-13 (Fri, 13 Oct 2023)

  Changed paths:
M etc/assertj-templates/assertions_entry_point_class_template.txt
M etc/assertj-templates/has_assertion_template.txt
M etc/assertj-templates/soft_assertions_entry_point_class_template.txt
M pom.xml
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageSeriesBuilder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageTrendChart.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/package-info.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/ColorId.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/ColorProvider.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/ColorProviderFactory.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/ColorScheme.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageChangeLevel.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageChangeTendency.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageColorJenkinsId.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageColorPalette.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/CoverageLevel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/color/package-info.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/model/Baseline.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/model/CoverageStatistics.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/model/ElementFormatter.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/model/package-info.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/source/CoverageSourcePrinter.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/source/MutationSourcePrinter.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/source/SourceCodeFacade.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/source/SourceCodePainter.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/source/SourceViewModel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/source/package-info.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/ChangesTableModel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CodeDeltaCalculator.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageApi.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildAction.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisher.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageJobAction.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGate.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGateEvaluator.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReportScanner.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReporter.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageTableModel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageTool.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageViewModel.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageXmlStream.java
M 

[jenkinsci/parasoft-findings-plugin]

2023-10-17 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/lee_cicd506
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/lee_cicd506/6e1f6e-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 8531de: [maven-release-plugin] prepare for next developmen...

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3-branch
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 8531ded3167cfffa64c860f4cc2562ebf256af44
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/8531ded3167cfffa64c860f4cc2562ebf256af44
  Author: yshi 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3-branch/c00a36-8531de%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/tags/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/tags/parasoft-findings-10.6.3/00-6901a8%40github.com.


[jenkinsci/parasoft-findings-plugin] c00a36: [maven-release-plugin] prepare release parasoft-fi...

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3-branch
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: c00a3616a089535f3df4bbd4e6a017dd8472f73c
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/c00a3616a089535f3df4bbd4e6a017dd8472f73c
  Author: yshi 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parasoft-findings-10.6.3


-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3-branch/5ad01f-c00a36%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3-branch
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3-branch/9ce6d2-5ad01f%40github.com.


[jenkinsci/parasoft-findings-plugin] 9ce6d2: [maven-release-plugin] prepare release parasoft-fi...

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3-branch
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 9ce6d2f1e7b433ee5252fa00c5510e7fa12dbc1a
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/9ce6d2f1e7b433ee5252fa00c5510e7fa12dbc1a
  Author: yshi 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parasoft-findings-10.6.3


-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3-branch/5ad01f-9ce6d2%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3-branch
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3-branch/5d8561-5ad01f%40github.com.


[jenkinsci/parasoft-findings-plugin] 5d8561: [maven-release-plugin] prepare release parasoft-fi...

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3-branch
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 5d8561116587ad3fe72d01fc3b861aba255bb787
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/5d8561116587ad3fe72d01fc3b861aba255bb787
  Author: yshi 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parasoft-findings-10.6.3


-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3-branch/5ad01f-5d8561%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/tags/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/tags/parasoft-findings-10.6.3/12792d-00%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3/5ad01f-00%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3-branch
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3-branch/00-5ad01f%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3/af2a9b-5ad01f%40github.com.


[jenkinsci/parasoft-findings-plugin] af2a9b: [maven-release-plugin] prepare for next developmen...

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: af2a9b693aef4db4bed78f4a3cccbcd8609bda64
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/af2a9b693aef4db4bed78f4a3cccbcd8609bda64
  Author: yshi 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3/7f5f62-af2a9b%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/tags/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/tags/parasoft-findings-10.6.3/00-12792d%40github.com.


[jenkinsci/parasoft-findings-plugin] 7f5f62: [maven-release-plugin] prepare release parasoft-fi...

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 7f5f6271b621afc9d3b189c955d5e583b2adc842
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/7f5f6271b621afc9d3b189c955d5e583b2adc842
  Author: yshi 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parasoft-findings-10.6.3


-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3/5ad01f-7f5f62%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3/fb4a1c-5ad01f%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/tags/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/tags/parasoft-findings-10.6.3/e413f8-00%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-08-30 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/tags/parasoft-findings-10.6.3-release
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/tags/parasoft-findings-10.6.3-release/00-fb4a1c%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-08-30 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/tags/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/tags/parasoft-findings-10.6.3/00-e413f8%40github.com.


[jenkinsci/parasoft-findings-plugin] 9641a4: [maven-release-plugin] prepare release parasoft-fi...

2023-08-30 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/parasoft-findings-10.6.3
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 9641a45a6c8fbe2a6ea01679d93079705d2be38e
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/9641a45a6c8fbe2a6ea01679d93079705d2be38e
  Author: yshi 
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parasoft-findings-10.6.3


  Commit: fb4a1c24c775a8b6a52196d7d9ad1586a38dcbd7
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/fb4a1c24c775a8b6a52196d7d9ad1586a38dcbd7
  Author: yshi 
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/5ad01ff9f8e6...fb4a1c24c775

-- 
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/parasoft-findings-plugin/push/refs/heads/parasoft-findings-10.6.3/5ad01f-fb4a1c%40github.com.


[jenkinsci/parasoft-findings-plugin] ad4ecc: Update readme on GitHub

2023-08-06 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd279
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: ad4ecca701903e028b5cd0c95d7a745b89a01a11
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/ad4ecca701903e028b5cd0c95d7a745b89a01a11
  Author: yshi-parasoft 
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Update readme on GitHub


-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd279/b7325c-ad4ecc%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-08-06 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd279
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd279/dc02df-b7325c%40github.com.


[jenkinsci/parasoft-findings-plugin] b468a6: Fix the error caused by having spaces in the repor...

2023-07-27 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: b468a602b317db224cba62b8ad02158313705dfa
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/b468a602b317db224cba62b8ad02158313705dfa
  Author: Alfie Wang 
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java

  Log Message:
  ---
  Fix the error caused by having spaces in the report file workspace relative 
path.


  Commit: 28f3f782bf0f5500678bb3ddb9328eae67914b50
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/28f3f782bf0f5500678bb3ddb9328eae67914b50
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-07-27 (Thu, 27 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java

  Log Message:
  ---
  Merge pull request #36 from jenkinsci/alfie_cicd354

Fix the error caused by having spaces in the report file workspace relative 
path.


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/67c25550c9ab...28f3f782bf0f

-- 
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/parasoft-findings-plugin/push/refs/heads/master/67c255-28f3f7%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-27 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd354
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd354/b468a6-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 34ec77: Fix the class loading error when record coverage w...

2023-07-24 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 34ec7785b7d1352abee5e5495230091ef3684630
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/34ec7785b7d1352abee5e5495230091ef3684630
  Author: Alfie Wang 
  Date:   2023-07-21 (Fri, 21 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix the class loading error when record coverage with Built-In Node.


  Commit: f5895504fb717fc67b3fe063e03cfc50b211648d
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/f5895504fb717fc67b3fe063e03cfc50b211648d
  Author: Alfie Wang 
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
A src/main/webapp/licenses/mozilla-public-license-2.0.txt

  Log Message:
  ---
  Add license file for Saxon-HE.


  Commit: 084dac2fe9cafad976763dd324be063fbf9b9c97
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/084dac2fe9cafad976763dd324be063fbf9b9c97
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
M pom.xml
A src/main/webapp/licenses/mozilla-public-license-2.0.txt

  Log Message:
  ---
  Merge pull request #34 from jenkinsci/alfie_cicd353

Fix the class loading error when record coverage with Built-In Node.


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/27a0b0143856...084dac2fe9ca

-- 
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/parasoft-findings-plugin/push/refs/heads/master/27a0b0-084dac%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-24 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd353
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd353/f58955-00%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-24 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/renee_cicd339
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/renee_cicd339/d9780f-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 686d75: Enable plugins to support specifying source code e...

2023-07-24 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 686d75faf1df06202e4ff0e74251a5fd23cdb2e2
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/686d75faf1df06202e4ff0e74251a5fd23cdb2e2
  Author: rliu-parasoft 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/config.jelly
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/config.properties
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/help-sourceCodeEncoding.html

  Log Message:
  ---
  Enable plugins to support specifying source code encoding


  Commit: 9d960d7d7a84ca239e661bc8a4291781b3f6
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/9d960d7d7a84ca239e661bc8a4291781b3f6
  Author: rliu-parasoft 
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/config.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/config.properties
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/config.jelly
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/help-pattern.html
A src/main/resources/parasoftCoverage/configuration.jelly
A src/main/resources/parasoftCoverage/configuration.properties
A src/main/resources/parasoftCoverage/taglib

  Log Message:
  ---
  Merge branch 'master' into renee_cicd339

# Conflicts:
#   
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java


  Commit: 8dd63a64a1d2d31960a5916815fbfdc3e0e853f5
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/8dd63a64a1d2d31960a5916815fbfdc3e0e853f5
  Author: rliu-parasoft 
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/config.jelly
M src/main/resources/parasoftCoverage/configuration.jelly

  Log Message:
  ---
  Let "sourceCodeEncoding" field in the pipeline support


  Commit: d9780ffcaa760a18cf0c30243c9e9f1e95d2253b
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/d9780ffcaa760a18cf0c30243c9e9f1e95d2253b
  Author: rliu-parasoft 
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/help-sourceCodeEncoding.html
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/help-sourceCodeEncoding.html
M src/main/resources/parasoftCoverage/configuration.jelly

  Log Message:
  ---
  Changed code to use the same default as Jenkins Code Coverage plugin


  Commit: 27a0b01438568baa8391bb22476aa648aebdc6a3
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/27a0b01438568baa8391bb22476aa648aebdc6a3
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/help-sourceCodeEncoding.html
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/help-sourceCodeEncoding.html
M src/main/resources/parasoftCoverage/configuration.jelly
M src/main/resources/parasoftCoverage/configuration.properties

  Log Message:
  ---
  Merge pull request #31 from jenkinsci/renee_cicd339

Enable plugins to support specifying source code encoding


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/dbe2a09fbcfd...27a0b0143856

-- 
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/parasoft-findings-plugin/push/refs/heads/master/dbe2a0-27a0b0%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-21 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/refactor
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/refactor/a63676-00%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-21 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/backup
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/backup/94e79c-00%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-19 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/backup
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/backup/00-94e79c%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-19 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/master/38f9ae-14ee8d%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-19 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/revert-30-alfie_cicd279
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/revert-30-alfie_cicd279/8b854d-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 8b854d: Revert "Update readme and description in Plugin Ma...

2023-07-19 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/revert-30-alfie_cicd279
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 8b854dc8c71e8d09460b55b639145c67a5be43ca
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/8b854dc8c71e8d09460b55b639145c67a5be43ca
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M README.md
M src/main/resources/index.jelly

  Log Message:
  ---
  Revert "Update readme and description in Plugin Manager."


-- 
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/parasoft-findings-plugin/push/refs/heads/revert-30-alfie_cicd279/00-8b854d%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-19 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd279
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd279/00-dc02df%40github.com.


[jenkinsci/parasoft-findings-plugin] ce193f: Update readme and description in Plugin Manager.

2023-07-18 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: ce193f888596fc934b009e30e7d93f24acafeca5
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/ce193f888596fc934b009e30e7d93f24acafeca5
  Author: Alfie Wang 
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
M README.md
M src/main/resources/index.jelly

  Log Message:
  ---
  Update readme and description in Plugin Manager.


  Commit: dc02dfe6ad04c56e364e5a584ce35bb1197ba4a3
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/dc02dfe6ad04c56e364e5a584ce35bb1197ba4a3
  Author: yshi-parasoft 
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
M src/main/resources/index.jelly

  Log Message:
  ---
  Rephrased description for the plugin


  Commit: 38f9ae91bc2080a3b32c4d1c9baee86f585eb29c
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/38f9ae91bc2080a3b32c4d1c9baee86f585eb29c
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
M README.md
M src/main/resources/index.jelly

  Log Message:
  ---
  Merge pull request #30 from jenkinsci/alfie_cicd279

Update readme and description in Plugin Manager.


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/14ee8da0224d...38f9ae91bc20

-- 
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/parasoft-findings-plugin/push/refs/heads/master/14ee8d-38f9ae%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-18 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd279
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd279/dc02df-00%40github.com.


[jenkinsci/parasoft-findings-plugin] dc02df: Rephrased description for the plugin

2023-07-18 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd279
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: dc02dfe6ad04c56e364e5a584ce35bb1197ba4a3
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/dc02dfe6ad04c56e364e5a584ce35bb1197ba4a3
  Author: yshi-parasoft 
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
M src/main/resources/index.jelly

  Log Message:
  ---
  Rephrased description for the plugin


-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd279/ce193f-dc02df%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-18 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/lee_cicd276
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/lee_cicd276/113a60-00%40github.com.


[jenkinsci/parasoft-findings-plugin] fa83fd: Add support for pipeline

2023-07-18 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: fa83fd2d0ca54fee155afe91ed635797f46a4072
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/fa83fd2d0ca54fee155afe91ed635797f46a4072
  Author: lli-parasoft 
  Date:   2023-07-07 (Fri, 07 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/config.jelly
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/config.properties
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/help-pattern.html
M 
src/test/java/com/parasoft/findings/jenkins/RuleDocumentationStorageTest.java

  Log Message:
  ---
  Add support for pipeline


  Commit: bda6dc0b3aba8ad037917bce21f93c314e24eb49
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/bda6dc0b3aba8ad037917bce21f93c314e24eb49
  Author: lli-parasoft 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java
M src/main/resources/com/parasoft/findings/jenkins/coverage/cobertura.xsl

  Log Message:
  ---
  Merge branch 'master' into lee_cicd276

# Conflicts:
#   
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java


  Commit: a5928cfe49461e41354f36f14b4ec6a23a9d5085
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/a5928cfe49461e41354f36f14b4ec6a23a9d5085
  Author: lli-parasoft 
  Date:   2023-07-12 (Wed, 12 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/config.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/config.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/config.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/config.properties
A src/main/resources/parasoftCoverage/configuration.jelly
A src/main/resources/parasoftCoverage/configuration.properties
A src/main/resources/parasoftCoverage/taglib
M 
src/test/java/com/parasoft/findings/jenkins/RuleDocumentationStorageTest.java

  Log Message:
  ---
  Change the implement to reflect. Modify code by feedback.


  Commit: 4d25d7267c370d453589ac6c67b8491403aaff66
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/4d25d7267c370d453589ac6c67b8491403aaff66
  Author: lli-parasoft 
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java

  Log Message:
  ---
  Add comments


  Commit: 113a608abe1d6247248878bbcced8945774e680d
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/113a608abe1d6247248878bbcced8945774e680d
  Author: yshi-parasoft 
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java

  Log Message:
  ---
  Refine some comment


  Commit: 14ee8da0224d90e6144a2d20f921e43fdc2e3c0d
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/14ee8da0224d90e6144a2d20f921e43fdc2e3c0d
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/config.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder/config.properties
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/config.jelly
A 
src/main/resources/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep/help-pattern.html
A src/main/resources/parasoftCoverage/configuration.jelly
A src/main/resources/parasoftCoverage/configuration.properties
A src/main/resources/parasoftCoverage/taglib

  Log Message:
  ---
  Merge pull request #28 from jenkinsci/lee_cicd276

Add support for pipeline


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/b7325c316758...14ee8da0224d

-- 
You received this message because you are 

[jenkinsci/parasoft-findings-plugin] 113a60: Refine some comment

2023-07-18 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/lee_cicd276
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 113a608abe1d6247248878bbcced8945774e680d
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/113a608abe1d6247248878bbcced8945774e680d
  Author: yshi-parasoft 
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java

  Log Message:
  ---
  Refine some comment


-- 
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/parasoft-findings-plugin/push/refs/heads/lee_cicd276/4d25d7-113a60%40github.com.


[jenkinsci/parasoft-findings-plugin] a63676: Refactored some simple classes

2023-07-10 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/refactor
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: a636761894848f24b7429e1c410f44bf6158db9e
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/a636761894848f24b7429e1c410f44bf6158db9e
  Author: yshi-parasoft 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/internal/JenkinsLocationMatcher.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/JenkinsResultsImporter.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/IStringConstants.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/ParasoftConstants.java
A src/main/java/com/parasoft/findings/jenkins/internal/common/PathUtil.java
A src/main/java/com/parasoft/findings/jenkins/internal/common/UIO.java
A src/main/java/com/parasoft/findings/jenkins/internal/common/UObject.java
A src/main/java/com/parasoft/findings/jenkins/internal/common/UURL.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/collections/UCollection.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/crypto/CryptUtil.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/io/FileUtil.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/io/IOUtils.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/locations/ILocationXmlTags.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/locations/LocationUtil.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/path/PathInput.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/common/text/UString.java
A 
src/main/java/com/parasoft/findings/jenkins/internal/logging/internal/LoggingStorageUtil.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/rules/JenkinsRulesUtil.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/rules/RuleDocumentationReader.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/rules/RuleDocumentationStorage.java
M 
src/main/java/com/parasoft/findings/jenkins/internal/services/JenkinsServicesProvider.java
M src/main/java/com/parasoft/findings/jenkins/parser/DupCodePathBuilder.java
M 
src/main/java/com/parasoft/findings/jenkins/parser/DupIssueAdditionalProperties.java
M 
src/main/java/com/parasoft/findings/jenkins/parser/FlowAnalysisPathBuilder.java
M 
src/main/java/com/parasoft/findings/jenkins/parser/FlowIssueAdditionalProperties.java
M src/main/java/com/parasoft/findings/jenkins/parser/ParasoftParser.java
M src/main/java/com/parasoft/findings/jenkins/tool/ParasoftTableModel.java
M src/test/java/com/parasoft/findings/jenkins/ParasoftToolTest.java
M 
src/test/java/com/parasoft/findings/jenkins/RuleDocumentationReaderTest.java
M 
src/test/java/com/parasoft/findings/jenkins/RuleDocumentationStorageTest.java
M src/test/java/com/parasoft/findings/jenkins/XUnitTransformer.java

  Log Message:
  ---
  Refactored some simple classes


-- 
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/parasoft-findings-plugin/push/refs/heads/refactor/00-a63676%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-05 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/don_cicd275
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/don_cicd275/e19bed-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 997898: Handle exception cases

2023-07-05 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 997898d502c0e36668dde93fe7b147e459b04ce6
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/997898d502c0e36668dde93fe7b147e459b04ce6
  Author: dtang 
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java

  Log Message:
  ---
  Handle exception cases


  Commit: e19bed904d4a83b61a4f980f2771debf273094b9
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/e19bed904d4a83b61a4f980f2771debf273094b9
  Author: yshi-parasoft 
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java

  Log Message:
  ---
  Keep consistency with code coverage API's pattern handling and ignore empty 
patterns between comma


  Commit: c617d10f43baab6f3974415c2ca9590e68fbb24b
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/c617d10f43baab6f3974415c2ca9590e68fbb24b
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java

  Log Message:
  ---
  Merge pull request #27 from jenkinsci/don_cicd275

Handle exception cases


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/06240eac1c7c...c617d10f43ba

-- 
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/parasoft-findings-plugin/push/refs/heads/master/06240e-c617d1%40github.com.


[jenkinsci/parasoft-findings-plugin] e19bed: Keep consistency with code coverage API's pattern ...

2023-07-05 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/don_cicd275
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: e19bed904d4a83b61a4f980f2771debf273094b9
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/e19bed904d4a83b61a4f980f2771debf273094b9
  Author: yshi-parasoft 
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java

  Log Message:
  ---
  Keep consistency with code coverage API's pattern handling and ignore empty 
patterns between comma


-- 
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/parasoft-findings-plugin/push/refs/heads/don_cicd275/997898-e19bed%40github.com.


[jenkinsci/parasoft-findings-plugin] 8e3611: Convert Parasoft report to Cobertura report.

2023-07-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 8e36114a19c779a65a18f416a35c705740da60cd
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/8e36114a19c779a65a18f416a35c705740da60cd
  Author: Alfie Wang 
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java
A src/main/resources/com/parasoft/findings/jenkins/coverage/cobertura.xsl

  Log Message:
  ---
  Convert Parasoft report to Cobertura report.

* The cobertura.xsl file is taken from 
https://github.com/parasoft/parasoft-findings-vsts/blob/217815d0ef62ef59a25c2c8277d4f4102dffee1c/PublishParasoftTestResults/xsl/cobertura.xsl


  Commit: dbc22eb73c6f777cac3057fb042b747c9e90
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/dbc22eb73c6f777cac3057fb042b747c9e90
  Author: Alfie Wang 
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M src/main/resources/com/parasoft/findings/jenkins/coverage/cobertura.xsl

  Log Message:
  ---
  Delete temporary coverage files after coverage information is published to 
Jenkins.

* The cobertura.xsl file is updated to 
https://github.com/parasoft/parasoft-findings-vsts/blob/5f528a5f4bad9dba02740ca7740643e0b8330a93/PublishParasoftTestResults/xsl/cobertura.xsl


  Commit: 2c176e812b2e05b62aa0972b5b8160c8a42eb6d2
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/2c176e812b2e05b62aa0972b5b8160c8a42eb6d2
  Author: Alfie Wang 
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/ProcessFileResult.java

  Log Message:
  ---
  Return generated coverage directory path instead of recontruct it.

* Create only one temporary coverage directory for coverage reports in the same 
directory in a build.
* Refactor to consider pipeline support.


  Commit: 52588ad119deef8389dfa4b0e28f289ec66a337c
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/52588ad119deef8389dfa4b0e28f289ec66a337c
  Author: yshi-parasoft 
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/ProcessFileResult.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/ProcessedFileResult.java

  Log Message:
  ---
  Rename some classes


  Commit: 9f44d54d908d272e74cebe2126bd6a80ce567d83
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/9f44d54d908d272e74cebe2126bd6a80ce567d83
  Author: Alfie Wang 
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java

  Log Message:
  ---
  Make some changes and add implementation notes according to the feedback.


  Commit: f9640f9d814031d675943c74a9469a3064cec818
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/f9640f9d814031d675943c74a9469a3064cec818
  Author: Yuqian Shi <35082985+yshi-paras...@users.noreply.github.com>
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/ProcessedFileResult.java
A src/main/resources/com/parasoft/findings/jenkins/coverage/cobertura.xsl

  Log Message:
  ---
  Merge pull request #26 from jenkinsci/alfie_cicd274

Convert Parasoft report to Cobertura report.


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/84c17e364d11...f9640f9d8140

-- 
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/parasoft-findings-plugin/push/refs/heads/master/84c17e-f9640f%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-07-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd274
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin

-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd274/9f44d5-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 52588a: Rename some classes

2023-07-04 Thread 'Yuqian Shi' via Jenkins Commits
  Branch: refs/heads/alfie_cicd274
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 52588ad119deef8389dfa4b0e28f289ec66a337c
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/52588ad119deef8389dfa4b0e28f289ec66a337c
  Author: yshi-parasoft 
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/ProcessFileResult.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/ProcessedFileResult.java

  Log Message:
  ---
  Rename some classes


-- 
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/parasoft-findings-plugin/push/refs/heads/alfie_cicd274/2c176e-52588a%40github.com.


  1   2   >