[jenkinsci/parasoft-findings-plugin] e53244: Remove the settings for the coverage column in the...

2023-09-26 Thread 'Lee Li' via Jenkins Commits
  Branch: refs/heads/lee_cicd489
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: e532445cb41ea405bb561dab80959c8c22c0f3ff
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/e532445cb41ea405bb561dab80959c8c22c0f3ff
  Author: lli-parasoft 
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/column.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/config.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/config.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages.properties
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumnTest.java
A 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/noData.xml

  Log Message:
  ---
  Remove the settings for the coverage column in the dashboard view settings


-- 
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_cicd489/051178-e53244%40github.com.


[jenkinsci/gitee-plugin]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-6.6.1.202309021850-r
  Home:   https://github.com/jenkinsci/gitee-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/gitee-plugin/push/refs/heads/dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-6.6.1.202309021850-r/25364b-00%40github.com.


[jenkinsci/gitee-plugin] 25364b: Bump org.eclipse.jgit:org.eclipse.jgit

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-6.6.1.202309021850-r
  Home:   https://github.com/jenkinsci/gitee-plugin
  Commit: 25364bda4533795a7b50cd98ca858be92beb600e
  
https://github.com/jenkinsci/gitee-plugin/commit/25364bda4533795a7b50cd98ca858be92beb600e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.eclipse.jgit:org.eclipse.jgit

Bumps org.eclipse.jgit:org.eclipse.jgit from 3.6.2.201501210735-r to 
6.6.1.202309021850-r.

---
updated-dependencies:
- dependency-name: org.eclipse.jgit:org.eclipse.jgit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/gitee-plugin/push/refs/heads/dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-6.6.1.202309021850-r/00-25364b%40github.com.


[jenkinsci/parasoft-findings-plugin] 5f88d0: Refactor CoverageBuildAction

2023-09-26 Thread 'Jason Chen' via Jenkins Commits
  Branch: refs/heads/jason_cicd482
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 5f88d02c650aef36b9a5836e1931306124c2731e
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/5f88d02c650aef36b9a5836e1931306124c2731e
  Author: Jason 
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
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/steps/CoverageBuildAction.java
M 
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/CoverageReporter.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/AbstractCoverageTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/charts/CoverageSeriesBuilderTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildActionTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisherTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumnTest.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/CoverageXmlStreamTest.java
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-details.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-quality-gate.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-summary.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-summary.checks-expected-result-pit

  Log Message:
  ---
  Refactor CoverageBuildAction


-- 
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_cicd482/35cacf-5f88d0%40github.com.


[jenkinsci/parasoft-findings-plugin] 051178: Remove the settings for the coverage column in the...

2023-09-26 Thread 'Lee Li' via Jenkins Commits
  Branch: refs/heads/lee_cicd489
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 0511783d30c64010b582e7aed17df7711941b6b3
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/0511783d30c64010b582e7aed17df7711941b6b3
  Author: lli-parasoft 
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/column.jelly
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/columnHeader.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/config.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/config.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages.properties
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumnTest.java
A 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/noData.xml

  Log Message:
  ---
  Remove the settings for the coverage column in the dashboard view settings


-- 
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_cicd489/b6cefb-051178%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-26 Thread 'Roller Wang' via Jenkins Commits
  Branch: refs/heads/don_cicd474
  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_cicd474/047850-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 618b7e: Remove tooltip of Parasoft Coverage column on dash...

2023-09-26 Thread 'Roller Wang' via Jenkins Commits
  Branch: refs/heads/cicd36
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 618b7ebc241304ad81c554eed52492dbadce5be1
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/618b7ebc241304ad81c554eed52492dbadce5be1
  Author: dtang 
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
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/steps/CoverageBuildAction.java
M 
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/CoverageMetricColumn.java
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/CoverageBuildAction/summary.jelly
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/column.jelly
R src/main/resources/coverage/coverage-summary.jelly
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageApiITest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisherTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumnTest.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/JobDslITest.java
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-details.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-quality-gate.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-summary.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-summary.checks-expected-result-pit

  Log Message:
  ---
  Remove tooltip of Parasoft Coverage column on dashboard

