[jenkinsci/analysis-pom-plugin] 0dea9d: Bump org.apache.maven.plugins:maven-pmd-plugin fro...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.22.0
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 0dea9dcbdb1f58cf5b593382ba6929760093d668
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/0dea9dcbdb1f58cf5b593382ba6929760093d668
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-26 (Fri, 26 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0

Bumps 
[org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin)
 from 3.21.2 to 3.22.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- 
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.21.2...maven-pmd-plugin-3.22.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-pom-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.22.0/00-0dea9d%40github.com.


[jenkinsci/log-parser-plugin] 1ada3b: chore(deps): bump org.apache.maven.plugins:maven-p...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.22.0
  Home:   https://github.com/jenkinsci/log-parser-plugin
  Commit: 1ada3b45fdf1a0dddc68212fef3d434404b84d8f
  
https://github.com/jenkinsci/log-parser-plugin/commit/1ada3b45fdf1a0dddc68212fef3d434404b84d8f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-26 (Fri, 26 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): bump org.apache.maven.plugins:maven-pmd-plugin

Bumps 
[org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin)
 from 3.21.2 to 3.22.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- 
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.21.2...maven-pmd-plugin-3.22.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/log-parser-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.22.0/00-1ada3b%40github.com.


[jenkinsci/json-lib] 37cfc6: Remove usage of `NestableRuntimeException` (#29)

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: 37cfc68d6300d2558b1444de03ae0a84bbb403e2
  
https://github.com/jenkinsci/json-lib/commit/37cfc68d6300d2558b1444de03ae0a84bbb403e2
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M src/main/java/net/sf/ezmorph/MorphException.java
M src/main/java/net/sf/json/JSONException.java
M src/main/java/net/sf/json/regexp/Perl5RegexpMatcher.java

  Log Message:
  ---
  Remove usage of `NestableRuntimeException` (#29)



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/json-lib/push/refs/heads/master/f5aa4a-37cfc6%40github.com.


[jenkinsci/json-lib] 518da7: Remove some usages of `StringUtils` (#35)

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: 518da7a5ede3fe85e220814381363dd75094c464
  
https://github.com/jenkinsci/json-lib/commit/518da7a5ede3fe85e220814381363dd75094c464
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M src/main/java/net/sf/json/JsonConfig.java
M src/main/java/net/sf/json/test/JSONAssert.java
M src/main/java/net/sf/json/xml/XMLSerializer.java

  Log Message:
  ---
  Remove some usages of `StringUtils` (#35)



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/json-lib/push/refs/heads/master/7001fc-518da7%40github.com.


[jenkinsci/jenkins] 9b6d6c: Bump org.kohsuke.stapler:json-lib from 2.4-jenkins...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 9b6d6c52ab8e8c3842f94f9fd851c468702befc6
  
https://github.com/jenkinsci/jenkins/commit/9b6d6c52ab8e8c3842f94f9fd851c468702befc6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  Bump org.kohsuke.stapler:json-lib from 2.4-jenkins-3 to 2.4-jenkins-5

Bumps [org.kohsuke.stapler:json-lib](https://github.com/jenkinsci/json-lib) 
from 2.4-jenkins-3 to 2.4-jenkins-5.
- [Release notes](https://github.com/jenkinsci/json-lib/releases)
- [Commits](https://github.com/jenkinsci/json-lib/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5/feb804-9b6d6c%40github.com.


[jenkinsci/jenkins] 652a6f: Add exclusion

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 652a6fd7aa5d001030e212f84dd7d2e5c0e68226
  
https://github.com/jenkinsci/jenkins/commit/652a6fd7aa5d001030e212f84dd7d2e5c0e68226
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Add exclusion



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5/9b6d6c-652a6f%40github.com.


[jenkins-infra/jenkins.io] 4a73fd: added information on to use checkUrl in Form valid...

2024-04-25 Thread 'Sudhanshu Rai' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 4a73fdd0d3738765bfe8d875cb3351dd9801a190
  
https://github.com/jenkins-infra/jenkins.io/commit/4a73fdd0d3738765bfe8d875cb3351dd9801a190
  Author: Sudhanshu Rai <76528633+pyther-...@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M content/doc/developer/forms/form-validation.adoc

  Log Message:
  ---
  added information on to use checkUrl in Form validation #6433 (#7202)

* Added a section of Update parent POM page

* minor wording changed

* added on how to use checkUrl in Form validation

* removed extra part

* basic changes

* used active voice

* Update content/doc/developer/forms/form-validation.adoc

Co-authored-by: Kris Stern 

* internal details changed

* Update content/doc/developer/forms/form-validation.adoc

Co-authored-by: Kevin Martens <99040580+kmarten...@users.noreply.github.com>

* more readable

Co-authored-by: Kevin Martens <99040580+kmarten...@users.noreply.github.com>

-

Co-authored-by: Bruno Verachten 
Co-authored-by: Kevin Martens <99040580+kmarten...@users.noreply.github.com>
Co-authored-by: Kris Stern 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/jenkins.io/push/refs/heads/master/29b701-4a73fd%40github.com.


[jenkinsci/json-lib] 9bc010: Remove support for JDK 1.3 (#31)

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: 9bc0101c1a708d39d25e568ed9f72bf2d4656968
  
https://github.com/jenkinsci/json-lib/commit/9bc0101c1a708d39d25e568ed9f72bf2d4656968
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml
R src/main/java/net/sf/json/regexp/Perl5RegexpMatcher.java
M src/main/java/net/sf/json/regexp/RegexpUtils.java
M src/test/java/net/sf/json/regexp/AllTests.java
R src/test/java/net/sf/json/regexp/TestPerl5RegexpMatcher.java

  Log Message:
  ---
  Remove support for JDK 1.3 (#31)



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/json-lib/push/refs/heads/master/37cfc6-9bc010%40github.com.


[jenkinsci/json-lib] a035cb: Remove `commons-httpclient` test dependency (#32)

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: a035cbe975148e7f89fe11320f0de6e929c59305
  
https://github.com/jenkinsci/json-lib/commit/a035cbe975148e7f89fe11320f0de6e929c59305
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove `commons-httpclient` test dependency (#32)



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/json-lib/push/refs/heads/master/9bc010-a035cb%40github.com.


[jenkinsci/lib-jenkins-maven-embedder] 9c0987: Bump junit from 4.13.1 to 4.13.2

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/junit-junit-4.13.2
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-embedder
  Commit: 9c098787bff08d66ef8490b9afedcea5f5aa69a8
  
https://github.com/jenkinsci/lib-jenkins-maven-embedder/commit/9c098787bff08d66ef8490b9afedcea5f5aa69a8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit from 4.13.1 to 4.13.2

Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- 
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/lib-jenkins-maven-embedder/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/lib-jenkins-maven-embedder/push/refs/heads/dependabot/maven/junit-junit-4.13.2/d85d7a-9c0987%40github.com.


[jenkinsci/parasoft-findings-plugin] a4a811: Simplify and optimize pom.xml of Parasoft Findings...

2024-04-25 Thread 'Alfie Wang' via Jenkins Commits
  Branch: refs/heads/alfie_cicd827
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: a4a811c5ccaf87411e05e77f56d7ee16d759f7ea
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/a4a811c5ccaf87411e05e77f56d7ee16d759f7ea
  Author: Alfie Wang 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

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

  Log Message:
  ---
  Simplify and optimize pom.xml of Parasoft Findings plugin for Jenkins.



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parasoft-findings-plugin/push/refs/heads/alfie_cicd827/00-a4a811%40github.com.


[jenkinsci/appscan-plugin] eca790: ASA 8329 (#208) (#209)

2024-04-25 Thread 'Vishal Chaudhary' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/appscan-plugin
  Commit: eca79028f8a0b9b9b8ca26df72053913a83bc203
  
https://github.com/jenkinsci/appscan-plugin/commit/eca79028f8a0b9b9b8ca26df72053913a83bc203
  Author: Vishal Chaudhary <102226698+vishalhcl-5...@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M 
src/main/java/com/hcl/appscan/jenkins/plugin/builders/AppScanBuildStep.java
M 
src/main/resources/com/hcl/appscan/jenkins/plugin/builders/AppScanBuildStep/config.jelly
M 
src/main/resources/com/hcl/appscan/jenkins/plugin/builders/AppScanBuildStep/config_en.properties
A 
src/main/resources/com/hcl/appscan/jenkins/plugin/builders/AppScanBuildStep/help-personalScan.jelly
A 
src/main/resources/com/hcl/appscan/jenkins/plugin/builders/AppScanBuildStep/help-personalScan_en.properties

  Log Message:
  ---
  ASA 8329 (#208) (#209)

personal scan support



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/appscan-plugin/push/refs/heads/master/e02084-eca790%40github.com.


[jenkinsci/lib-jenkins-maven-embedder] 06ccf5: Bump resolverVersion from 1.9.18 to 1.9.19

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/resolverVersion-1.9.19
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-embedder
  Commit: 06ccf55a5e9595b979bc824c89b879225d4a3764
  
https://github.com/jenkinsci/lib-jenkins-maven-embedder/commit/06ccf55a5e9595b979bc824c89b879225d4a3764
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump resolverVersion from 1.9.18 to 1.9.19

Bumps `resolverVersion` from 1.9.18 to 1.9.19.

Updates `org.apache.maven.resolver:maven-resolver-transport-wagon` from 1.9.18 
to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-api` from 1.9.18 to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-impl` from 1.9.18 to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-spi` from 1.9.18 to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-util` from 1.9.18 to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.18 
to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

---
updated-dependencies:
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-wagon
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-spi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/lib-jenkins-maven-embedder/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/lib-jenkins-maven-embedder/push/refs/heads/dependabot/maven/resolverVersion-1.9.19/00-06ccf5%40github.com.


[jenkinsci/jenkins] 7468be: Fix phrasing error in Polish translation of instal...

2024-04-25 Thread 'Jakub Wojnarowicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7468bef6d44a6f2e605e1660e5a9c8412e811b56
  
https://github.com/jenkinsci/jenkins/commit/7468bef6d44a6f2e605e1660e5a9c8412e811b56
  Author: Jakub Wojnarowicz <72974897+jwojnarow...@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M core/src/main/resources/jenkins/install/pluginSetupWizard_pl.properties

  Log Message:
  ---
  Fix phrasing error in Polish translation of install wizard (#9185)

* Update pluginSetupWizard_pl.properties

Update translation for installWizard_skipFirstUser to more clear definition of 
action which states that "skip" means "pomiń[PL]"

* Update pluginSetupWizard_pl.properties

Change translation from "administrator" to "admin" to reflect the default admin 
username



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/8d1f6a-7468be%40github.com.


[jenkinsci/lib-jenkins-maven-embedder] d79768: Upgrade Maven version to fix build (#93)

2024-04-25 Thread 'Olivier Lamy' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-embedder
  Commit: d79768e8f202e7751807498a84a3b0d50a7cefb7
  
https://github.com/jenkinsci/lib-jenkins-maven-embedder/commit/d79768e8f202e7751807498a84a3b0d50a7cefb7
  Author: Olivier Lamy 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Upgrade Maven version to fix build (#93)

Signed-off-by: Olivier Lamy 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/lib-jenkins-maven-embedder/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/lib-jenkins-maven-embedder/push/refs/heads/master/cbb5b0-d79768%40github.com.


[jenkinsci/lib-jenkins-maven-embedder] 639969: Bump release-drafter/release-drafter from 5.23.0 t...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-embedder
  Commit: 639969c1582f7a23363839d0dae5cd55754dd41d
  
https://github.com/jenkinsci/lib-jenkins-maven-embedder/commit/639969c1582f7a23363839d0dae5cd55754dd41d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.23.0 to 6.0.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.23.0 to 6.0.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.23.0...v6.0.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/lib-jenkins-maven-embedder/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/lib-jenkins-maven-embedder/push/refs/heads/master/abf5a8-639969%40github.com.


[jenkinsci/lib-jenkins-maven-embedder] abf5a8: Bump junit from 4.13.1 to 4.13.2

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-embedder
  Commit: abf5a8f9c78c10f30449bc21c1f924aba2927a55
  
https://github.com/jenkinsci/lib-jenkins-maven-embedder/commit/abf5a8f9c78c10f30449bc21c1f924aba2927a55
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit from 4.13.1 to 4.13.2

Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- 
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/lib-jenkins-maven-embedder/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/lib-jenkins-maven-embedder/push/refs/heads/master/d79768-abf5a8%40github.com.


[jenkinsci/lib-jenkins-maven-embedder] 094be4: Bump resolverVersion from 1.9.18 to 1.9.19

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-embedder
  Commit: 094be448cb079571a9562188f8cde08f4f0f749e
  
https://github.com/jenkinsci/lib-jenkins-maven-embedder/commit/094be448cb079571a9562188f8cde08f4f0f749e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump resolverVersion from 1.9.18 to 1.9.19

Bumps `resolverVersion` from 1.9.18 to 1.9.19.

Updates `org.apache.maven.resolver:maven-resolver-transport-wagon` from 1.9.18 
to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-api` from 1.9.18 to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-impl` from 1.9.18 to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-spi` from 1.9.18 to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-util` from 1.9.18 to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

Updates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.18 
to 1.9.19
- [Release notes](https://github.com/apache/maven-resolver/releases)
- 
[Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.19)

---
updated-dependencies:
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-wagon
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-spi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/lib-jenkins-maven-embedder/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/lib-jenkins-maven-embedder/push/refs/heads/master/639969-094be4%40github.com.


[jenkinsci/aws-device-farm-plugin] d887bf: Add support for device filters and custom results ...

2024-04-25 Thread 'Nikhil Dabhade' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-device-farm-plugin
  Commit: d887bf63631909f62e94e05c555d547b6fc323e5
  
https://github.com/jenkinsci/aws-device-farm-plugin/commit/d887bf63631909f62e94e05c555d547b6fc323e5
  Author: Nikhil Dabhade 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/awsdevicefarm/AWSDeviceFarm.java
M 
src/main/java/org/jenkinsci/plugins/awsdevicefarm/AWSDeviceFarmRecorder.java
M 
src/main/resources/org/jenkinsci/plugins/awsdevicefarm/AWSDeviceFarmRecorder/config.jelly
M 
src/test/java/org/jenkinsci/plugins/awsdevicefarm/AWSDeviceFarmRecorderTest.java

  Log Message:
  ---
  Add support for device filters and custom results path  (#29)

* Add VPC ENI view

* Dynamically update textboxes, rework UI, fix tests and build issues + rebase

* add css for read-only values

* finish rebase

* clean up files

* add optional text for VPC options

* modify readme for vpc info

* Revert "Vpc eni changes"

* Add VPC ENI view

* Dynamically update textboxes, rework UI, fix tests and build issues + rebase

* add css for read-only values

* finish rebase

* clean up files

* add optional text for VPC options

* modify readme for vpc info

* remove vestigial vpc code

* Exclude Amazon Kinesis SDK as it is not used,
update AWS SDK, and remove unused comments.

* Remove new line in pom.xml

* Includes the following 2 changes:
1. Support for device selection config
2. Support for custom result path to store output artifacts

* 1. Addressed review comments
2. Updated variable names for device filters and max devices.
3. Synced behavior with API

* Updated tests to include device filters and max devices parameters.

* Fixed dead store code using findbugs output

-

Co-authored-by: Dane Wrye 
Co-authored-by: Dane Wrye 



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/aws-device-farm-plugin/push/refs/heads/master/52e852-d887bf%40github.com.


[jenkinsci/lib-jenkins-maven-embedder]

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.apache.maven-maven-core-3.8.1
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-embedder

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/lib-jenkins-maven-embedder/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/lib-jenkins-maven-embedder/push/refs/heads/dependabot/maven/org.apache.maven-maven-core-3.8.1/d0c818-00%40github.com.


[jenkinsci/lib-jenkins-maven-embedder] eeec1e: Bump release-drafter/release-drafter from 5.23.0 t...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/release-drafter/release-drafter-6.0.0
  Home:   https://github.com/jenkinsci/lib-jenkins-maven-embedder
  Commit: eeec1e29a01f1579c5fcc4d6039ed5eef7853611
  
https://github.com/jenkinsci/lib-jenkins-maven-embedder/commit/eeec1e29a01f1579c5fcc4d6039ed5eef7853611
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5.23.0 to 6.0.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.23.0 to 6.0.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.23.0...v6.0.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/lib-jenkins-maven-embedder/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/lib-jenkins-maven-embedder/push/refs/heads/dependabot/github_actions/release-drafter/release-drafter-6.0.0/de8ddf-eeec1e%40github.com.


[jenkinsci/jenkins] 5d05f1: [JENKINS-72845]: Fix status icon animation display...

2024-04-25 Thread 'Minghao Li' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5d05f1efc44dcdfc49d80dfa82b12cbb5b1cac40
  
https://github.com/jenkinsci/jenkins/commit/5d05f1efc44dcdfc49d80dfa82b12cbb5b1cac40
  Author: Minghao Li <52687312+lmh-j...@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M war/src/main/resources/images/symbols/status-aborted-anime.svg
M war/src/main/resources/images/symbols/status-blue-anime.svg
M war/src/main/resources/images/symbols/status-disabled-anime.svg
M war/src/main/resources/images/symbols/status-nobuilt-anime.svg
M war/src/main/resources/images/symbols/status-red-anime.svg
M war/src/main/resources/images/symbols/status-yellow-anime.svg
M war/src/main/scss/base/_style.scss

  Log Message:
  ---
  [JENKINS-72845]: Fix status icon animation display on Safari (#9123)

* Jenkins 72845: fix status icons offset

* Update solution



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/7468be-5d05f1%40github.com.


[jenkinsci/aws-device-farm-plugin] 1fbc77: 1. Updated jenkins node wording.

2024-04-25 Thread 'Nikhil Dabhade' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-device-farm-plugin
  Commit: 1fbc776b7c5088679797a030baf0a3e8e9dbb957
  
https://github.com/jenkinsci/aws-device-farm-plugin/commit/1fbc776b7c5088679797a030baf0a3e8e9dbb957
  Author: Nikhil Dabhade 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/awsdevicefarm/AWSDeviceFarm.java

  Log Message:
  ---
  1. Updated jenkins node wording.
2. Added co-author info for support for custom result path feature.

Co-authored-by: Kevin Brotcke 



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/aws-device-farm-plugin/push/refs/heads/master/d887bf-1fbc77%40github.com.


[jenkinsci/scm-api-plugin] 2480ce: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/scm-api-plugin
  Commit: 2480ce4b4232d99c6a2813e25ac6df185426b759
  
https://github.com/jenkinsci/scm-api-plugin/commit/2480ce4b4232d99c6a2813e25ac6df185426b759
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 
1.8 (#257)

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



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/scm-api-plugin/push/refs/heads/master/fc8b54-2480ce%40github.com.


[jenkinsci/scm-api-plugin] a24e62: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4....

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/gh-readonly-queue/master/pr-255-2480ce4b4232d99c6a2813e25ac6df185426b759
  Home:   https://github.com/jenkinsci/scm-api-plugin
  Commit: a24e62fa67977d1c381b922a1a745afb725771c7
  
https://github.com/jenkinsci/scm-api-plugin/commit/a24e62fa67977d1c381b922a1a745afb725771c7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81 (#255)

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



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/scm-api-plugin/push/refs/heads/gh-readonly-queue/master/pr-255-2480ce4b4232d99c6a2813e25ac6df185426b759/00-a24e62%40github.com.


[jenkinsci/aws-device-farm-plugin] 9e2073: [maven-release-plugin] prepare release aws-device-...

2024-04-25 Thread 'Nikhil Dabhade' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-device-farm-plugin
  Commit: 9e2073e55c38cd8a5749213cfe6b0485676c396d
  
https://github.com/jenkinsci/aws-device-farm-plugin/commit/9e2073e55c38cd8a5749213cfe6b0485676c396d
  Author: Nikhil Dabhade 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-device-farm-1.34



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/aws-device-farm-plugin/push/refs/heads/master/1fbc77-9e2073%40github.com.


[jenkinsci/aws-device-farm-plugin] b4c365: [maven-release-plugin] prepare for next developmen...

2024-04-25 Thread 'Nikhil Dabhade' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-device-farm-plugin
  Commit: b4c365ff57998ea9cbfdcd474095745321545daa
  
https://github.com/jenkinsci/aws-device-farm-plugin/commit/b4c365ff57998ea9cbfdcd474095745321545daa
  Author: Nikhil Dabhade 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

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



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/aws-device-farm-plugin/push/refs/heads/master/9e2073-b4c365%40github.com.


[jenkinsci/analysis-model] c872fd: Skip subreport messages when copying and merging r...

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/fix-copy-messages
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: c872fdc707462ada981c8fbb5693c971677e6082
  
https://github.com/jenkinsci/analysis-model/commit/c872fdc707462ada981c8fbb5693c971677e6082
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/Report.java
M src/test/java/edu/hm/hafner/analysis/ReportTest.java

  Log Message:
  ---
  Skip subreport messages when copying and merging reports.



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/fix-copy-messages/00-c872fd%40github.com.


[jenkinsci/scm-api-plugin] a24e62: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4....

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/scm-api-plugin
  Commit: a24e62fa67977d1c381b922a1a745afb725771c7
  
https://github.com/jenkinsci/scm-api-plugin/commit/a24e62fa67977d1c381b922a1a745afb725771c7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81 (#255)

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



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/scm-api-plugin/push/refs/heads/master/2480ce-a24e62%40github.com.


[jenkinsci/support-core-plugin] ea124f: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: ea124f5c9fb1e190aca90c5c4d4aa8a26ff6a3e2
  
https://github.com/jenkinsci/support-core-plugin/commit/ea124f5c9fb1e190aca90c5c4d4aa8a26ff6a3e2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump io.jenkins.tools.incrementals:git-changelist-maven-extension

Bumps 
[io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools)
 from 1.7 to 1.8.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.7...parent-1.8)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/support-core-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/fd310e-ea124f%40github.com.


[jenkinsci/support-core-plugin]

2024-04-25 Thread 'github-merge-queue[bot]' via Jenkins Commits
  Branch: 
refs/heads/gh-readonly-queue/master/pr-535-2d6ae3b1788284415c83143161026dd453516ed9
  Home:   https://github.com/jenkinsci/support-core-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/support-core-plugin/push/refs/heads/gh-readonly-queue/master/pr-535-2d6ae3b1788284415c83143161026dd453516ed9/5c2ebc-00%40github.com.


[jenkinsci/support-core-plugin] 5c2ebc: Merge pull request #535 from jenkinsci/dependabot/...

2024-04-25 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/gh-readonly-queue/master/pr-535-2d6ae3b1788284415c83143161026dd453516ed9
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: 5c2ebc662251b450c7ba8014c95b818736fdcc35
  
https://github.com/jenkinsci/support-core-plugin/commit/5c2ebc662251b450c7ba8014c95b818736fdcc35
  Author: Jesse Glick 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Merge pull request #535 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8

Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 
1.8



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/support-core-plugin/push/refs/heads/gh-readonly-queue/master/pr-535-2d6ae3b1788284415c83143161026dd453516ed9/00-5c2ebc%40github.com.


[jenkinsci/branch-api-plugin] 4af749: help file wording

2024-04-25 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 4af7490f4be09d71d7e9d2c823f37f5eadfe4da0
  
https://github.com/jenkinsci/branch-api-plugin/commit/4af7490f4be09d71d7e9d2c823f37f5eadfe4da0
  Author: Robert Sandell 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M 
src/main/resources/jenkins/branch/OrphanedItemsExtraCleanupProperty/help.html

  Log Message:
  ---
  help file wording

Co-authored-by: Anita Manders <98364016+ammand...@users.noreply.github.com>



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/branch-api-plugin/push/refs/heads/separate-orphan-scan/3f903d-4af749%40github.com.


[jenkins-infra/account-app] 0754c6: Update actions/checkout digest to 0ad4b8f

2024-04-25 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/actions-checkout-digest
  Home:   https://github.com/jenkins-infra/account-app
  Commit: 0754c65409677ec1716d7488180a8c04c95187f2
  
https://github.com/jenkins-infra/account-app/commit/0754c65409677ec1716d7488180a8c04c95187f2
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Update actions/checkout digest to 0ad4b8f



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/account-app/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/account-app/push/refs/renovate/branches/renovate/actions-checkout-digest/00-0754c6%40github.com.


[jenkins-infra/account-app] 992d36: Update actions/checkout digest to 0ad4b8f

2024-04-25 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/actions-checkout-digest
  Home:   https://github.com/jenkins-infra/account-app
  Commit: 992d361e22660ac9db5a65f8d300dce1ceea0e1e
  
https://github.com/jenkins-infra/account-app/commit/992d361e22660ac9db5a65f8d300dce1ceea0e1e
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M .github/workflows/release-drafter.yml

  Log Message:
  ---
  Update actions/checkout digest to 0ad4b8f



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/account-app/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/account-app/push/refs/heads/renovate/actions-checkout-digest/fd6ae4-992d36%40github.com.


[jenkins-infra/account-app]

2024-04-25 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/actions-checkout-digest
  Home:   https://github.com/jenkins-infra/account-app

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/account-app/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/account-app/push/refs/renovate/branches/renovate/actions-checkout-digest/0754c6-00%40github.com.


[jenkinsci/jenkins] bf111a: Update dependency postcss-preset-env to v9.5.9

2024-04-25 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/postcss-preset-env-9.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: bf111abdfa329073e4b4d16c9255803b413c0504
  
https://github.com/jenkinsci/jenkins/commit/bf111abdfa329073e4b4d16c9255803b413c0504
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

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

  Log Message:
  ---
  Update dependency postcss-preset-env to v9.5.9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/renovate/branches/renovate/postcss-preset-env-9.x/00-bf111a%40github.com.


[jenkinsci/jenkins] d13cfb: Update dependency postcss-preset-env to v9.5.9

2024-04-25 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/postcss-preset-env-9.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d13cfb9a32f307d9f6d13e1ce5d3493affede27b
  
https://github.com/jenkinsci/jenkins/commit/d13cfb9a32f307d9f6d13e1ce5d3493affede27b
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

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

  Log Message:
  ---
  Update dependency postcss-preset-env to v9.5.9



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/renovate/postcss-preset-env-9.x/00-d13cfb%40github.com.


[jenkinsci/pom] a82124: Bump org.apache.maven.plugins:maven-pmd-plugin fro...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.22.0
  Home:   https://github.com/jenkinsci/pom
  Commit: a82124a77d28684ee86626c52ac167e9e9ca65bf
  
https://github.com/jenkinsci/pom/commit/a82124a77d28684ee86626c52ac167e9e9ca65bf
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0

Bumps 
[org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin)
 from 3.21.2 to 3.22.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- 
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.21.2...maven-pmd-plugin-3.22.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pom/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pom/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.22.0/00-a82124%40github.com.


[jenkinsci/email-ext-plugin] 2e57ca: Remove `basil` from ``

2024-04-25 Thread 'Alex Earl' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 2e57cae9ded1e3e3b803d04a44788ef03d47ac36
  
https://github.com/jenkinsci/email-ext-plugin/commit/2e57cae9ded1e3e3b803d04a44788ef03d47ac36
  Author: Basil Crow 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove `basil` from ``


  Commit: 2273cb44dedff8666b3bebd20fa95e4f4306b3a9
  
https://github.com/jenkinsci/email-ext-plugin/commit/2273cb44dedff8666b3bebd20fa95e4f4306b3a9
  Author: Alex Earl 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #514 from basil/developers

Remove `basil` from ``


Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/560888a276e8...2273cb44dedf

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/email-ext-plugin/push/refs/heads/master/560888-2273cb%40github.com.


[jenkinsci/pom] 88cc06: Remove `maven-pmd-plugin` (#549)

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pom
  Commit: 88cc06539a975903f97177347469d1c2f652ee5c
  
https://github.com/jenkinsci/pom/commit/88cc06539a975903f97177347469d1c2f652ee5c
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove `maven-pmd-plugin` (#549)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pom/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pom/push/refs/heads/master/2595a5-88cc06%40github.com.


[jenkinsci/ecutest-plugin] 3a419d: Bump org.apache.maven.plugins:maven-pmd-plugin fro...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.22.0
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 3a419d966a5d5f4aaa819d618d2f81be1d20012a
  
https://github.com/jenkinsci/ecutest-plugin/commit/3a419d966a5d5f4aaa819d618d2f81be1d20012a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-pmd-plugin from 3.15.0 to 3.22.0

Bumps 
[org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin)
 from 3.15.0 to 3.22.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- 
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.15.0...maven-pmd-plugin-3.22.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ecutest-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.22.0/00-3a419d%40github.com.


[jenkinsci/json-lib] 202e8c: [maven-release-plugin] prepare release json-lib-2....

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: 202e8c0180b37f9898fc61248a3619da85933ede
  
https://github.com/jenkinsci/json-lib/commit/202e8c0180b37f9898fc61248a3619da85933ede
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release json-lib-2.4-jenkins-4



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/json-lib/push/refs/heads/master/1d3fd5-202e8c%40github.com.


[jenkinsci/analysis-model] 007aa7: Generate list of supported formats

2024-04-25 Thread 'actions-user' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 007aa7cb06321fa6fa0a6049a4900a18440d1fc3
  
https://github.com/jenkinsci/analysis-model/commit/007aa7cb06321fa6fa0a6049a4900a18440d1fc3
  Author: GitHub Action 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M SUPPORTED-FORMATS.md

  Log Message:
  ---
  Generate list of supported formats



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/main/925249-007aa7%40github.com.


[jenkinsci/stapler] dc6d21: Bump org.kohsuke.stapler:json-lib from 2.4-jenkins...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5
  Home:   https://github.com/jenkinsci/stapler
  Commit: dc6d216a065571d1812d4091afa7db82aacb9e00
  
https://github.com/jenkinsci/stapler/commit/dc6d216a065571d1812d4091afa7db82aacb9e00
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M core/pom.xml

  Log Message:
  ---
  Bump org.kohsuke.stapler:json-lib from 2.4-jenkins-3 to 2.4-jenkins-5

Bumps [org.kohsuke.stapler:json-lib](https://github.com/jenkinsci/json-lib) 
from 2.4-jenkins-3 to 2.4-jenkins-5.
- [Release notes](https://github.com/jenkinsci/json-lib/releases)
- [Commits](https://github.com/jenkinsci/json-lib/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/stapler/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/stapler/push/refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5/00-dc6d21%40github.com.


[jenkinsci/analysis-model] c65c0a: [maven-release-plugin] prepare for next developmen...

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: c65c0a9b38be7417c6d32532b854cf464a033e5b
  
https://github.com/jenkinsci/analysis-model/commit/c65c0a9b38be7417c6d32532b854cf464a033e5b
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

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



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/main/7545fb-c65c0a%40github.com.


[jenkinsci/stapler] f061d1: Fix enforcer

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5
  Home:   https://github.com/jenkinsci/stapler
  Commit: f061d18537428a6b6f27c9149b7be41a0d4f3bee
  
https://github.com/jenkinsci/stapler/commit/f061d18537428a6b6f27c9149b7be41a0d4f3bee
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix enforcer



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/stapler/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/stapler/push/refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5/dc6d21-f061d1%40github.com.


[jenkinsci/analysis-model]

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/coverity_parser_test
  Home:   https://github.com/jenkinsci/analysis-model

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/coverity_parser_test/2b927c-00%40github.com.


[jenkinsci/analysis-model-api-plugin] 9f1962: [maven-release-plugin] prepare release v12.3.3

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 9f19623f26ff75dbc75f4933e812e0d9840e63b3
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/9f19623f26ff75dbc75f4933e812e0d9840e63b3
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release v12.3.3



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model-api-plugin/push/refs/heads/main/7c43a4-9f1962%40github.com.


[jenkinsci/analysis-model-api-plugin] 5601e5: [maven-release-plugin] prepare for next developmen...

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 5601e5ec2bb92ec191df65a11f455fadf784de93
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/5601e5ec2bb92ec191df65a11f455fadf784de93
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

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



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model-api-plugin/push/refs/heads/main/9f1962-5601e5%40github.com.


[jenkinsci/analysis-model] c872fd: Skip subreport messages when copying and merging r...

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: c872fdc707462ada981c8fbb5693c971677e6082
  
https://github.com/jenkinsci/analysis-model/commit/c872fdc707462ada981c8fbb5693c971677e6082
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/Report.java
M src/test/java/edu/hm/hafner/analysis/ReportTest.java

  Log Message:
  ---
  Skip subreport messages when copying and merging reports.


  Commit: 925249512be9aa015fa0ee98363c3b9d8b27e08c
  
https://github.com/jenkinsci/analysis-model/commit/925249512be9aa015fa0ee98363c3b9d8b27e08c
  Author: Ullrich Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/Report.java
M src/test/java/edu/hm/hafner/analysis/ReportTest.java

  Log Message:
  ---
  Merge pull request #1058 from jenkinsci/fix-copy-messages

Skip subreport messages when copying and merging reports


Compare: 
https://github.com/jenkinsci/analysis-model/compare/881716825e1a...925249512be9

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/main/881716-925249%40github.com.


[jenkinsci/analysis-model]

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/fix-copy-messages
  Home:   https://github.com/jenkinsci/analysis-model

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/fix-copy-messages/c872fd-00%40github.com.


[jenkinsci/json-lib] 84d6c3: [maven-release-plugin] prepare for next developmen...

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: 84d6c328393b34bc750d161f14ffd010dcef3ba0
  
https://github.com/jenkinsci/json-lib/commit/84d6c328393b34bc750d161f14ffd010dcef3ba0
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

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



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/json-lib/push/refs/heads/master/202e8c-84d6c3%40github.com.


[jenkinsci/analysis-model] beb97f: Set version to v12.3.2.

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: beb97fa48176d2afea3359fd9ead4d3d6ff21b22
  
https://github.com/jenkinsci/analysis-model/commit/beb97fa48176d2afea3359fd9ead4d3d6ff21b22
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Set version to v12.3.2.



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/main/007aa7-beb97f%40github.com.


[jenkins-infra/jenkins.io] 29b701: Added concept of test pyramid with examples how th...

2024-04-25 Thread 'Stefan Spieker' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 29b7010726057b68b1a1b92dcfba2e101ed342bb
  
https://github.com/jenkins-infra/jenkins.io/commit/29b7010726057b68b1a1b92dcfba2e101ed342bb
  Author: Stefan Spieker 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M content/doc/developer/testing/index.adoc

  Log Message:
  ---
  Added concept of test pyramid with examples how this can be applied w… (#7260)

* added concept of test pyramid with examples how this can be applied within 
Jenkins

* Apply suggestions from code review

Co-authored-by: Mark Waite 

* Update content/doc/developer/testing/index.adoc

Co-authored-by: Kevin Martens <99040580+kmarten...@users.noreply.github.com>

* clarify UI tests and e2e tests with further examples and links

* Update content/doc/developer/testing/index.adoc

Co-authored-by: Ullrich Hafner 

* reference RealJenkinsRule

* fixed build

-

Co-authored-by: Mark Waite 
Co-authored-by: Kevin Martens <99040580+kmarten...@users.noreply.github.com>
Co-authored-by: Ullrich Hafner 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/jenkins.io/push/refs/heads/master/309a40-29b701%40github.com.


[jenkinsci/analysis-model] 79b05a: Bump version to v12.3.3.

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 79b05a805f94062f2e187a84ae0cd666e3e316f5
  
https://github.com/jenkinsci/analysis-model/commit/79b05a805f94062f2e187a84ae0cd666e3e316f5
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump version to v12.3.3.



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/main/beb97f-79b05a%40github.com.


[jenkinsci/json-lib] 1f7ab6: [maven-release-plugin] prepare for next developmen...

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: 1f7ab661ab597cf7f9e5ae38bf02bab0e8561cf6
  
https://github.com/jenkinsci/json-lib/commit/1f7ab661ab597cf7f9e5ae38bf02bab0e8561cf6
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

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



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/json-lib/push/refs/heads/master/1bedc4-1f7ab6%40github.com.


[jenkinsci/json-lib] 1bedc4: [maven-release-plugin] prepare release json-lib-2....

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: 1bedc4af482bbf658b2f9855f80077bb4daa88ea
  
https://github.com/jenkinsci/json-lib/commit/1bedc4af482bbf658b2f9855f80077bb4daa88ea
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release json-lib-2.4-jenkins-5



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/json-lib/push/refs/heads/master/5946a0-1bedc4%40github.com.


[jenkinsci/json-lib] 7a7f18: Enable release drafter

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: 7a7f18e301f5571281f6843d10f935321c39ef6b
  
https://github.com/jenkinsci/json-lib/commit/7a7f18e301f5571281f6843d10f935321c39ef6b
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
A .github/release-drafter.yml
A .github/workflows/release-drafter.yml

  Log Message:
  ---
  Enable release drafter



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/json-lib/push/refs/heads/master/1f7ab6-7a7f18%40github.com.


[jenkinsci/analysis-model] df100d: [maven-release-plugin] rollback the release of v12...

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: df100d70c559b852d6c064900c5169cf4b35ceb6
  
https://github.com/jenkinsci/analysis-model/commit/df100d70c559b852d6c064900c5169cf4b35ceb6
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of v12.3.3



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/main/8bc41f-df100d%40github.com.


[jenkinsci/analysis-model] 8bc41f: [maven-release-plugin] prepare for next developmen...

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 8bc41fabba243421779ea4d96e9d81c9c49a41dd
  
https://github.com/jenkinsci/analysis-model/commit/8bc41fabba243421779ea4d96e9d81c9c49a41dd
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

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



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/main/126a46-8bc41f%40github.com.


[jenkinsci/jenkins] 86fa33: Bump org.kohsuke.stapler:json-lib from 2.4-jenkins...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 86fa33dfdacc3a139d1ee80eb1631d8e02561937
  
https://github.com/jenkinsci/jenkins/commit/86fa33dfdacc3a139d1ee80eb1631d8e02561937
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  Bump org.kohsuke.stapler:json-lib from 2.4-jenkins-3 to 2.4-jenkins-5

Bumps [org.kohsuke.stapler:json-lib](https://github.com/jenkinsci/json-lib) 
from 2.4-jenkins-3 to 2.4-jenkins-5.
- [Release notes](https://github.com/jenkinsci/json-lib/releases)
- [Commits](https://github.com/jenkinsci/json-lib/commits)

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5/00-86fa33%40github.com.


[jenkinsci/analysis-model] a735db: Generate list of supported formats

2024-04-25 Thread 'actions-user' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: a735dbb9498e8b2ce4721d1159fb85e292bb9124
  
https://github.com/jenkinsci/analysis-model/commit/a735dbb9498e8b2ce4721d1159fb85e292bb9124
  Author: GitHub Action 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M SUPPORTED-FORMATS.md

  Log Message:
  ---
  Generate list of supported formats



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/main/df100d-a735db%40github.com.


[jenkinsci/analysis-model] 7545fb: [maven-release-plugin] prepare release v12.3.3

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 7545fb4d0bb89eff36936686029b4587b4f90f6d
  
https://github.com/jenkinsci/analysis-model/commit/7545fb4d0bb89eff36936686029b4587b4f90f6d
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release v12.3.3



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/main/a735db-7545fb%40github.com.


[jenkinsci/stapler] 736038: Bump org.kohsuke.stapler:json-lib from 2.4-jenkins...

2024-04-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stapler
  Commit: 7360383861b9793994dae446869d8ccceecc8fb4
  
https://github.com/jenkinsci/stapler/commit/7360383861b9793994dae446869d8ccceecc8fb4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M core/pom.xml
M pom.xml

  Log Message:
  ---
  Bump org.kohsuke.stapler:json-lib from 2.4-jenkins-3 to 2.4-jenkins-5 (#530)

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/stapler/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/stapler/push/refs/heads/master/191bf2-736038%40github.com.


[jenkinsci/jenkins] 34d1c2: Add exclusion

2024-04-25 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 34d1c2ab3902dfc85877e307dcfe0dc4c67501f6
  
https://github.com/jenkinsci/jenkins/commit/34d1c2ab3902dfc85877e307dcfe0dc4c67501f6
  Author: Basil Crow 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Add exclusion



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5/86fa33-34d1c2%40github.com.


[jenkinsci/analysis-model-api-plugin] 7c43a4: Bump version to v12.3.3.

2024-04-25 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 7c43a4dd37420b3e627b2b9f239a09c16b2f65a2
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/7c43a4dd37420b3e627b2b9f239a09c16b2f65a2
  Author: Ulli Hafner 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump version to v12.3.3.



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model-api-plugin/push/refs/heads/main/1221c6-7c43a4%40github.com.


[jenkinsci/jenkins] 148a20: Update dependency postcss-preset-env to v9.5.9 (#9...

2024-04-25 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 148a2033f049db0b30a741cf3edb6e53bff10fdc
  
https://github.com/jenkinsci/jenkins/commit/148a2033f049db0b30a741cf3edb6e53bff10fdc
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

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

  Log Message:
  ---
  Update dependency postcss-preset-env to v9.5.9 (#9193)

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/5d05f1-148a20%40github.com.


[jenkinsci/jenkins] f95bad: Log explanation for denial from `MappingWorksheet`...

2024-04-25 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f95badea162114cb5d2c8ed431c3dd15e6214a11
  
https://github.com/jenkinsci/jenkins/commit/f95badea162114cb5d2c8ed431c3dd15e6214a11
  Author: Jesse Glick 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M core/src/main/java/hudson/model/queue/MappingWorksheet.java

  Log Message:
  ---
  Log explanation for denial from `MappingWorksheet` (#9196)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/148a20-f95bad%40github.com.


[jenkinsci/jenkins] 148a20: Update dependency postcss-preset-env to v9.5.9 (#9...

2024-04-25 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 148a2033f049db0b30a741cf3edb6e53bff10fdc
  
https://github.com/jenkinsci/jenkins/commit/148a2033f049db0b30a741cf3edb6e53bff10fdc
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

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

  Log Message:
  ---
  Update dependency postcss-preset-env to v9.5.9 (#9193)

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


  Commit: f95badea162114cb5d2c8ed431c3dd15e6214a11
  
https://github.com/jenkinsci/jenkins/commit/f95badea162114cb5d2c8ed431c3dd15e6214a11
  Author: Jesse Glick 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M core/src/main/java/hudson/model/queue/MappingWorksheet.java

  Log Message:
  ---
  Log explanation for denial from `MappingWorksheet` (#9196)


  Commit: feb804df1d08cd1b0f14742e52f33877713b5328
  
https://github.com/jenkinsci/jenkins/commit/feb804df1d08cd1b0f14742e52f33877713b5328
  Author: Mark Waite 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M core/src/main/java/hudson/model/queue/MappingWorksheet.java
M war/package.json
M war/yarn.lock

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5


Compare: 
https://github.com/jenkinsci/jenkins/compare/34d1c2ab3902...feb804df1d08

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5/34d1c2-feb804%40github.com.


[jenkinsci/jenkins] 22e588: Update restart banner to align with updated banner...

2024-04-25 Thread 'Jan Faracik' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 22e58869866130d55ce90ff679eeb0f6ffa7a6df
  
https://github.com/jenkinsci/jenkins/commit/22e58869866130d55ce90ff679eeb0f6ffa7a6df
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M war/src/main/scss/simple-page.scss

  Log Message:
  ---
  Update restart banner to align with updated banners (#9191)

* Init

* Update simple-page.scss



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/f95bad-22e588%40github.com.