Customize summary page to show information of overall project


  Commit: 047850697994fea4e7d6615c7a458b163d88e384
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/047850697994fea4e7d6615c7a458b163d88e384
  Author: dtang 
  Date:   2023-09-27 (Wed, 27 Sep 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/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisher.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGate.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageRecorder.java
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/CoverageBuildAction/summary.jelly
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildAction/summary.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGate/config.jelly
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGate/config.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageQualityGate/config_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/api/metrics/AbstractCoverageITest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageApiITest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildActionTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisherTest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoveragePluginITest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageXmlStreamTest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/DeltaComputationITest.java
R 

[jenkinsci/parasoft-findings-plugin] e058f1: Refactor ParasoftCoverageRecorder

2023-09-26 Thread 'dtang-parasoft' via Jenkins Commits
  Branch: refs/heads/don_cicd474
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: e058f10b1faf45a7907d162c0994e7b345c381ed
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/e058f10b1faf45a7907d162c0994e7b345c381ed
  Author: Jason 
  Date:   2023-09-18 (Mon, 18 Sep 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/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisher.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageRecorder.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/AbstractCoverageITest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageApiITest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildActionTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisherTest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoveragePluginITest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageXmlStreamTest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/DeltaComputationITest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/QualityGateITest.java

  Log Message:
  ---
  Refactor ParasoftCoverageRecorder


  Commit: 6f2c1a18b31f5ba90033bcc6ccb66f36540bd261
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/6f2c1a18b31f5ba90033bcc6ccb66f36540bd261
  Author: Jason 
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisher.java

  Log Message:
  ---
  Remove unused methods in ParasoftCoverageRecorder


  Commit: f7a263aaff50b5a3bfe5d35f37a18d3d1f49176a
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/f7a263aaff50b5a3bfe5d35f37a18d3d1f49176a
  Author: Jason 
  Date:   2023-09-19 (Tue, 19 Sep 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:
  ---
  Remove the same log attributes


  Commit: 8f4ee159d526deffc8000fa88e879932d4917100
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/8f4ee159d526deffc8000fa88e879932d4917100
  Author: Roller Wang <109122571+rwang-paras...@users.noreply.github.com>
  Date:   2023-09-19 (Tue, 19 Sep 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/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisher.java
R 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageRecorder.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/AbstractCoverageITest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageApiITest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildActionTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisherTest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoveragePluginITest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageXmlStreamTest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/DeltaComputationITest.java
R 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/QualityGateITest.java

  Log Message:
  ---
  Merge pull request #55 from jenkinsci/jason_cicd466

Refactor ParasoftCoverageRecorder


  Commit: 818e714f2a740fc688c1a2a9bb58bfe307ef98f3
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/818e714f2a740fc688c1a2a9bb58bfe307ef98f3
  Author: Alfie Wang 
  Date:   2023-09-20 (Wed, 20 Sep 2023)

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

  Log Message:
  ---
  Rephrase the reference build configuration input help text.


  Commit: 4500f9fdc88610039ed42f68322180d403e4284f
  

[jenkinsci/parasoft-findings-plugin] 618b7e: Remove tooltip of Parasoft Coverage column on dash...

2023-09-26 Thread 'dtang-parasoft' via Jenkins Commits
  Branch: refs/heads/don_cicd474
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 618b7ebc241304ad81c554eed52492dbadce5be1
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/618b7ebc241304ad81c554eed52492dbadce5be1
  Author: dtang 
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
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/steps/CoverageBuildAction.java
M 
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/CoverageMetricColumn.java
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/CoverageBuildAction/summary.jelly
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/column.jelly
R src/main/resources/coverage/coverage-summary.jelly
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageApiITest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisherTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumnTest.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/JobDslITest.java
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-details.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-quality-gate.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-summary.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-summary.checks-expected-result-pit

  Log Message:
  ---
  Remove tooltip of Parasoft Coverage column on dashboard

Customize summary page to show information of overall project


-- 
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_cicd474/14f55d-618b7e%40github.com.


[jenkinsci/parasoft-findings-plugin] 14f55d: Modify the code based on feedback

2023-09-26 Thread 'dtang-parasoft' via Jenkins Commits
  Branch: refs/heads/don_cicd474
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 14f55d44e313d6d6995e05bd20e093f023188ba4
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/14f55d44e313d6d6995e05bd20e093f023188ba4
  Author: dtang 
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
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/CoverageChecksPublisher.java

  Log Message:
  ---
  Modify the code based on feedback


-- 
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_cicd474/dccd22-14f55d%40github.com.


[jenkinsci/parasoft-findings-plugin] dccd22: Modify the code based on feedback

2023-09-26 Thread 'dtang-parasoft' via Jenkins Commits
  Branch: refs/heads/don_cicd474
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: dccd22b6d63d44a258a8cc3279101116b0160a54
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/dccd22b6d63d44a258a8cc3279101116b0160a54
  Author: dtang 
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
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/steps/CoverageBuildAction.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisher.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageBuildAction/summary.jelly
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/column.jelly

  Log Message:
  ---
  Modify the code based on feedback


-- 
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_cicd474/fd9237-dccd22%40github.com.


[jenkins-infra/jenkins.io] db88ea: Guest blog Mergify - Supercharge Your Jenkins Work...

2023-09-26 Thread 'Hugo' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: db88ea0e4d3a41a6511046ee8536c7b95668fd2d
  
https://github.com/jenkins-infra/jenkins.io/commit/db88ea0e4d3a41a6511046ee8536c7b95668fd2d
  Author: Hugo <91889733+hugoe...@users.noreply.github.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
A content/_data/authors/jd.adoc
A 
content/blog/2023/09/2023-09-26-Supercharge-Your-Jenkins-Workflow-with-Mergify.adoc
A content/images/avatars/jd.jpg
A content/images/post-images/feature-mergify.png

  Log Message:
  ---
  Guest blog Mergify - Supercharge Your Jenkins Workflow with Mergify (#6709)

* guest blog mergify x jenkins

* Create jd.adoc

Following the guest blog from Mergify

* Switch to sentence per line

Easier code review

* Remove unexpected character from twitter data value

Also removes trailing dashes that are not needed

* Remove guest post note

Do not distract the audience

-

Co-authored-by: Hugo escafit 
Co-authored-by: Mark Waite 


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/0dc02c-db88ea%40github.com.


[jenkinsci/lockable-resources-plugin] a8f058: New Crowdin translations

2023-09-26 Thread 'Crowdin Bot' via Jenkins Commits
  Branch: refs/heads/l10n_crowdin_action
  Home:   https://github.com/jenkinsci/lockable-resources-plugin
  Commit: a8f058e0f0a4da49f58abcb40684e8ad51023e66
  
https://github.com/jenkinsci/lockable-resources-plugin/commit/a8f058e0f0a4da49f58abcb40684e8ad51023e66
  Author: Crowdin Bot 
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_cs.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_de.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_sk.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStepResource/config_de.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockableResource/config_fr.properties
A 
src/main/resources/org/jenkins/plugins/lockableresources/LockableResourceProperty/config_fr.properties

  Log Message:
  ---
  New Crowdin translations


-- 
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/lockable-resources-plugin/push/refs/heads/l10n_crowdin_action/3f2c6e-a8f058%40github.com.


[jenkins-infra/jenkins-infra] b69a57: chore: Bump container agent image jenkinsciinfra/i...

2023-09-26 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: b69a57cb3b3bfae5fe74868e0b4bdf9d7347dea3
  
https://github.com/jenkins-infra/jenkins-infra/commit/b69a57cb3b3bfae5fe74868e0b4bdf9d7347dea3
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Bump container agent image jenkinsciinfra/inbound-agent-maven ...

... (jdk8-nanoserver)

Made with ❤️️ by updatecli


-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb/b198b6-b69a57%40github.com.


[jenkins-infra/jenkins-infra] b198b6: chore: Bump container agent image jenkinsciinfra/i...

2023-09-26 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: b198b6d06d6fa287a76b98655a7865dfaceb01df
  
https://github.com/jenkins-infra/jenkins-infra/commit/b198b6d06d6fa287a76b98655a7865dfaceb01df
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Bump container agent image jenkinsciinfra/inbound-agent-maven ...

... (jdk11-nanoserver)

Made with ❤️️ by updatecli


-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb/a9b2b1-b198b6%40github.com.


[jenkins-infra/jenkins-infra] a9b2b1: chore: Bump container agent image jenkinsciinfra/i...

2023-09-26 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: a9b2b13f1bab8da7ab1df87ceca2e9e993188aec
  
https://github.com/jenkins-infra/jenkins-infra/commit/a9b2b13f1bab8da7ab1df87ceca2e9e993188aec
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Bump container agent image jenkinsciinfra/inbound-agent-maven ...

... (jdk17-nanoserver)

Made with ❤️️ by updatecli


-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb/e70754-a9b2b1%40github.com.


[jenkins-infra/jenkins-infra] e70754: chore: Bump container agent image jenkinsciinfra/i...

2023-09-26 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: e707545883481a3bc45ed8a17689c4b58190b550
  
https://github.com/jenkins-infra/jenkins-infra/commit/e707545883481a3bc45ed8a17689c4b58190b550
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Bump container agent image jenkinsciinfra/inbound-agent-maven ...

... (jdk21-nanoserver)

Made with ❤️️ by updatecli


-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb/9d3ca5-e70754%40github.com.


[jenkins-infra/jenkins-infra] 9d3ca5: chore: Bump container agent image jenkinsciinfra/i...

2023-09-26 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 9d3ca571ac776d09bd3a4d51fe0498200b61e2af
  
https://github.com/jenkins-infra/jenkins-infra/commit/9d3ca571ac776d09bd3a4d51fe0498200b61e2af
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Bump container agent image jenkinsciinfra/inbound-agent-maven ...

... (jdk19-nanoserver)

Made with ❤️️ by updatecli


-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/updatecli_d8d818f12b63bd12fe13e168d51c41b8d203c4ef9fcae1182659c28e9d5fc6fb/00-9d3ca5%40github.com.


[jenkinsci/aws-java-sdk-plugin]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.556
  Home:   https://github.com/jenkinsci/aws-java-sdk-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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/revision-1.12.556/db2e65-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] 7c3834: Bump revision from 1.12.529 to 1.12.557

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.557
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 7c38348c0e2e2f7781e9209e5d8915d02a7d3ba5
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/7c38348c0e2e2f7781e9209e5d8915d02a7d3ba5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump revision from 1.12.529 to 1.12.557

Bumps `revision` from 1.12.529 to 1.12.557.

Updates `com.amazonaws:aws-java-sdk-bom` from 1.12.529 to 1.12.557
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.529...1.12.557)

Updates `com.amazonaws:aws-java-sdk` from 1.12.529 to 1.12.557
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.529...1.12.557)

Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.529 to 1.12.557
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.529...1.12.557)

Updates `com.amazonaws:aws-java-sdk-sts` from 1.12.529 to 1.12.557
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.529...1.12.557)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


-- 
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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/revision-1.12.557/00-7c3834%40github.com.


[jenkinsci/email-ext-plugin] a63133: [maven-release-plugin] prepare for next developmen...

2023-09-26 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: a63133d5e056af46454698b7be04162b2edd237e
  
https://github.com/jenkinsci/email-ext-plugin/commit/a63133d5e056af46454698b7be04162b2edd237e
  Author: Basil Crow 
  Date:   2023-09-26 (Tue, 26 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/email-ext-plugin/push/refs/heads/master/81d353-a63133%40github.com.


[jenkinsci/email-ext-plugin]

2023-09-26 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/tags/email-ext-2.102
  Home:   https://github.com/jenkinsci/email-ext-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/email-ext-plugin/push/refs/tags/email-ext-2.102/00-875111%40github.com.


[jenkinsci/email-ext-plugin] 81d353: [maven-release-plugin] prepare release email-ext-2...

2023-09-26 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 81d353e2f89cabb624e9d54d77940ab656b6f2b7
  
https://github.com/jenkinsci/email-ext-plugin/commit/81d353e2f89cabb624e9d54d77940ab656b6f2b7
  Author: Basil Crow 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release email-ext-2.102


-- 
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/email-ext-plugin/push/refs/heads/master/a731ec-81d353%40github.com.


[jenkinsci/email-ext-plugin] a731ec: Avoid relying on `Run.getResult` in `AbstractScrip...

2023-09-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: a731ec4c0abe7ac30655d2e457cb997b12ee3517
  
https://github.com/jenkinsci/email-ext-plugin/commit/a731ec4c0abe7ac30655d2e457cb997b12ee3517
  Author: Jesse Glick 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M 
src/test/java/hudson/plugins/emailext/plugins/trigger/AbstractScriptTriggerTest.java

  Log Message:
  ---
  Avoid relying on `Run.getResult` in 
`AbstractScriptTriggerTest.configRoundtrip` (#487)


-- 
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/email-ext-plugin/push/refs/heads/master/b1ab62-a731ec%40github.com.


[jenkinsci/global-post-script-plugin] 7fa8f5: Bump org.codehaus.plexus:plexus-utils from 3.0.16 ...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24
  Home:   https://github.com/jenkinsci/global-post-script-plugin
  Commit: 7fa8f5e7abb64817f541f0369142b0db6fcdc87a
  
https://github.com/jenkinsci/global-post-script-plugin/commit/7fa8f5e7abb64817f541f0369142b0db6fcdc87a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24

Bumps 
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
 from 3.0.16 to 3.0.24.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
- 
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.0.16...plexus-utils-3.0.24)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/global-post-script-plugin/push/refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24/00-7fa8f5%40github.com.


[jenkinsci/lib-jenkins-maven-artifact-manager]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.16
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-artifact-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/lib-jenkins-maven-artifact-manager/push/refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.16/cdd51c-00%40github.com.


[jenkinsci/lib-jenkins-maven-artifact-manager] 5a53c0: Bump org.codehaus.plexus:plexus-utils from 2.0.5 t...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-artifact-manager
  Commit: 5a53c0be9d1f5b87907b4beba5c51a4222d5d7c1
  
https://github.com/jenkinsci/lib-jenkins-maven-artifact-manager/commit/5a53c0be9d1f5b87907b4beba5c51a4222d5d7c1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.codehaus.plexus:plexus-utils from 2.0.5 to 3.0.24

Bumps 
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
 from 2.0.5 to 3.0.24.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
- 
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-2.0.5...plexus-utils-3.0.24)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/lib-jenkins-maven-artifact-manager/push/refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24/00-5a53c0%40github.com.


[jenkinsci/backup-plugin] c0687c: Bump org.codehaus.plexus:plexus-utils from 1.5.5_h...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24
  Home:   https://github.com/jenkinsci/backup-plugin
  Commit: c0687cf749d5ecc050428ff9f6ef6df8d5e39656
  
https://github.com/jenkinsci/backup-plugin/commit/c0687cf749d5ecc050428ff9f6ef6df8d5e39656
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.codehaus.plexus:plexus-utils from 1.5.5_hudson to 3.0.24

Bumps 
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
 from 1.5.5_hudson to 3.0.24.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
- 
[Commits](https://github.com/codehaus-plexus/plexus-utils/commits/plexus-utils-3.0.24)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/backup-plugin/push/refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24/00-c0687c%40github.com.


[jenkinsci/mibsr-m2-plugin]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.16
  Home:   https://github.com/jenkinsci/mibsr-m2-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/mibsr-m2-plugin/push/refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.16/fb4b94-00%40github.com.


[jenkinsci/mibsr-m2-plugin] e11bec: Bump org.codehaus.plexus:plexus-utils from 1.5.1 t...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24
  Home:   https://github.com/jenkinsci/mibsr-m2-plugin
  Commit: e11bec5412346fe33a9c6d901ad9b1c4e42d71ab
  
https://github.com/jenkinsci/mibsr-m2-plugin/commit/e11bec5412346fe33a9c6d901ad9b1c4e42d71ab
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.codehaus.plexus:plexus-utils from 1.5.1 to 3.0.24

Bumps 
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
 from 1.5.1 to 3.0.24.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
- 
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-1.5.1...plexus-utils-3.0.24)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/mibsr-m2-plugin/push/refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24/00-e11bec%40github.com.


[jenkinsci/mibsr-plugin]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.16
  Home:   https://github.com/jenkinsci/mibsr-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/mibsr-plugin/push/refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.16/2ec2ce-00%40github.com.


[jenkinsci/mibsr-plugin] c6e49e: Bump org.codehaus.plexus:plexus-utils from 1.5.1 t...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24
  Home:   https://github.com/jenkinsci/mibsr-plugin
  Commit: c6e49ee239556f766a39aa5b5db4db5bd49cd4d3
  
https://github.com/jenkinsci/mibsr-plugin/commit/c6e49ee239556f766a39aa5b5db4db5bd49cd4d3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.codehaus.plexus:plexus-utils from 1.5.1 to 3.0.24

Bumps 
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
 from 1.5.1 to 3.0.24.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
- 
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-1.5.1...plexus-utils-3.0.24)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/mibsr-plugin/push/refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.24/00-c6e49e%40github.com.


[jenkinsci/staging-plugin]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/maven-stagingrelease-plugin/org.codehaus.plexus-plexus-utils-3.0.16
  Home:   https://github.com/jenkinsci/staging-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/staging-plugin/push/refs/heads/dependabot/maven/maven-stagingrelease-plugin/org.codehaus.plexus-plexus-utils-3.0.16/2d8df6-00%40github.com.


[jenkinsci/staging-plugin] 4c1597: Bump org.codehaus.plexus:plexus-utils in /maven-st...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/maven-stagingrelease-plugin/org.codehaus.plexus-plexus-utils-3.0.24
  Home:   https://github.com/jenkinsci/staging-plugin
  Commit: 4c1597b88036c4e7a47f2e5d14e9d50fec9bd1fe
  
https://github.com/jenkinsci/staging-plugin/commit/4c1597b88036c4e7a47f2e5d14e9d50fec9bd1fe
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M maven-stagingrelease-plugin/pom.xml

  Log Message:
  ---
  Bump org.codehaus.plexus:plexus-utils in /maven-stagingrelease-plugin

Bumps 
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
 from 1.4.1 to 3.0.24.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
- 
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-1.4.1...plexus-utils-3.0.24)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/staging-plugin/push/refs/heads/dependabot/maven/maven-stagingrelease-plugin/org.codehaus.plexus-plexus-utils-3.0.24/00-4c1597%40github.com.


[jenkins-infra/jenkins-infra] cc5bad: chore: Bump container agent image jenkins/inbound-...

2023-09-26 Thread 'jenkins-infra-updatecli[bot]' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: cc5bad7052c4e333ede35f0368113aad7d9088cf
  
https://github.com/jenkins-infra/jenkins-infra/commit/cc5bad7052c4e333ede35f0368113aad7d9088cf
  Author: jenkins-infra-updatecli[bot] 
<101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Bump container agent image jenkins/inbound-agent (JDK17) (#3086)

Made with ❤️️ by updatecli

Co-authored-by: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>


-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/production/ef09d5-cc5bad%40github.com.


[jenkins-infra/jenkins-infra]

2023-09-26 Thread 'Damien Duportal' via Jenkins Commits
  Branch: 
refs/heads/updatecli_562c8a06cdaa3bfc1b36746542e9a71732747faf0273e91cb6b004d97b0f7b45
  Home:   https://github.com/jenkins-infra/jenkins-infra

-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/updatecli_562c8a06cdaa3bfc1b36746542e9a71732747faf0273e91cb6b004d97b0f7b45/b67133-00%40github.com.


[jenkins-infra/jenkins-infra] b67133: chore: Bump container agent image jenkins/inbound-...

2023-09-26 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_562c8a06cdaa3bfc1b36746542e9a71732747faf0273e91cb6b004d97b0f7b45
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: b671330e63f549c0db089db67c25e5ba0b25f920
  
https://github.com/jenkins-infra/jenkins-infra/commit/b671330e63f549c0db089db67c25e5ba0b25f920
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Bump container agent image jenkins/inbound-agent (JDK17)

Made with ❤️️ by updatecli


-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/updatecli_562c8a06cdaa3bfc1b36746542e9a71732747faf0273e91cb6b004d97b0f7b45/00-b67133%40github.com.


[jenkinsci/jenkins-test-harness] ec8aec: Update dependency org.jenkins-ci.main:jenkins-war ...

2023-09-26 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: ec8aec8d5fba2ef39c3eb3029fa2428bb550ca82
  
https://github.com/jenkinsci/jenkins-test-harness/commit/ec8aec8d5fba2ef39c3eb3029fa2428bb550ca82
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.425 (#658)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>


-- 
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/jenkins-test-harness/push/refs/heads/master/685255-ec8aec%40github.com.


[jenkinsci/jenkins-test-harness]

2023-09-26 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

-- 
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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/aadfd5-00%40github.com.


[jenkinsci/prometheus-plugin]

2023-09-26 Thread 'Waschndolos' via Jenkins Commits
  Branch: refs/heads/564-display-job-running-on-each-agent
  Home:   https://github.com/jenkinsci/prometheus-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/prometheus-plugin/push/refs/heads/564-display-job-running-on-each-agent/00-0f5d72%40github.com.


[jenkinsci/prometheus-plugin]

2023-09-26 Thread 'Waschndolos' via Jenkins Commits
  Branch: 
refs/heads/563-dont-log-warning-when-environment-variable-collect_disk_usage-is-not-set
  Home:   https://github.com/jenkinsci/prometheus-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/prometheus-plugin/push/refs/heads/563-dont-log-warning-when-environment-variable-collect_disk_usage-is-not-set/fb3cc6-00%40github.com.


[jenkinsci/prometheus-plugin] 0f5d72: Only Log Warning if environment variable is define...

2023-09-26 Thread 'Waschndolos' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: 0f5d72ca87749bb6724054c798c395430c5179ea
  
https://github.com/jenkinsci/prometheus-plugin/commit/0f5d72ca87749bb6724054c798c395430c5179ea
  Author: Waschndolos 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration.java

  Log Message:
  ---
  Only Log Warning if environment variable is defined and invalid (#565)


-- 
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/prometheus-plugin/push/refs/heads/master/e274fc-0f5d72%40github.com.


[jenkinsci/advanced-installer-msi-builder-plugin]

2023-09-26 Thread 'Advinst' via Jenkins Commits
  Branch: refs/heads/deprecation-warning
  Home:   https://github.com/jenkinsci/advanced-installer-msi-builder-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/advanced-installer-msi-builder-plugin/push/refs/heads/deprecation-warning/00-798a5b%40github.com.


[jenkinsci/prometheus-plugin] fb3cc6: Only Log Warning if environment variable is define...

2023-09-26 Thread 'Waschndolos' via Jenkins Commits
  Branch: 
refs/heads/563-dont-log-warning-when-environment-variable-collect_disk_usage-is-not-set
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: fb3cc677b0c28b5e23a361cef5a82ef8b786393b
  
https://github.com/jenkinsci/prometheus-plugin/commit/fb3cc677b0c28b5e23a361cef5a82ef8b786393b
  Author: waschndolos 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration.java

  Log Message:
  ---
  Only Log Warning if environment variable is defined and invalid


-- 
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/prometheus-plugin/push/refs/heads/563-dont-log-warning-when-environment-variable-collect_disk_usage-is-not-set/e274fc-fb3cc6%40github.com.


[jenkinsci/jenkins-test-harness] aadfd5: Update dependency org.jenkins-ci.main:jenkins-war ...

2023-09-26 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: aadfd51de141b68ea5ac4d46a199864fd70321d5
  
https://github.com/jenkinsci/jenkins-test-harness/commit/aadfd51de141b68ea5ac4d46a199864fd70321d5
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-war to v2.425


-- 
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/jenkins-test-harness/push/refs/heads/renovate/org.jenkins-ci.main-jenkins-war-2.x/00-aadfd5%40github.com.


[jenkinsci/prometheus-plugin]

2023-09-26 Thread 'Waschndolos' via Jenkins Commits
  Branch: 
refs/heads/563-dont-log-warning-when-environment-variable-collect_disk_usage-is-not-set
  Home:   https://github.com/jenkinsci/prometheus-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/prometheus-plugin/push/refs/heads/563-dont-log-warning-when-environment-variable-collect_disk_usage-is-not-set/00-e274fc%40github.com.


[jenkins-infra/jenkins.io] 0dc02c: Automated changelog for 2.425 (#6691)

2023-09-26 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0dc02c6a958bc1d01af375ffb30da9e36046201b
  
https://github.com/jenkins-infra/jenkins.io/commit/0dc02c6a958bc1d01af375ffb30da9e36046201b
  Author: jenkins-infra-changelog-generator[bot] 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Automated changelog for 2.425 (#6691)

* Automated changelog for 2.425

* Move developer entries to end, remove one entry

-

Co-authored-by: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite 


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/86f641-0dc02c%40github.com.


[jenkins-infra/jenkins.io]

2023-09-26 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.425
  Home:   https://github.com/jenkins-infra/jenkins.io

-- 
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/jenkins-infra/jenkins.io/push/refs/heads/automated-weekly-changelog/2.425/4e91fe-00%40github.com.


[jenkins-infra/jenkins.io] 86f641: Correct bad copy-paste in August newsletter (#6708)

2023-09-26 Thread 'Wadeck Follonier' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 86f641d56be3499d0ddb82edbd483a4830ef7855
  
https://github.com/jenkins-infra/jenkins.io/commit/86f641d56be3499d0ddb82edbd483a4830ef7855
  Author: Wadeck Follonier 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/blog/2023/09/21/2023-09-21-jenkins-august-newsletter.adoc

  Log Message:
  ---
  Correct bad copy-paste in August newsletter (#6708)


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/1eae6c-86f641%40github.com.


[jenkins-infra/jenkins.io] 3f3933: Added link to LTS release line on LTS upgrade guid...

2023-09-26 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.425
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 3f393309fa6bf05585700fb32152ade786b6
  
https://github.com/jenkins-infra/jenkins.io/commit/3f393309fa6bf05585700fb32152ade786b6
  Author: Austin Nazworth <98629900+anazwo...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/changelog-stable/index.html.haml
M content/doc/upgrade-guide.html.haml

  Log Message:
  ---
  Added link to LTS release line on LTS upgrade guide and LTS changelog (#6705)


  Commit: 702965c69cbeab409daa977928968d81a2952d1e
  
https://github.com/jenkins-infra/jenkins.io/commit/702965c69cbeab409daa977928968d81a2952d1e
  Author: Denys Digtiar 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/doc/book/managing/system-properties.adoc

  Log Message:
  ---
  Document a Branch API plugin flag. (#6703)


  Commit: 1eae6cb33f1861bf5f3dcb2f0da96e4da2b8d402
  
https://github.com/jenkins-infra/jenkins.io/commit/1eae6cb33f1861bf5f3dcb2f0da96e4da2b8d402
  Author: Mark Waite 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/download/index.html.haml

  Log Message:
  ---
  Update links to Google Cloud and Oracle Cloud on home page (#6706)

* Point to a Google Cloud page that is not archived

Links should go to documentation that is actively maintained by the
cloud provider, not to an archive page that warns it may disrupt the
Kubernetes environment.

* Use more recent Oracle Cloud destination link

The previous link used the deprecated term "master".  That page has been
replaced on Oracle documentation, but the replacement is more specific
than this architecture reference. Since the title of the link includes
architecture, I updated it to point to the architecture page.


  Commit: 9564aa85f463ded07fd96974e129519d87c36a11
  
https://github.com/jenkins-infra/jenkins.io/commit/9564aa85f463ded07fd96974e129519d87c36a11
  Author: Mark Waite 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/changelog-stable/index.html.haml
M content/doc/book/managing/system-properties.adoc
M content/doc/upgrade-guide.html.haml
M content/download/index.html.haml

  Log Message:
  ---
  Merge branch 'master' into automated-weekly-changelog/2.425


  Commit: 4e91fe5d5ff5134d21fb5e084050ed67762af92e
  
https://github.com/jenkins-infra/jenkins.io/commit/4e91fe5d5ff5134d21fb5e084050ed67762af92e
  Author: Mark Waite 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Move developer entries to end, remove one entry


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/4e71a300ed48...4e91fe5d5ff5

-- 
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/jenkins-infra/jenkins.io/push/refs/heads/automated-weekly-changelog/2.425/4e71a3-4e91fe%40github.com.


[jenkinsci/datadog-plugin]

2023-09-26 Thread 'Nikita Tkachenko' via Jenkins Commits
  Branch: refs/heads/nikita-tkachenko/http-client-proxy-reconfig
  Home:   https://github.com/jenkinsci/datadog-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/datadog-plugin/push/refs/heads/nikita-tkachenko/http-client-proxy-reconfig/3f1bd0-00%40github.com.


[jenkinsci/datadog-plugin] ce2a98: Restart HTTP client whenever Jenkins proxy setting...

2023-09-26 Thread 'Nikita Tkachenko' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: ce2a989029f4b9366fb9b9af584d9211ae2aeba0
  
https://github.com/jenkinsci/datadog-plugin/commit/ce2a989029f4b9366fb9b9af584d9211ae2aeba0
  Author: Nikita Tkachenko 
<12529+nikita-tkachenko-data...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpClient.java

  Log Message:
  ---
  Restart HTTP client whenever Jenkins proxy settings change (#366)


-- 
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/datadog-plugin/push/refs/heads/master/788cd1-ce2a98%40github.com.


[jenkins-infra/jenkins-infra] ef09d5: cleanup: remove oracle leftovers (#3085)

2023-09-26 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: ef09d512649e62a46f3072c153ade9e7000cb256
  
https://github.com/jenkins-infra/jenkins-infra/commit/ef09d512649e62a46f3072c153ade9e7000cb256
  Author: Damien Duportal 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
R hieradata/clients/oracle.updates.jenkins.io.yaml
M manifests/site.pp

  Log Message:
  ---
  cleanup: remove oracle leftovers (#3085)

Signed-off-by: Damien Duportal 


-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/production/456c51-ef09d5%40github.com.


[jenkinsci/electricflow-plugin]

2023-09-26 Thread 'Oleksii V' via Jenkins Commits
  Branch: refs/heads/BEE-40591
  Home:   https://github.com/jenkinsci/electricflow-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/electricflow-plugin/push/refs/heads/BEE-40591/00-0605b5%40github.com.


[jenkinsci/code-coverage-api-plugin] 97a42e: Bump org.jenkins-ci.main:jenkins-core from 2.424 t...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.425
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 97a42e4af60c8228dfb8b18557bb2ba2da2eed63
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/97a42e4af60c8228dfb8b18557bb2ba2da2eed63
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M ui-tests/pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.main:jenkins-core from 2.424 to 2.425

Bumps [org.jenkins-ci.main:jenkins-core](https://github.com/jenkinsci/jenkins) 
from 2.424 to 2.425.
- [Release notes](https://github.com/jenkinsci/jenkins/releases)
- 
[Commits](https://github.com/jenkinsci/jenkins/compare/jenkins-2.424...jenkins-2.425)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:jenkins-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/code-coverage-api-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.425/00-97a42e%40github.com.


[jenkins-infra/jenkins.io] 1eae6c: Update links to Google Cloud and Oracle Cloud on h...

2023-09-26 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 1eae6cb33f1861bf5f3dcb2f0da96e4da2b8d402
  
https://github.com/jenkins-infra/jenkins.io/commit/1eae6cb33f1861bf5f3dcb2f0da96e4da2b8d402
  Author: Mark Waite 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/download/index.html.haml

  Log Message:
  ---
  Update links to Google Cloud and Oracle Cloud on home page (#6706)

* Point to a Google Cloud page that is not archived

Links should go to documentation that is actively maintained by the
cloud provider, not to an archive page that warns it may disrupt the
Kubernetes environment.

* Use more recent Oracle Cloud destination link

The previous link used the deprecated term "master".  That page has been
replaced on Oracle documentation, but the replacement is more specific
than this architecture reference. Since the title of the link includes
architecture, I updated it to point to the architecture page.


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/702965-1eae6c%40github.com.


[jenkins-infra/jenkins.io] f1376c: Automated changelog for 2.426

2023-09-26 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.426
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f1376cb0f8ec5775edc11b00e039f86c182997ae
  
https://github.com/jenkins-infra/jenkins.io/commit/f1376cb0f8ec5775edc11b00e039f86c182997ae
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Automated changelog for 2.426


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/automated-weekly-changelog/2.426/00-f1376c%40github.com.


[jenkinsci/jenkins]

2023-09-26 Thread 'Jenkins Release Bot' via Jenkins Commits
  Branch: refs/tags/jenkins-2.425
  Home:   https://github.com/jenkinsci/jenkins

-- 
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/jenkins/push/refs/tags/jenkins-2.425/00-1d0651%40github.com.


[jenkinsci/jenkins] 4e96cc: [maven-release-plugin] prepare release jenkins-2.425

2023-09-26 Thread 'Jenkins Release Bot' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4e96cc7345c0aa041cdc6a363f478880f99741f2
  
https://github.com/jenkinsci/jenkins/commit/4e96cc7345c0aa041cdc6a363f478880f99741f2
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M coverage/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
M websocket/jetty10/pom.xml
M websocket/spi/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-2.425


  Commit: da99f119b53de149ea1b0ed7a627e5e2d5cf75fc
  
https://github.com/jenkinsci/jenkins/commit/da99f119b53de149ea1b0ed7a627e5e2d5cf75fc
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M coverage/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
M websocket/jetty10/pom.xml
M websocket/spi/pom.xml

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/77e6e4de69b8...da99f119b53d

-- 
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/jenkins/push/refs/heads/master/77e6e4-da99f1%40github.com.


[jenkinsci/workflow-cps-plugin]

2023-09-26 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/3793.v65dec41c3a_c3
  Home:   https://github.com/jenkinsci/workflow-cps-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/workflow-cps-plugin/push/refs/tags/3793.v65dec41c3a_c3/00-65dec4%40github.com.


[jenkins-infra/jenkins-infra] 456c51: feat: initial support of the archives.do.jenkins.i...

2023-09-26 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 456c5114233e6991ca7a5378c1050447e09adc0c
  
https://github.com/jenkins-infra/jenkins-infra/commit/456c5114233e6991ca7a5378c1050447e09adc0c
  Author: Damien Duportal 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M dist/profile/manifests/archives.pp
A hieradata/clients/archives.do.jenkins.io.yaml
A hieradata/clients/archives.jenkins.io.yaml
M hieradata/common.yaml
M manifests/site.pp

  Log Message:
  ---
  feat: initial support of the archives.do.jenkins.io VM (#3084)

Signed-off-by: Damien Duportal 


-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/production/998fc1-456c51%40github.com.


[jenkinsci/groovy-plugin]

2023-09-26 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/457.v99900cb_85593
  Home:   https://github.com/jenkinsci/groovy-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/groovy-plugin/push/refs/tags/457.v99900cb_85593/00-99900c%40github.com.


[jenkinsci/workflow-cps-plugin] 4d73cc: Support system themes for Pipeline editor

2023-09-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 4d73ccbf9b63b3b5dc84e3447eefd9c1da9acd6a
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/4d73ccbf9b63b3b5dc84e3447eefd9c1da9acd6a
  Author: Tim Jacomb 
  Date:   2023-08-19 (Sat, 19 Aug 2023)

  Changed paths:
M plugin/package.json
M plugin/pom.xml
M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction.java
R 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/view/ThemeUtil.java
M plugin/src/main/js/workflow-editor.js
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/editor/workflow-editor.jelly

  Log Message:
  ---
  Support system themes for Pipeline editor


  Commit: 65dec41c3ac33fa64a4a6b3f88307a9942e9dba3
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/65dec41c3ac33fa64a4a6b3f88307a9942e9dba3
  Author: Jesse Glick 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M plugin/package.json
M plugin/pom.xml
M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction.java
R 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/view/ThemeUtil.java
M plugin/src/main/js/workflow-editor.js
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/editor/workflow-editor.jelly

  Log Message:
  ---
  Merge pull request #769 from timja/update-theme-api

Support system themes for Pipeline editor


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/ac0338eab59c...65dec41c3ac3

-- 
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/workflow-cps-plugin/push/refs/heads/master/ac0338-65dec4%40github.com.


[jenkinsci/github-branch-source-plugin] f62ec0: Removed 1 unnecessary stubbing in GitHubSCMSourceT...

2023-09-26 Thread 'ARUS2023' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: f62ec0a7d85da58e41e1b71c68bd5d1745c37ecb
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/f62ec0a7d85da58e41e1b71c68bd5d1745c37ecb
  Author: ARUS2023 <145485937+arus2...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSourceTest.java

  Log Message:
  ---
  Removed 1 unnecessary stubbing in GitHubSCMSourceTest.java (#732)


-- 
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/github-branch-source-plugin/push/refs/heads/master/a3028e-f62ec0%40github.com.


[jenkinsci/groovy-plugin] 26d3d0: [JENKINS-71515] Make `codemirror-config` a valid JSON

2023-09-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: 26d3d05db33d65681a546df93c4e14e24bed17b4
  
https://github.com/jenkinsci/groovy-plugin/commit/26d3d05db33d65681a546df93c4e14e24bed17b4
  Author: Yaroslav Afenkin 
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
M src/main/resources/hudson/plugins/groovy/StringScriptSource/config.jelly

  Log Message:
  ---
  [JENKINS-71515] Make `codemirror-config` a valid JSON


  Commit: 99900cb855935a2bd71f5a72e4227dd7847bc121
  
https://github.com/jenkinsci/groovy-plugin/commit/99900cb855935a2bd71f5a72e4227dd7847bc121
  Author: Jesse Glick 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M src/main/resources/hudson/plugins/groovy/StringScriptSource/config.jelly

  Log Message:
  ---
  Merge pull request #58 from yaroslavafenkin/JENKINS-71515

[JENKINS-71515] Make `codemirror-config` a valid JSON


Compare: 
https://github.com/jenkinsci/groovy-plugin/compare/ac8edea48982...99900cb85593

-- 
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/groovy-plugin/push/refs/heads/master/ac8ede-99900c%40github.com.


[jenkinsci/parasoft-findings-plugin] b6cefb: Remove the settings for the coverage column in the...

2023-09-26 Thread 'Lee Li' via Jenkins Commits
  Branch: refs/heads/lee_cicd489
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: b6cefbdc7b8ca2e8ccffebfc91ef4dbe4dd9b31a
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/b6cefbdc7b8ca2e8ccffebfc91ef4dbe4dd9b31a
  Author: lli-parasoft 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn.java
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/column.jelly
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/columnHeader.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/config.jelly
R 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumn/config.properties
M 
src/main/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/Messages.properties
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumnTest.java
A 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/noData.xml

  Log Message:
  ---
  Remove the settings for the coverage column in the dashboard view settings


-- 
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_cicd489/de3a83-b6cefb%40github.com.


[jenkinsci/active-choices-plugin] 47fdf2: Bump @babel/preset-typescript from 7.22.15 to 7.23.0

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/babel/preset-typescript-7.23.0
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 47fdf26fa11efb69b4e1bda18ee42b531d7f7f18
  
https://github.com/jenkinsci/active-choices-plugin/commit/47fdf26fa11efb69b4e1bda18ee42b531d7f7f18
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M package.json
M yarn.lock

  Log Message:
  ---
  Bump @babel/preset-typescript from 7.22.15 to 7.23.0

Bumps 
[@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript)
 from 7.22.15 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-preset-typescript)

---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/active-choices-plugin/push/refs/heads/dependabot/npm_and_yarn/babel/preset-typescript-7.23.0/81ac67-47fdf2%40github.com.


[jenkinsci/active-choices-plugin]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/babel/core-7.23.0
  Home:   https://github.com/jenkinsci/active-choices-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/active-choices-plugin/push/refs/heads/dependabot/npm_and_yarn/babel/core-7.23.0/9ba105-00%40github.com.


[jenkinsci/active-choices-plugin] 1f783b: Bump @babel/core from 7.22.20 to 7.23.0

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 1f783b28d1fb3f0a2b8d0b3d4f0368f9d501a3fa
  
https://github.com/jenkinsci/active-choices-plugin/commit/1f783b28d1fb3f0a2b8d0b3d4f0368f9d501a3fa
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M package.json
M yarn.lock

  Log Message:
  ---
  Bump @babel/core from 7.22.20 to 7.23.0

Bumps 
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) 
from 7.22.20 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
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/active-choices-plugin/push/refs/heads/master/7dfa77-1f783b%40github.com.


[jenkins-infra/update-center2] 77bcef: [SECURITY-3153] Remove warning from `maven-artifac...

2023-09-26 Thread 'Yaroslav' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 77bcef2630467ba31f4bcabdec74421f2ca629e3
  
https://github.com/jenkins-infra/update-center2/commit/77bcef2630467ba31f4bcabdec74421f2ca629e3
  Author: Yaroslav <91559310+yaroslavafen...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  [SECURITY-3153] Remove warning from `maven-artifact-choicelistprovider` (#741)

Co-authored-by: Yaroslav Afenkin 


-- 
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/jenkins-infra/update-center2/push/refs/heads/master/4543b2-77bcef%40github.com.


[jenkinsci/configuration-as-code-plugin]

2023-09-26 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/1714.v09593e830cfa
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/tags/1714.v09593e830cfa/00-09593e%40github.com.


[jenkinsci/spotinst-plugin] 7eb756: [maven-release-plugin] prepare for next developmen...

2023-09-26 Thread 'adivoss' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 7eb75642eab2e1021d1386abdfcbbdab2741b5d8
  
https://github.com/jenkinsci/spotinst-plugin/commit/7eb75642eab2e1021d1386abdfcbbdab2741b5d8
  Author: adiv sukonik 
  Date:   2023-09-26 (Tue, 26 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/spotinst-plugin/push/refs/heads/master/010fc7-7eb756%40github.com.


[jenkinsci/spotinst-plugin]

2023-09-26 Thread 'Adivos' via Jenkins Commits
  Branch: refs/tags/spotinst-2.2.15
  Home:   https://github.com/jenkinsci/spotinst-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/spotinst-plugin/push/refs/tags/spotinst-2.2.15/00-092c78%40github.com.


[jenkinsci/spotinst-plugin] 010fc7: [maven-release-plugin] prepare release spotinst-2....

2023-09-26 Thread 'adivoss' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 010fc77dc2384f152b3f4e33c9a119abf0f7a083
  
https://github.com/jenkinsci/spotinst-plugin/commit/010fc77dc2384f152b3f4e33c9a119abf0f7a083
  Author: adiv sukonik 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release spotinst-2.2.15


-- 
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/spotinst-plugin/push/refs/heads/master/a3e477-010fc7%40github.com.


[jenkinsci/spotinst-plugin] a3e477: upgrade 2.2.15 (#99)

2023-09-26 Thread 'sitay93' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: a3e4776da07cec3c6e9f97184020c534e120a4ee
  
https://github.com/jenkinsci/spotinst-plugin/commit/a3e4776da07cec3c6e9f97184020c534e120a4ee
  Author: sitay93 <116492420+sita...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M JenkinsWiki.adoc

  Log Message:
  ---
  upgrade 2.2.15 (#99)


-- 
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/spotinst-plugin/push/refs/heads/master/4c4cdc-a3e477%40github.com.


[jenkinsci/m2release-plugin] 2e6f19: Bump io.jenkins.tools.bom:bom-2.401.x (#63)

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/m2release-plugin
  Commit: 2e6f19abef1d2017e02897eeb9bb510716190ced
  
https://github.com/jenkinsci/m2release-plugin/commit/2e6f19abef1d2017e02897eeb9bb510716190ced
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.401.x (#63)


-- 
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/m2release-plugin/push/refs/heads/master/03ac8d-2e6f19%40github.com.


[jenkinsci/m2release-plugin]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2465.va_e76ed7b_3061
  Home:   https://github.com/jenkinsci/m2release-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/m2release-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.401.x-2465.va_e76ed7b_3061/bf9ac4-00%40github.com.


[jenkinsci/configuration-as-code-plugin] 09593e: Integrate with Prism API plugin (#2342)

2023-09-26 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: 
refs/heads/updatecli_826cf2c93e438e11e9a7fc0479c71d12103331eed6633a5604ad389619ebb800
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 09593e830cfac95e5c814bf4f1bf24bddb4e6ff5
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/09593e830cfac95e5c814bf4f1bf24bddb4e6ff5
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M plugin/pom.xml
M plugin/src/main/java/io/jenkins/plugins/casc/ConfigurationAsCode.java
M 
plugin/src/main/resources/io/jenkins/plugins/casc/ConfigurationAsCode/viewExport.jelly
R plugin/src/main/resources/io/jenkins/plugins/casc/assets/prism.css
R plugin/src/main/resources/io/jenkins/plugins/casc/assets/prism.js

  Log Message:
  ---
  Integrate with Prism API plugin (#2342)


-- 
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/configuration-as-code-plugin/push/refs/heads/updatecli_826cf2c93e438e11e9a7fc0479c71d12103331eed6633a5604ad389619ebb800/c46591-09593e%40github.com.


[jenkinsci/configuration-as-code-plugin] 09593e: Integrate with Prism API plugin (#2342)

2023-09-26 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 09593e830cfac95e5c814bf4f1bf24bddb4e6ff5
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/09593e830cfac95e5c814bf4f1bf24bddb4e6ff5
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M plugin/pom.xml
M plugin/src/main/java/io/jenkins/plugins/casc/ConfigurationAsCode.java
M 
plugin/src/main/resources/io/jenkins/plugins/casc/ConfigurationAsCode/viewExport.jelly
R plugin/src/main/resources/io/jenkins/plugins/casc/assets/prism.css
R plugin/src/main/resources/io/jenkins/plugins/casc/assets/prism.js

  Log Message:
  ---
  Integrate with Prism API plugin (#2342)


-- 
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/configuration-as-code-plugin/push/refs/heads/master/c46591-09593e%40github.com.


[jenkinsci/design-library-plugin]

2023-09-26 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/264.vea_e31791b_3c9
  Home:   https://github.com/jenkinsci/design-library-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/design-library-plugin/push/refs/tags/264.vea_e31791b_3c9/00-eae317%40github.com.


[jenkinsci/design-library-plugin] eae317: Integrate with Prism API plugin (#72)

2023-09-26 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: eae31791b3c92afb0efe155bb507d931c13dbed3
  
https://github.com/jenkinsci/design-library-plugin/commit/eae31791b3c92afb0efe155bb507d931c13dbed3
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/designlibrary/UISample.java
M src/main/resources/io/jenkins/plugins/designlibrary/sample.js
M src/main/resources/lib/samples/sample.jelly
M src/main/resources/scss/abstracts/_overrides.scss
M src/main/resources/scss/components/_source-block.scss
M src/main/webapp/Validation/sample.jelly

  Log Message:
  ---
  Integrate with Prism API plugin (#72)

Co-authored-by: Ullrich Hafner 


-- 
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/design-library-plugin/push/refs/heads/master/325275-eae317%40github.com.


[jenkins-infra/jenkins.io] 702965: Document a Branch API plugin flag. (#6703)

2023-09-26 Thread 'Denys Digtiar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 702965c69cbeab409daa977928968d81a2952d1e
  
https://github.com/jenkins-infra/jenkins.io/commit/702965c69cbeab409daa977928968d81a2952d1e
  Author: Denys Digtiar 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/doc/book/managing/system-properties.adoc

  Log Message:
  ---
  Document a Branch API plugin flag. (#6703)


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/3f3933-702965%40github.com.


[jenkins-infra/jenkins.io] 3f3933: Added link to LTS release line on LTS upgrade guid...

2023-09-26 Thread 'Austin Nazworth' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 3f393309fa6bf05585700fb32152ade786b6
  
https://github.com/jenkins-infra/jenkins.io/commit/3f393309fa6bf05585700fb32152ade786b6
  Author: Austin Nazworth <98629900+anazwo...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/changelog-stable/index.html.haml
M content/doc/upgrade-guide.html.haml

  Log Message:
  ---
  Added link to LTS release line on LTS upgrade guide and LTS changelog (#6705)


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/7047c3-3f3933%40github.com.


[jenkins-infra/jenkins.io] 4e71a3: Automated changelog for 2.425

2023-09-26 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.425
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 4e71a300ed48b0209331079a66bab4fed6a5997e
  
https://github.com/jenkins-infra/jenkins.io/commit/4e71a300ed48b0209331079a66bab4fed6a5997e
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Automated changelog for 2.425


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/automated-weekly-changelog/2.425/bacc19-4e71a3%40github.com.


[jenkins-infra/jenkins.io] bacc19: Automated changelog for 2.425

2023-09-26 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.425
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: bacc19f015531c60c6cadb1f4d4129f16b0d4614
  
https://github.com/jenkins-infra/jenkins.io/commit/bacc19f015531c60c6cadb1f4d4129f16b0d4614
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Automated changelog for 2.425


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/automated-weekly-changelog/2.425/7e10df-bacc19%40github.com.


[jenkinsci/jenkins] 77e6e4: Logging XmlFile write to help track race condition...

2023-09-26 Thread 'Vincent Latombe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 77e6e4de69b8efca2874280b89791b2129992748
  
https://github.com/jenkinsci/jenkins/commit/77e6e4de69b8efca2874280b89791b2129992748
  Author: Vincent Latombe 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M core/src/main/java/hudson/XmlFile.java

  Log Message:
  ---
  Logging XmlFile write to help track race conditions during tests. (#8513)


-- 
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/jenkins/push/refs/heads/master/6485e2-77e6e4%40github.com.


[jenkinsci/jenkins]

2023-09-26 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/stapler.version-1814.vdc9dd5217ee2
  Home:   https://github.com/jenkinsci/jenkins

-- 
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/jenkins/push/refs/heads/dependabot/maven/stapler.version-1814.vdc9dd5217ee2/62711c-00%40github.com.


[jenkinsci/jenkins] 6485e2: Bump stapler.version from 1802.1804.va_8d30483a_7f...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6485e250cb29d164ca16516fd335dff43b5ab2ed
  
https://github.com/jenkinsci/jenkins/commit/6485e250cb29d164ca16516fd335dff43b5ab2ed
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  Bump stapler.version from 1802.1804.va_8d30483a_7f7 to 1814.vdc9dd5217ee2 
(#8522)

Bump stapler.version

Bumps `stapler.version` from 1802.1804.va_8d30483a_7f7 to 1814.vdc9dd5217ee2.

Updates `org.kohsuke.stapler:stapler` from 1802.1804.va_8d30483a_7f7 to 
1814.vdc9dd5217ee2
- [Release notes](https://github.com/jenkinsci/stapler/releases)
- [Changelog](https://github.com/jenkinsci/stapler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/stapler/commits)

Updates `org.kohsuke.stapler:stapler-groovy` from 1802.1804.va_8d30483a_7f7 to 
1814.vdc9dd5217ee2
- [Release notes](https://github.com/jenkinsci/stapler/releases)
- [Changelog](https://github.com/jenkinsci/stapler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/stapler/commits)

---
updated-dependencies:
- dependency-name: org.kohsuke.stapler:stapler
  dependency-type: direct:production
- dependency-name: org.kohsuke.stapler:stapler-groovy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


-- 
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/jenkins/push/refs/heads/master/9f6bf5-6485e2%40github.com.


[jenkinsci/jenkins] 821636: Update dependency eslint to v8.50.0

2023-09-26 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/eslint-8.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 821636207e19129d247277a19642f274187a3660
  
https://github.com/jenkinsci/jenkins/commit/821636207e19129d247277a19642f274187a3660
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M war/package.json
M war/yarn.lock

  Log Message:
  ---
  Update dependency eslint to v8.50.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/jenkins/push/refs/heads/renovate/eslint-8.x/457e92-821636%40github.com.


[jenkinsci/parasoft-findings-plugin]

2023-09-26 Thread 'Roller Wang' via Jenkins Commits
  Branch: refs/heads/lee_cicd478
  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_cicd478/400f38-00%40github.com.


[jenkinsci/parasoft-findings-plugin] 400f38: Add reference build support in Pipeline

2023-09-26 Thread 'Roller Wang' via Jenkins Commits
  Branch: refs/heads/cicd36
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 400f383fae26c4db673673a363ef0b7842701865
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/400f383fae26c4db673673a363ef0b7842701865
  Author: lli-parasoft 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

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

  Log Message:
  ---
  Add reference build support in Pipeline


  Commit: 50dd8675a22e43b24f9e94e2998898f6c9cde606
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/50dd8675a22e43b24f9e94e2998898f6c9cde606
  Author: Roller Wang <109122571+rwang-paras...@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

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

  Log Message:
  ---
  Merge pull request #63 from jenkinsci/lee_cicd478

Add reference build support in Pipeline


Compare: 
https://github.com/jenkinsci/parasoft-findings-plugin/compare/ba3b3d1dbeb6...50dd8675a22e

-- 
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/ba3b3d-50dd86%40github.com.


[jenkinsci/parasoft-findings-plugin] 400f38: Add reference build support in Pipeline

2023-09-26 Thread 'Lee Li' via Jenkins Commits
  Branch: refs/heads/lee_cicd478
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 400f383fae26c4db673673a363ef0b7842701865
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/400f383fae26c4db673673a363ef0b7842701865
  Author: lli-parasoft 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

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

  Log Message:
  ---
  Add reference build support in Pipeline


-- 
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_cicd478/268a3a-400f38%40github.com.


[jenkinsci/saml-plugin]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2465.va_e76ed7b_3061
  Home:   https://github.com/jenkinsci/saml-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/saml-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2465.va_e76ed7b_3061/a8238c-00%40github.com.


[jenkinsci/saml-plugin] b3f456: chore(deps): bump io.jenkins.tools.bom:bom-2.387.x...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: b3f45649d279ac14e76407b9d6ac0712c5d02f4e
  
https://github.com/jenkinsci/saml-plugin/commit/b3f45649d279ac14e76407b9d6ac0712c5d02f4e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): bump io.jenkins.tools.bom:bom-2.387.x (#374)

Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 
2446.v2e9fd3b_d8c81 to 2465.va_e76ed7b_3061.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.387.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


-- 
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/saml-plugin/push/refs/heads/main/e383df-b3f456%40github.com.


[jenkins-infra/account-app]

2023-09-26 Thread 'infra-ci-jenkins-io[bot]' via Jenkins Commits
  Branch: refs/tags/0.4.50
  Home:   https://github.com/jenkins-infra/account-app

-- 
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/jenkins-infra/account-app/push/refs/tags/0.4.50/00-1a43f2%40github.com.


[jenkinsci/parasoft-findings-plugin] c576b0: Get reference build and previous coverage data in...

2023-09-26 Thread 'Alfie Wang' via Jenkins Commits
  Branch: refs/heads/alfie_cicd481
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: c576b0498cb092c950ba2c452da6b6e26bedb3bf
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/c576b0498cb092c950ba2c452da6b6e26bedb3bf
  Author: Alfie Wang 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.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
A 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/ReferenceBuildActionResult.java
A 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/ReferenceResult.java

  Log Message:
  ---
  Get reference build  and previous coverage data in CoverageReporter.


-- 
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_cicd481/67382e-c576b0%40github.com.


[jenkinsci/ssh-slaves-plugin]

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2465.va_e76ed7b_3061
  Home:   https://github.com/jenkinsci/ssh-slaves-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/ssh-slaves-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2465.va_e76ed7b_3061/961c6c-00%40github.com.


[jenkinsci/ssh-slaves-plugin] fd5286: chore(deps): bump io.jenkins.tools.bom:bom-2.387.x...

2023-09-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: fd5286006854ce0d3407abcc96acff59ae75ae82
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/fd5286006854ce0d3407abcc96acff59ae75ae82
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): bump io.jenkins.tools.bom:bom-2.387.x (#438)

Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 
2446.v2e9fd3b_d8c81 to 2465.va_e76ed7b_3061.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.387.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


-- 
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/ssh-slaves-plugin/push/refs/heads/main/948f1c-fd5286%40github.com.


[jenkinsci/parasoft-findings-plugin] 35cacf: Refactor CoverageBuildAction

2023-09-26 Thread 'Jason Chen' via Jenkins Commits
  Branch: refs/heads/jason_cicd482
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 35cacf57b9bcd1883cd44afe13a0805afb66ff3f
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/35cacf57b9bcd1883cd44afe13a0805afb66ff3f
  Author: Jason 
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
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/CoverageChecksPublisher.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/CoverageBuildActionTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageChecksPublisherTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageMetricColumnTest.java
M 
src/test/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageXmlStreamTest.java
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-details.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-quality-gate.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-summary.checks-expected-result
M 
src/test/resources/com/parasoft/findings/jenkins/coverage/api/metrics/steps/coverage-publisher-summary.checks-expected-result-pit

  Log Message:
  ---
  Refactor CoverageBuildAction


-- 
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_cicd482/7823a2-35cacf%40github.com.


[jenkins-infra/account-app]

2023-09-26 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/renovate/selenium
  Home:   https://github.com/jenkins-infra/account-app

-- 
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/jenkins-infra/account-app/push/refs/heads/renovate/selenium/a9cc74-00%40github.com.


  1   2   >