[jenkinsci/android-signing-plugin] ca6c9a: vuln-fix: Use HTTPS instead of HTTP to resolve dep...

2023-12-15 Thread 'Robert St. John' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/android-signing-plugin
  Commit: ca6c9a9f17f2d9614d96b47b690c56cf531a23f5
  
https://github.com/jenkinsci/android-signing-plugin/commit/ca6c9a9f17f2d9614d96b47b690c56cf531a23f5
  Author: Jonathan Leitschuh 
  Date:   2023-12-16 (Sat, 16 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  vuln-fix: Use HTTPS instead of HTTP to resolve deps CVE-2021-26291


This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Weakness: CWE-829: Inclusion of Functionality from Untrusted Control Sphere
Severity: High
CVSS: 8.1
Detection: CodeQL & OpenRewrite 
(https://app.moderne.io/recipes/org.openrewrite.maven.security.UseHttpsForRepositories)

Reported-by: Jonathan Leitschuh 
Signed-off-by: Jonathan Leitschuh 

Bug-tracker: https://github.com/JLLeitschuh/security-research/issues/8
Detection: CodeQL 
(https://codeql.github.com/codeql-query-help/java/java-maven-non-https-url/) & 
OpenRewrite 
(https://app.moderne.io/recipes/org.openrewrite.maven.security.UseHttpsForRepositories)

Reported-by: Jonathan Leitschuh 
Signed-off-by: Jonathan Leitschuh 

Bug-tracker: https://github.com/JLLeitschuh/security-research/issues/8


Use this link to re-run the recipe: 
https://app.moderne.io/recipes/builder/IfHkrYfxx?organizationId=QWxsIEdpdEh1Yg%3D%3D

Co-authored-by: Moderne 


  Commit: 041e6386500324b3f660603aa5690219e44d22f8
  
https://github.com/jenkinsci/android-signing-plugin/commit/041e6386500324b3f660603aa5690219e44d22f8
  Author: Robert St. John 
  Date:   2023-12-16 (Sat, 16 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #4 from 
BulkSecurityGeneratorProjectV2/fix/JLL/use_https_to_resolve_dependencies_maven

[SECURITY] Use HTTPS to resolve dependencies in Maven Build


Compare: 
https://github.com/jenkinsci/android-signing-plugin/compare/d2a41c210f9c...041e63865003

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/android-signing-plugin/push/refs/heads/master/d2a41c-041e63%40github.com.


[jenkinsci/yaml-axis-plugin] 95b4f0: Bump org.apache.maven.plugins:maven-surefire-plugi...

2023-12-15 Thread 'Go Sueyoshi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/yaml-axis-plugin
  Commit: 95b4f07a6462869550a41cbe4e89ba84d809d445
  
https://github.com/jenkinsci/yaml-axis-plugin/commit/95b4f07a6462869550a41cbe4e89ba84d809d445
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3

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

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

Signed-off-by: dependabot[bot] 


  Commit: d2b52ef21703f32af1c80d8095c1ecfc73a90d28
  
https://github.com/jenkinsci/yaml-axis-plugin/commit/d2b52ef21703f32af1c80d8095c1ecfc73a90d28
  Author: Go Sueyoshi 
  Date:   2023-12-16 (Sat, 16 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #52 from 
jenkinsci/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.2.3

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3


Compare: 
https://github.com/jenkinsci/yaml-axis-plugin/compare/cbd3e893c2fc...d2b52ef21703

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/yaml-axis-plugin/push/refs/heads/master/cbd3e8-d2b52e%40github.com.


[jenkinsci/yaml-axis-plugin]

2023-12-15 Thread 'Go Sueyoshi' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.2.3
  Home:   https://github.com/jenkinsci/yaml-axis-plugin

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


[jenkins-infra/jenkins-infra] f86a48: chore: Update Docker Image tag for jenkinsciinfra/...

2023-12-15 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_dcbbec40f9af8939db81814533c67efa7b9791d2a05c5f4ffc7523d342c32d7d
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: f86a48a085ee52eb228d24d0fe26dc6cf646e2ca
  
https://github.com/jenkins-infra/jenkins-infra/commit/f86a48a085ee52eb228d24d0fe26dc6cf646e2ca
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2023-12-16 (Sat, 16 Dec 2023)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Update Docker Image tag for jenkinsciinfra/openvpn:latest

Made with ❤️️ by updatecli


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


[jenkinsci/maven-hpi-plugin] 88ef71: Remove `globalMaskClasses` (#563)

2023-12-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: 88ef7183324e449c5721bc83963640642a580fed
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/88ef7183324e449c5721bc83963640642a580fed
  Author: Basil Crow 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java
M 
src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractJenkinsManifestMojo.java

  Log Message:
  ---
  Remove `globalMaskClasses` (#563)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/maven-hpi-plugin/push/refs/heads/master/5a8429-88ef71%40github.com.


[jenkins-infra/jenkins.io] 5e669e: Remove reference to `globalMaskClasses` (#6956)

2023-12-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 5e669e2897e36675f7097a6764ebe59d83251330
  
https://github.com/jenkins-infra/jenkins.io/commit/5e669e2897e36675f7097a6764ebe59d83251330
  Author: Basil Crow 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M 
content/doc/developer/plugin-development/dependencies-and-class-loading.adoc

  Log Message:
  ---
  Remove reference to `globalMaskClasses` (#6956)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/4fa3dd-5e669e%40github.com.


[jenkins-infra/jenkins.io]

2023-12-15 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/renovate/node-20.x
  Home:   https://github.com/jenkins-infra/jenkins.io

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


[jenkins-infra/jenkins.io] 4fa3dd: Update dependency node to v20.10.0 (#6941)

2023-12-15 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 4fa3dda77b0d842a91b50090e55ebf8373cdd0a1
  
https://github.com/jenkins-infra/jenkins.io/commit/4fa3dda77b0d842a91b50090e55ebf8373cdd0a1
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M .node-version
M Dockerfile
M Jenkinsfile_k8s
M scripts/node

  Log Message:
  ---
  Update dependency node to v20.10.0 (#6941)

* Update dependency node to v20.10.0

* Update Jenkinsfile_k8s

-

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/0b56af-4fa3dd%40github.com.


[jenkins-infra/jenkins.io] 19c4a2: Update Jenkinsfile_k8s

2023-12-15 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/renovate/node-20.x
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 19c4a29dee44082f5086c18a29db797dcbdf523b
  
https://github.com/jenkins-infra/jenkins.io/commit/19c4a29dee44082f5086c18a29db797dcbdf523b
  Author: Alexander Brandes 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M Jenkinsfile_k8s

  Log Message:
  ---
  Update Jenkinsfile_k8s


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/renovate/node-20.x/3f72a0-19c4a2%40github.com.


[jenkinsci/acceptance-test-harness] 53af8c: Update dependency org.jenkins-ci:jenkins to v1.108

2023-12-15 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci-jenkins-1.x
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 53af8c4b945e722100a95bf6beeb8d46acd2071a
  
https://github.com/jenkinsci/acceptance-test-harness/commit/53af8c4b945e722100a95bf6beeb8d46acd2071a
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency org.jenkins-ci:jenkins to v1.108


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/acceptance-test-harness/push/refs/heads/renovate/org.jenkins-ci-jenkins-1.x/cc41ac-53af8c%40github.com.


[jenkinsci/cucumber-reports-plugin] 339dbe: [dependency] Bump org.jenkins-ci.plugins:plugin fr...

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: 339dbe6aa242cd71d3cdffab0a4dd160d5f6c869
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/339dbe6aa242cd71d3cdffab0a4dd160d5f6c869
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [dependency] Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.76

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.73 to 4.76.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.73...plugin-4.76)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/cucumber-reports-plugin]

2023-12-15 Thread 'Damian Szczepanik' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cucumber-reports-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d/82be8a-00%40github.com.


[jenkinsci/cucumber-reports-plugin] 4e240b: [dependency] Bump io.jenkins.tools.bom:bom-2.387.x...

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: 4e240b1f69b0e76b34b63d3468b1ada2860c1375
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/4e240b1f69b0e76b34b63d3468b1ada2860c1375
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [dependency] Bump io.jenkins.tools.bom:bom-2.387.x (#457)

Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 
2483.v3b_22f030990a_ to 2543.vfb_1a_5fb_9496d.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

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


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


[jenkinsci/cucumber-reports-plugin] 82be8a: [dependency] Bump io.jenkins.tools.bom:bom-2.387.x

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: 82be8a08ae2f5c895e87082c6695034d1405c3ec
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/82be8a08ae2f5c895e87082c6695034d1405c3ec
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [dependency] Bump io.jenkins.tools.bom:bom-2.387.x

Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 
2483.v3b_22f030990a_ to 2543.vfb_1a_5fb_9496d.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/cucumber-reports-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d/00-82be8a%40github.com.


[jenkinsci/cucumber-reports-plugin] d694c3: [dependency] Bump org.jenkins-ci.plugins:plugin fr...

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: d694c394fdf95def34783aec9891bb57fb224624
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/d694c394fdf95def34783aec9891bb57fb224624
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [dependency] Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.76

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.73 to 4.76.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.73...plugin-4.76)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/cucumber-reports-plugin] 939524: [dependency] Bump org.apache.maven.plugins:maven-r...

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/org.apache.maven.plugins-maven-release-plugin-3.0.1
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: 9395241c53ce020141d32496636145020eccad4b
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/9395241c53ce020141d32496636145020eccad4b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [dependency] Bump org.apache.maven.plugins:maven-release-plugin

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/cucumber-reports-plugin]

2023-12-15 Thread 'Damian Szczepanik' via Jenkins Commits
  Branch: refs/heads/bot
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin

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


[jenkinsci/cucumber-reports-plugin] 866add: Add dependency bot configuration (#454)

2023-12-15 Thread 'Damian Szczepanik' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: 866add6989bde26b5c49d99e4e0b72d575741f42
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/866add6989bde26b5c49d99e4e0b72d575741f42
  Author: Damian Szczepanik 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  Add dependency bot configuration (#454)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/cucumber-reports-plugin/push/refs/heads/master/82fed4-866add%40github.com.


[jenkinsci/handy-uri-templates-2-api-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/handy-uri-templates-2-api-plugin

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


[jenkinsci/handy-uri-templates-2-api-plugin] 36d927: Bump org.jenkins-ci.plugins:plugin from 4.75 to 4....

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/handy-uri-templates-2-api-plugin
  Commit: 36d9274d4c663f82683e2e66899aa886c9b89671
  
https://github.com/jenkinsci/handy-uri-templates-2-api-plugin/commit/36d9274d4c663f82683e2e66899aa886c9b89671
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76 (#30)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/handy-uri-templates-2-api-plugin/push/refs/heads/master/7e7774-36d927%40github.com.


[jenkinsci/handy-uri-templates-2-api-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.55
  Home:   https://github.com/jenkinsci/handy-uri-templates-2-api-plugin

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


[jenkinsci/handy-uri-templates-2-api-plugin] b5bece: Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/handy-uri-templates-2-api-plugin
  Commit: b5bece5f165a42b5fd6c0073c534b43bb3b7ef1d
  
https://github.com/jenkinsci/handy-uri-templates-2-api-plugin/commit/b5bece5f165a42b5fd6c0073c534b43bb3b7ef1d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.75 to 4.76.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.75...plugin-4.76)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/handy-uri-templates-2-api-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.6
  Home:   https://github.com/jenkinsci/handy-uri-templates-2-api-plugin

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


[jenkinsci/yaml-axis-plugin] 95b4f0: Bump org.apache.maven.plugins:maven-surefire-plugi...

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.2.3
  Home:   https://github.com/jenkinsci/yaml-axis-plugin
  Commit: 95b4f07a6462869550a41cbe4e89ba84d809d445
  
https://github.com/jenkinsci/yaml-axis-plugin/commit/95b4f07a6462869550a41cbe4e89ba84d809d445
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/chatwork-plugin] 5e0b13: Bump org.apache.maven.plugins:maven-surefire-plugi...

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.2.3
  Home:   https://github.com/jenkinsci/chatwork-plugin
  Commit: 5e0b139adce31268d565258cc0fa4d4621950c61
  
https://github.com/jenkinsci/chatwork-plugin/commit/5e0b139adce31268d565258cc0fa4d4621950c61
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/groovy-postbuild-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin

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


[jenkinsci/groovy-postbuild-plugin] 20e820: Bump org.jenkins-ci.plugins:plugin from 4.74 to 4....

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin
  Commit: 20e8203bcffd7412f4bd18dcc6a51bcd53028fe3
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/20e8203bcffd7412f4bd18dcc6a51bcd53028fe3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.76 (#57)


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


[jenkinsci/groovy-postbuild-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-badge-1.9.1
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin

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


[jenkinsci/groovy-postbuild-plugin] b2c9cf: Bump badge from 1.5 to 1.9.1 (#51)

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin
  Commit: b2c9cfb94cc1eeb71fb3433f487e12ddf1a22e21
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/b2c9cfb94cc1eeb71fb3433f487e12ddf1a22e21
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump badge from 1.5 to 1.9.1 (#51)


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


[jenkinsci/aws-java-sdk-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.618
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin

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


[jenkinsci/aws-java-sdk-plugin] 551178: Bump revision from 1.12.610 to 1.12.619

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.619
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 551178a9f3dade5fb7e1b20d89357a362c51875d
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/551178a9f3dade5fb7e1b20d89357a362c51875d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump revision from 1.12.610 to 1.12.619

Bumps `revision` from 1.12.610 to 1.12.619.

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

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

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

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/groovy-postbuild-plugin] d07213: chore(CODEOWNERS): add plugin development team

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-badge-1.9.1
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin
  Commit: d072133652b6d13c032293e6f7d37fa3ed869b61
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/d072133652b6d13c032293e6f7d37fa3ed869b61
  Author: Steve Hill 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  chore(CODEOWNERS): add plugin development team

Use this link to re-run the recipe: 
https://app.moderne.io/recipes/org.openrewrite.jenkins.github.AddTeamToCodeowners

Co-authored-by: Moderne 


  Commit: 3c8808648b084d62fb3d8e1219f3a6c0e8038e9d
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/3c8808648b084d62fb3d8e1219f3a6c0e8038e9d
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Merge branch 'master' into dependabot/maven/org.jenkins-ci.plugins-badge-1.9.1


Compare: 
https://github.com/jenkinsci/groovy-postbuild-plugin/compare/d9a1c4f5c99d...3c8808648b08

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


[jenkinsci/groovy-postbuild-plugin] 30b6c2: Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.76

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin
  Commit: 30b6c2ca73e95943bbc1a40885f977f68d17cade
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/30b6c2ca73e95943bbc1a40885f977f68d17cade
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.76

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.74 to 4.76.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.74...plugin-4.76)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/groovy-postbuild-plugin] d07213: chore(CODEOWNERS): add plugin development team

2023-12-15 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin
  Commit: d072133652b6d13c032293e6f7d37fa3ed869b61
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/d072133652b6d13c032293e6f7d37fa3ed869b61
  Author: Steve Hill 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  chore(CODEOWNERS): add plugin development team

Use this link to re-run the recipe: 
https://app.moderne.io/recipes/org.openrewrite.jenkins.github.AddTeamToCodeowners

Co-authored-by: Moderne 


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


[jenkinsci/groovy-postbuild-plugin] 02bd04: Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.76

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin
  Commit: 02bd0477f9fced9ed9de430fbb710f50d26c
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/02bd0477f9fced9ed9de430fbb710f50d26c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.76

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.74 to 4.76.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.74...plugin-4.76)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/groovy-postbuild-plugin] b61014: Adapt test to recent Jenkins versions

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-badge-1.9.1
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin
  Commit: b610143f68d639c888c1ca32aab4a78e3fa6bbc1
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/b610143f68d639c888c1ca32aab4a78e3fa6bbc1
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M 
src/test/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildRecorderTest.java

  Log Message:
  ---
  Adapt test to recent Jenkins versions


  Commit: 50e2a7fe2f05df7c30e063cacc1abb86ad5b2949
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/50e2a7fe2f05df7c30e063cacc1abb86ad5b2949
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M 
src/test/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildRecorderTest.java

  Log Message:
  ---
  Simplify assertion for current Jenkins


  Commit: e6ef3dc5165042fb5e48a0d794a019cf31c957c7
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/e6ef3dc5165042fb5e48a0d794a019cf31c957c7
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 4.74


  Commit: 4635eae12b9eae6295a244bcbe65b196ffe6663a
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/4635eae12b9eae6295a244bcbe65b196ffe6663a
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Java 11 and Jenkins 2.361.4 or newer, use plugin bill of materials


  Commit: fa362182458be882b40935ee97ac8aaed49658d8
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/fa362182458be882b40935ee97ac8aaed49658d8
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Test with Java 21

Java 21 was released Sep 19, 2023. We want to announce full support
for Java 21 in early October and would like the most used plugins to be
compiled and tested with Java 21.

The acceptance test harness and plugin bill of materials tests are already
passing with Java 21. This is a further step to improve plugin readiness
for use with Java 21 and for development with Java 21.

The change intentionally tests only two Java configurations, Java 17
and Java 21 because we believe that the risk of a regression that only
affects Java 11 is low. We generate Java 11 byte code with the Java 17
and the Java 21 builds, so we're already testing Java 11 byte code.


  Commit: 4dfabbd448e0c5927cc907707f24966f59769832
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/4dfabbd448e0c5927cc907707f24966f59769832
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  Process dependencies with dependabot


  Commit: d9a1c4f5c99d6ff2a135a50ebca11177918dc46f
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/d9a1c4f5c99d6ff2a135a50ebca11177918dc46f
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
A .github/dependabot.yml
M Jenkinsfile
M pom.xml
M 
src/test/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildRecorderTest.java

  Log Message:
  ---
  Merge branch 'master' into dependabot/maven/org.jenkins-ci.plugins-badge-1.9.1


Compare: 
https://github.com/jenkinsci/groovy-postbuild-plugin/compare/f2c185ef6c9e...d9a1c4f5c99d

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


[jenkinsci/groovy-postbuild-plugin] 4dfabb: Process dependencies with dependabot

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin
  Commit: 4dfabbd448e0c5927cc907707f24966f59769832
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/4dfabbd448e0c5927cc907707f24966f59769832
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  Process dependencies with dependabot


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


[jenkinsci/groovy-postbuild-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-cps-2.65
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin

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


[jenkinsci/groovy-postbuild-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-matrix-project-1.17
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin

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


[jenkinsci/groovy-postbuild-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-support-839.v35e2736cfd5c
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin

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


[jenkinsci/groovy-postbuild-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-script-security-1229.v4880b_b_e905a_6
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin

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


[jenkinsci/groovy-postbuild-plugin] b61014: Adapt test to recent Jenkins versions

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-postbuild-plugin
  Commit: b610143f68d639c888c1ca32aab4a78e3fa6bbc1
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/b610143f68d639c888c1ca32aab4a78e3fa6bbc1
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M 
src/test/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildRecorderTest.java

  Log Message:
  ---
  Adapt test to recent Jenkins versions


  Commit: 50e2a7fe2f05df7c30e063cacc1abb86ad5b2949
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/50e2a7fe2f05df7c30e063cacc1abb86ad5b2949
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M 
src/test/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildRecorderTest.java

  Log Message:
  ---
  Simplify assertion for current Jenkins


  Commit: e6ef3dc5165042fb5e48a0d794a019cf31c957c7
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/e6ef3dc5165042fb5e48a0d794a019cf31c957c7
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 4.74


  Commit: 4635eae12b9eae6295a244bcbe65b196ffe6663a
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/4635eae12b9eae6295a244bcbe65b196ffe6663a
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Java 11 and Jenkins 2.361.4 or newer, use plugin bill of materials


  Commit: fa362182458be882b40935ee97ac8aaed49658d8
  
https://github.com/jenkinsci/groovy-postbuild-plugin/commit/fa362182458be882b40935ee97ac8aaed49658d8
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Test with Java 21

Java 21 was released Sep 19, 2023. We want to announce full support
for Java 21 in early October and would like the most used plugins to be
compiled and tested with Java 21.

The acceptance test harness and plugin bill of materials tests are already
passing with Java 21. This is a further step to improve plugin readiness
for use with Java 21 and for development with Java 21.

The change intentionally tests only two Java configurations, Java 17
and Java 21 because we believe that the risk of a regression that only
affects Java 11 is low. We generate Java 11 byte code with the Java 17
and the Java 21 builds, so we're already testing Java 11 byte code.


Compare: 
https://github.com/jenkinsci/groovy-postbuild-plugin/compare/91f2d4ff8aae...fa362182458b

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


[jenkins-infra/jenkins.io] 86cdd6: Automated changelog for 2.437

2023-12-15 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.437
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 86cdd603db2ad1a47a6d6300c2fa9ebed39db6ad
  
https://github.com/jenkins-infra/jenkins.io/commit/86cdd603db2ad1a47a6d6300c2fa9ebed39db6ad
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

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

  Log Message:
  ---
  Automated changelog for 2.437


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


[jenkins-infra/jenkins.io] 8d425c: Automated changelog for 2.437

2023-12-15 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.437
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 8d425c8f62129647ffd34ddab31beaad0a13c70c
  
https://github.com/jenkins-infra/jenkins.io/commit/8d425c8f62129647ffd34ddab31beaad0a13c70c
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

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

  Log Message:
  ---
  Automated changelog for 2.437


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


[jenkinsci/jenkins]

2023-12-15 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/renovate/babel-monorepo
  Home:   https://github.com/jenkinsci/jenkins

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


[jenkinsci/jenkins] c4b9e8: Update babel monorepo to v7.23.6 (#8782)

2023-12-15 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: c4b9e81b609bf88f7fe051215ffed15d0a6a7e27
  
https://github.com/jenkinsci/jenkins/commit/c4b9e81b609bf88f7fe051215ffed15d0a6a7e27
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

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

  Log Message:
  ---
  Update babel monorepo to v7.23.6 (#8782)

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


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


[jenkinsci/jenkins]

2023-12-15 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/upload-artifact-4
  Home:   https://github.com/jenkinsci/jenkins

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


[jenkinsci/jenkins] 2cdf80: Bump actions/upload-artifact from 3 to 4 (#8784)

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 2cdf80166ed41223fcf3b9a8b29fde9d31cd983f
  
https://github.com/jenkinsci/jenkins/commit/2cdf80166ed41223fcf3b9a8b29fde9d31cd983f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M .github/workflows/changelog.yml

  Log Message:
  ---
  Bump actions/upload-artifact from 3 to 4 (#8784)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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


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


[jenkins-infra/crawler] 6aa812: Upgrade HtmlUnit to latest (#135)

2023-12-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 6aa81203d1e4ef6d5f19f6c0cb0fa47d78ae812a
  
https://github.com/jenkins-infra/crawler/commit/6aa81203d1e4ef6d5f19f6c0cb0fa47d78ae812a
  Author: Basil Crow 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M adoptopenjdk.groovy
M allure.groovy
M ant.groovy
M buckminster.groovy
M cmake.groovy
M codeql.groovy
M consul.groovy
M dotnetSdk.groovy
M flyway.groovy
M golang.groovy
M gradle.groovy
M groovy.groovy
M jdk.groovy
M leiningen.groovy
M lib/init.groovy
M maven.groovy
M mongodb.groovy
M nodejs.groovy
M packer.groovy
M play.groovy
M sbt.groovy
M scala.groovy
M sonarqubescanner.groovy
M terraform.groovy

  Log Message:
  ---
  Upgrade HtmlUnit to latest (#135)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/crawler/push/refs/heads/master/55a729-6aa812%40github.com.


[jenkins-infra/crawler] 55a729: Add Maven Central to Grape configuration (#134)

2023-12-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 55a729eb787afef7b521ab25f617f7ccc46daa6e
  
https://github.com/jenkins-infra/crawler/commit/55a729eb787afef7b521ab25f617f7ccc46daa6e
  Author: Basil Crow 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M grapeConfig.xml

  Log Message:
  ---
  Add Maven Central to Grape configuration (#134)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/crawler/push/refs/heads/master/bcbad6-55a729%40github.com.


[jenkins-infra/jenkins.io] 90c450: Automated changelog for 2.437

2023-12-15 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.437
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 90c4501c0ac5f634c0f051e91a007cbe77c942a9
  
https://github.com/jenkins-infra/jenkins.io/commit/90c4501c0ac5f634c0f051e91a007cbe77c942a9
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

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

  Log Message:
  ---
  Automated changelog for 2.437


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


[jenkinsci/jenkins] 8be599: Bump org.jenkins-ci.plugins:junit from 1240.vf9529...

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8be599a9730726b933969115d72d4c6f0d42cc8b
  
https://github.com/jenkinsci/jenkins/commit/8be599a9730726b933969115d72d4c6f0d42cc8b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M test/pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:junit from 1240.vf9529b_881428 to 
1252.vfc2e5efa_294f (#8781)

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


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


[jenkinsci/jenkins]

2023-12-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-junit-1252.vfc2e5efa_294f
  Home:   https://github.com/jenkinsci/jenkins

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


[jenkins-infra/jenkins.io] 0b56af: fix minor grammar error (#6955)

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0b56af202bdabba15ea0668294677b0d262013cf
  
https://github.com/jenkins-infra/jenkins.io/commit/0b56af202bdabba15ea0668294677b0d262013cf
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M content/doc/book/pipeline/jenkinsfile.adoc

  Log Message:
  ---
  fix minor grammar error (#6955)

* Render footnote correctly

Asciidoc documentation says that the footnote macro should be immediately
after the item it is annotating, just as this footnote is.  I assume
that means the footnote text was the problem because it contains a
punctuation character.  When I remove that punctuation character, the
footnote renders correctly.

Fixes #6940

* Minor grammar fix


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/f159e4-0b56af%40github.com.


[jenkinsci/acceptance-test-harness] 4d6351: fix favorite test (#1442)

2023-12-15 Thread 'Markus Winter' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 4d63513c4b6d9f50ebf3b9f2d4cc2b862314e97c
  
https://github.com/jenkinsci/acceptance-test-harness/commit/4d63513c4b6d9f50ebf3b9f2d4cc2b862314e97c
  Author: Markus Winter 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M src/test/java/plugins/FavoriteTest.java

  Log Message:
  ---
  fix favorite test (#1442)

* fix favorite test

adjust to new layout for favorites

* next try

* more fixing


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/acceptance-test-harness/push/refs/heads/master/3e414f-4d6351%40github.com.


[jenkinsci/jenkins] a86bce: Update dependency hotkeys-js to v3.13.2

2023-12-15 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/hotkeys-js-3.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: a86bce80018b411e4dccbc4e4d0a4060a393ba20
  
https://github.com/jenkinsci/jenkins/commit/a86bce80018b411e4dccbc4e4d0a4060a393ba20
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

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

  Log Message:
  ---
  Update dependency hotkeys-js to v3.13.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/hotkeys-js-3.x/17a1f0-a86bce%40github.com.


[jenkinsci/vectorcast-execution-plugin] eaaf7a: doc update

2023-12-15 Thread 'Tim Schneider' via Jenkins Commits
  Branch: refs/heads/tms_077
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: eaaf7a8f4bb0d979969ac0a964cae259d4d95e93
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/eaaf7a8f4bb0d979969ac0a964cae259d4d95e93
  Author: TimSVector 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  doc update


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/vectorcast-execution-plugin/push/refs/heads/tms_077/468925-eaaf7a%40github.com.


[jenkinsci/gitea-plugin]

2023-12-15 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/create-pull-request/patch
  Home:   https://github.com/jenkinsci/gitea-plugin

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


[jenkinsci/gitea-plugin] 2b5375: [github-action] prepare for next development itera...

2023-12-15 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: 2b53751e02ccaf4de053f4b7e11d31f936a4eb42
  
https://github.com/jenkinsci/gitea-plugin/commit/2b53751e02ccaf4de053f4b7e11d31f936a4eb42
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [github-action] prepare for next development iteration (#68)

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


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


[jenkinsci/gitea-plugin] 3d9e64: [github-action] prepare for next development itera...

2023-12-15 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/create-pull-request/patch
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: 3d9e64f0e2b0f75510f3dee76b58e7803c60fafd
  
https://github.com/jenkinsci/gitea-plugin/commit/3d9e64f0e2b0f75510f3dee76b58e7803c60fafd
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [github-action] prepare for next development iteration


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


[jenkinsci/gitea-plugin]

2023-12-15 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/1.4.6
  Home:   https://github.com/jenkinsci/gitea-plugin

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


[jenkins-infra/jenkins-infra] 2d29c0: cleanup(cert.ci.jenkins.io) remove primary Azure V...

2023-12-15 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 2d29c03e6a1c7e56529478c67b42340fc1154138
  
https://github.com/jenkins-infra/jenkins-infra/commit/2d29c03e6a1c7e56529478c67b42340fc1154138
  Author: Damien Duportal 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M hieradata/clients/controller.cert.ci.jenkins.io.yaml

  Log Message:
  ---
  cleanup(cert.ci.jenkins.io) remove primary Azure VM cloud (#3220)

Signed-off-by: Damien Duportal 


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


[jenkins-infra/jenkins-infra] f82139: feat(cert.ci.jenkins.io) add secondary Azure VM su...

2023-12-15 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: f82139532358b44f050e34f186e4b3b06128fd72
  
https://github.com/jenkins-infra/jenkins-infra/commit/f82139532358b44f050e34f186e4b3b06128fd72
  Author: Damien Duportal 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M hieradata/clients/controller.cert.ci.jenkins.io.yaml

  Log Message:
  ---
  feat(cert.ci.jenkins.io) add secondary Azure VM subscription (#3219)

Signed-off-by: Damien Duportal 


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


[jenkinsci/gradle-plugin]

2023-12-15 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/fix-gradle-annotator
  Home:   https://github.com/jenkinsci/gradle-plugin

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


[jenkinsci/gradle-plugin] 1ce458: Fix GradleConsoleAnnotator when Timestamper is glo...

2023-12-15 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 1ce458bf1a84a5e741ddaf9c5fc2f63252505a07
  
https://github.com/jenkinsci/gradle-plugin/commit/1ce458bf1a84a5e741ddaf9c5fc2f63252505a07
  Author: Alexis Tual 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M src/main/java/hudson/plugins/gradle/GradleConsoleAnnotator.java
M src/main/java/hudson/plugins/gradle/GradleOutcomeNote.java
M src/main/java/hudson/plugins/gradle/GradleTaskNote.java
A src/main/java/hudson/plugins/gradle/TimestampPrefixDetector.java
A 
src/test/groovy/hudson/plugins/gradle/GradleConsoleAnnotatorIntegrationTest.groovy
M src/test/groovy/hudson/plugins/gradle/GradleTaskNoteTest.groovy
A src/test/groovy/hudson/plugins/gradle/TimestampPrefixDetectorTest.groovy

  Log Message:
  ---
  Fix GradleConsoleAnnotator when Timestamper is globally enabled (#374)

Fix GradleConsoleAnnotator when Timestamper is globally enabled

Fixes JENKINS-72411.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/gradle-plugin/push/refs/heads/master/093a9a-1ce458%40github.com.


[jenkinsci/sectioned-view-plugin] 9771f2: Update changelog

2023-12-15 Thread 'Michał Smaga' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sectioned-view-plugin
  Commit: 9771f2bc9d826ebd346426ea962b7b8bed90a98d
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/9771f2bc9d826ebd346426ea962b7b8bed90a98d
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/sectioned-view-plugin/push/refs/heads/master/c1114a-9771f2%40github.com.


[jenkinsci/active-choices-plugin] 7f0b9c: Update CHANGES.md

2023-12-15 Thread 'Bruno P. Kinoshita' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 7f0b9c6a866cd78140f98f8ab763572a990ea763
  
https://github.com/jenkinsci/active-choices-plugin/commit/7f0b9c6a866cd78140f98f8ab763572a990ea763
  Author: Bruno P. Kinoshita 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M CHANGES.md

  Log Message:
  ---
  Update CHANGES.md


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


[jenkinsci/sectioned-view-plugin] d30739: Update changelog

2023-12-15 Thread 'Michał Smaga' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sectioned-view-plugin
  Commit: d307398afb098db39dfb3f5534ec13bed29803ab
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/d307398afb098db39dfb3f5534ec13bed29803ab
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog


  Commit: f6c7e70382a71969c161d2f609a00644e206e10f
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/f6c7e70382a71969c161d2f609a00644e206e10f
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release sectioned-view-1.26


  Commit: c1114afb912a27d1c72232ca10b50b1334d2f5e8
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/c1114afb912a27d1c72232ca10b50b1334d2f5e8
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/sectioned-view-plugin/compare/f79afadc89e3...c1114afb912a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/sectioned-view-plugin/push/refs/heads/master/f79afa-c1114a%40github.com.


[jenkinsci/sectioned-view-plugin]

2023-12-15 Thread 'Michał Smaga' via Jenkins Commits
  Branch: refs/tags/sectioned-view-1.26
  Home:   https://github.com/jenkinsci/sectioned-view-plugin

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


[jenkinsci/sectioned-view-plugin] 553270: fix pom file formatting

2023-12-15 Thread 'Michał Smaga' via Jenkins Commits
  Branch: refs/heads/refreshing-plugin
  Home:   https://github.com/jenkinsci/sectioned-view-plugin
  Commit: 5532702b6f15838686c7ff1ae2973b74eb7a6ad8
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/5532702b6f15838686c7ff1ae2973b74eb7a6ad8
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fix pom file formatting


  Commit: d274c35eafc04491a3968b7f7bf1f29336ad156f
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/d274c35eafc04491a3968b7f7bf1f29336ad156f
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump parent POM


Compare: 
https://github.com/jenkinsci/sectioned-view-plugin/compare/f79afadc89e3...d274c35eafc0

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/sectioned-view-plugin/push/refs/heads/refreshing-plugin/f79afa-d274c3%40github.com.


[jenkins-infra/jenkins.io] f159e4: Render footnote correctly (#6954)

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f159e40cbcbf9d164381d5f02033c914f3bcb44a
  
https://github.com/jenkins-infra/jenkins.io/commit/f159e40cbcbf9d164381d5f02033c914f3bcb44a
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M content/doc/developer/plugin-development/build-process.adoc

  Log Message:
  ---
  Render footnote correctly (#6954)

Asciidoc documentation says that the footnote macro should be immediately
after the item it is annotating, just as this footnote is.  I assume
that means the footnote text was the problem because it contains a
punctuation character.  When I remove that punctuation character, the
footnote renders correctly.

Fixes #6940


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/b4b000-f159e4%40github.com.


[jenkinsci/sectioned-view-plugin]

2023-12-15 Thread 'Michał Smaga' via Jenkins Commits
  Branch: refs/heads/refreshing-plugin
  Home:   https://github.com/jenkinsci/sectioned-view-plugin

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


[jenkinsci/priority-sorter-plugin] e54109: Remove unused eclipse-formatter

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/priority-sorter-plugin
  Commit: e54109095eb9358abd2448341a49992d4df854b3
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/e54109095eb9358abd2448341a49992d4df854b3
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
R eclipse-formatter.xml

  Log Message:
  ---
  Remove unused eclipse-formatter

Using spotless for code formatting


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/priority-sorter-plugin/push/refs/heads/master/9fba24-e54109%40github.com.


[jenkinsci/active-choices-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-scriptler-342.v6a_89fd40f466
  Home:   https://github.com/jenkinsci/active-choices-plugin

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


[jenkinsci/active-choices-plugin] 08403e: Bump org.jenkins-ci.plugins:scriptler

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-scriptler-344.v5a_ddb_5f9e685
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 08403ef9e504aed0f36dc1513983fda07635f92e
  
https://github.com/jenkinsci/active-choices-plugin/commit/08403ef9e504aed0f36dc1513983fda07635f92e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:scriptler

Bumps 
[org.jenkins-ci.plugins:scriptler](https://github.com/jenkinsci/scriptler-plugin)
 from 334.v29792d5a_c058 to 344.v5a_ddb_5f9e685.
- [Release notes](https://github.com/jenkinsci/scriptler-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/scriptler-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/scriptler-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:scriptler
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


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


[jenkins-infra/jenkins.io] 65ed8e: Fix bug in advisories.rss.xml where there is no cl...

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_1241d98c3a17ddcf5a9f1df90b104d4ce56f40c46317137c5e088ce359b2df00
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 65ed8e0f12e0775d994821eaeb13f9f994ce581a
  
https://github.com/jenkins-infra/jenkins.io/commit/65ed8e0f12e0775d994821eaeb13f9f994ce581a
  Author: Katie Maison <94536987+katie291...@users.noreply.github.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
M content/security/advisories/rss.xml.haml

  Log Message:
  ---
  Fix bug in advisories.rss.xml where there is no closing li tag (#6944)

Add li tag


  Commit: 842dd489fcb97c3c868e2027fd3e3e4ea47808e3
  
https://github.com/jenkins-infra/jenkins.io/commit/842dd489fcb97c3c868e2027fd3e3e4ea47808e3
  Author: Bruno Verachten 
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
A content/blog/2023/12/15/2023-12-15-jenkins-november-newsletter.adoc

  Log Message:
  ---
  First draft of the November newsletter. (#6930)

* First draft of the November newsletter.

* fix(documentation): Misprint.

* fix(documentation): No outreach section, no key takeaways.

* fix(documentation): Misprints.

* fix(documentation): Misprints.

* some updates to the syntax/text

* Update content/blog/2023/12/15/2023-12-15-jenkins-november-newsletter.adoc

-

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


  Commit: 1c84f47c9edae105bd624f211d46e59d23feec59
  
https://github.com/jenkins-infra/jenkins.io/commit/1c84f47c9edae105bd624f211d46e59d23feec59
  Author: Mark Waite 
  Date:   2023-12-13 (Wed, 13 Dec 2023)

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

  Log Message:
  ---
  Fix link to end of Java support changelog entry for 2.426.2 (#6946)

* https://github.com/jenkinsci/jenkins/pull/8661


  Commit: dbfe59134a83d97fa703dfafe7370c5b949eefb2
  
https://github.com/jenkins-infra/jenkins.io/commit/dbfe59134a83d97fa703dfafe7370c5b949eefb2
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  chore: add a step to purge cached CSS (#6947)


  Commit: adbb38e88f73c8b1a94b6296a341b0cf51f9cbfd
  
https://github.com/jenkins-infra/jenkins.io/commit/adbb38e88f73c8b1a94b6296a341b0cf51f9cbfd
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
M content/_layouts/changelog.html.haml

  Log Message:
  ---
  fix: correct RSS icon height in /changelog (#6952)


  Commit: b4b0001fa74e31b5db8d2a0dd83e9a295e2a0e5e
  
https://github.com/jenkins-infra/jenkins.io/commit/b4b0001fa74e31b5db8d2a0dd83e9a295e2a0e5e
  Author: Bruno Verachten 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
A updatecli/scripts/jenkins-lts-baseline.sh
M updatecli/updatecli.d/jenkins-lts.yaml

  Log Message:
  ---
  chore(dependencies): Now finds the latest baseline. (#6948)

* chore(dependencies): Now finds the latest baseline.

* Update updatecli/scripts/jenkins-lts-baseline.sh

Co-authored-by: Mark Waite 

-

Co-authored-by: Mark Waite 


  Commit: 9ac5ddcb8574dc1a525bdaadced698e2d689ae20
  
https://github.com/jenkins-infra/jenkins.io/commit/9ac5ddcb8574dc1a525bdaadced698e2d689ae20
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M Jenkinsfile
M content/_data/changelogs/lts.yml
M content/_layouts/changelog.html.haml
A content/blog/2023/12/15/2023-12-15-jenkins-november-newsletter.adoc
M content/security/advisories/rss.xml.haml
A updatecli/scripts/jenkins-lts-baseline.sh
M updatecli/updatecli.d/jenkins-lts.yaml

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


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/312523d0f3cf...9ac5ddcb8574

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_1241d98c3a17ddcf5a9f1df90b104d4ce56f40c46317137c5e088ce359b2df00/312523-9ac5dd%40github.com.


[jenkinsci/active-choices-plugin]

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/active-choices-plugin

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


[jenkinsci/active-choices-plugin] 585b5d: Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 585b5d29e2c38eb56148c1fd3a16b96f7f431aa6
  
https://github.com/jenkinsci/active-choices-plugin/commit/585b5d29e2c38eb56148c1fd3a16b96f7f431aa6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.75 to 4.76.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.75...plugin-4.76)

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

Signed-off-by: dependabot[bot] 


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


[jenkins-infra/jenkins.io] b2094a: Automated changelog for 2.437

2023-12-15 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.437
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b2094ad83edd1f321e163dd1d319bab2a75f1130
  
https://github.com/jenkins-infra/jenkins.io/commit/b2094ad83edd1f321e163dd1d319bab2a75f1130
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

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

  Log Message:
  ---
  Automated changelog for 2.437


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


[jenkinsci/jenkins] 17a1f0: Update dependency hotkeys-js to v3.13.1

2023-12-15 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/hotkeys-js-3.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 17a1f0a2fb2390af4cac4e73d80447c2e6110fa3
  
https://github.com/jenkinsci/jenkins/commit/17a1f0a2fb2390af4cac4e73d80447c2e6110fa3
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

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

  Log Message:
  ---
  Update dependency hotkeys-js to v3.13.1


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


[jenkinsci/jenkins]

2023-12-15 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/renovate/stylelint-16.x
  Home:   https://github.com/jenkinsci/jenkins

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


[jenkinsci/jenkins] 9defb9: Update dependency stylelint to v16.0.2 (#8783)

2023-12-15 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 9defb96b1650782fc29517415c10d7275a2daa1d
  
https://github.com/jenkinsci/jenkins/commit/9defb96b1650782fc29517415c10d7275a2daa1d
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

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

  Log Message:
  ---
  Update dependency stylelint to v16.0.2 (#8783)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/259ccc-9defb9%40github.com.


[jenkinsci/sectioned-view-plugin] 0f9e0a: test2

2023-12-15 Thread 'Michał Smaga' via Jenkins Commits
  Branch: refs/heads/docs-improvements
  Home:   https://github.com/jenkinsci/sectioned-view-plugin
  Commit: 0f9e0a3d3de96ebf22f347ed5bc202b4db35c94b
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/0f9e0a3d3de96ebf22f347ed5bc202b4db35c94b
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M README.markdown

  Log Message:
  ---
  test2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/sectioned-view-plugin/push/refs/heads/docs-improvements/525393-0f9e0a%40github.com.


[jenkinsci/sectioned-view-plugin] 525393: test1

2023-12-15 Thread 'Michał Smaga' via Jenkins Commits
  Branch: refs/heads/docs-improvements
  Home:   https://github.com/jenkinsci/sectioned-view-plugin
  Commit: 525393607a1d93da06840ff48d1dfce12c2c7535
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/525393607a1d93da06840ff48d1dfce12c2c7535
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M README.markdown

  Log Message:
  ---
  test1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/sectioned-view-plugin/push/refs/heads/docs-improvements/f79afa-525393%40github.com.


[jenkinsci/sectioned-view-plugin]

2023-12-15 Thread 'Michał Smaga' via Jenkins Commits
  Branch: refs/heads/docs-improvements
  Home:   https://github.com/jenkinsci/sectioned-view-plugin

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


[jenkins-infra/jenkins.io] 312523: chore: Bump Jenkins latest LTS version in the reco...

2023-12-15 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_1241d98c3a17ddcf5a9f1df90b104d4ce56f40c46317137c5e088ce359b2df00
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 312523d0f3cf3fc26062748b74ee51c134e5ee1f
  
https://github.com/jenkins-infra/jenkins.io/commit/312523d0f3cf3fc26062748b74ee51c134e5ee1f
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc

  Log Message:
  ---
  chore: Bump Jenkins latest LTS version in the recommended versions se...

... ction

Made with ❤️️ by updatecli


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


[jenkinsci/p4-plugin]

2023-12-15 Thread 'skumar7322' via Jenkins Commits
  Branch: refs/heads/GradleChanges
  Home:   https://github.com/jenkinsci/p4-plugin

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


[jenkinsci/priority-sorter-plugin] 9fba24: Remove unused import

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/priority-sorter-plugin
  Commit: 9fba2492a622cfbe4d02a540c44a0cb290b599b3
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/9fba2492a622cfbe4d02a540c44a0cb290b599b3
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M src/test/java/jenkins/advancedqueue/test/MatrixTest.java

  Log Message:
  ---
  Remove unused import


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/priority-sorter-plugin/push/refs/heads/master/43b4af-9fba24%40github.com.


[jenkinsci/p4-plugin]

2023-12-15 Thread 'skumar7322' via Jenkins Commits
  Branch: refs/heads/GradleChanges
  Home:   https://github.com/jenkinsci/p4-plugin

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


[jenkinsci/priority-sorter-plugin] 43b4af: Remove another flaky test

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/priority-sorter-plugin
  Commit: 43b4afc4fa39c00bcd70592a75495b9b6a9835cd
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/43b4afc4fa39c00bcd70592a75495b9b6a9835cd
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M src/test/java/jenkins/advancedqueue/test/MatrixTest.java

  Log Message:
  ---
  Remove another flaky test


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/priority-sorter-plugin/push/refs/heads/master/d4954f-43b4af%40github.com.


[jenkins-infra/jenkins.io] b4b000: chore(dependencies): Now finds the latest baseline...

2023-12-15 Thread 'Bruno Verachten' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b4b0001fa74e31b5db8d2a0dd83e9a295e2a0e5e
  
https://github.com/jenkins-infra/jenkins.io/commit/b4b0001fa74e31b5db8d2a0dd83e9a295e2a0e5e
  Author: Bruno Verachten 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
A updatecli/scripts/jenkins-lts-baseline.sh
M updatecli/updatecli.d/jenkins-lts.yaml

  Log Message:
  ---
  chore(dependencies): Now finds the latest baseline. (#6948)

* chore(dependencies): Now finds the latest baseline.

* Update updatecli/scripts/jenkins-lts-baseline.sh

Co-authored-by: Mark Waite 

-

Co-authored-by: Mark Waite 


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


[jenkinsci/google-compute-engine-plugin] 7f1ec5: Bump io.jenkins.tools.bom:bom-2.387.x

2023-12-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 7f1ec53d710f89327bb8e4ea04068a577fdef7d8
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/7f1ec53d710f89327bb8e4ea04068a577fdef7d8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.387.x

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

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

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/google-compute-engine-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d/00-7f1ec5%40github.com.


[jenkinsci/ci-with-toad-edge-plugin] fcd84d: prepare for next development iteration

2023-12-15 Thread 'DashlineJoveDSouza' via Jenkins Commits
  Branch: refs/heads/release/2.10
  Home:   https://github.com/jenkinsci/ci-with-toad-edge-plugin
  Commit: fcd84dbc8df62a0bb38df9c158149d36b64304fa
  
https://github.com/jenkinsci/ci-with-toad-edge-plugin/commit/fcd84dbc8df62a0bb38df9c158149d36b64304fa
  Author: Dashline Jove D Souza 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  prepare for next development iteration


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


[jenkinsci/ci-with-toad-edge-plugin] 0676af: prepare release ci-with-toad-edge-2.10

2023-12-15 Thread 'DashlineJoveDSouza' via Jenkins Commits
  Branch: refs/heads/release/2.10
  Home:   https://github.com/jenkinsci/ci-with-toad-edge-plugin
  Commit: 0676afffd9626ec9895458cdfa24e4ce28b2fcc4
  
https://github.com/jenkinsci/ci-with-toad-edge-plugin/commit/0676afffd9626ec9895458cdfa24e4ce28b2fcc4
  Author: Dashline Jove D Souza 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  prepare release ci-with-toad-edge-2.10


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/ci-with-toad-edge-plugin/push/refs/heads/release/2.10/c30ecc-0676af%40github.com.


[jenkinsci/parasoft-findings-plugin] e975c9: draft

2023-12-15 Thread 'Alfie Wang' via Jenkins Commits
  Branch: refs/heads/alfie_cicd646
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: e975c9aef975876deeeb2571d2f4f95679c281bd
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/e975c9aef975876deeeb2571d2f4f95679c281bd
  Author: Alfie Wang 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageRecorder.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageReportScanner.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/ParasoftCoverageStep.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/source/SourceCodeFacade.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/source/SourceCodePainter.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/CoverageReportScanner.java
M 
src/main/java/com/parasoft/findings/jenkins/coverage/api/metrics/steps/PathResolver.java
M src/main/resources/parasoftCoverage/configuration.jelly
M src/main/resources/parasoftCoverage/configuration.properties
A src/main/webapp/help/parasoftCoverage/help-failOnError.html

  Log Message:
  ---
  draft


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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_cicd646/00-e975c9%40github.com.


[jenkinsci/sectioned-view-plugin] bd8d0d: Scan all items for matching regular expression

2023-12-15 Thread 'Michał Smaga' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sectioned-view-plugin
  Commit: bd8d0de330536ddcf96daf5919644f30195b4ac2
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/bd8d0de330536ddcf96daf5919644f30195b4ac2
  Author: Martin Kaderabek 
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
M src/main/java/hudson/plugins/sectioned_view/SectionedViewSection.java

  Log Message:
  ---
  Scan all items for matching regular expression


  Commit: 2992096ceca3244838d7def2b07f1d6ce5054e9c
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/2992096ceca3244838d7def2b07f1d6ce5054e9c
  Author: Martin Kaderabek 
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
M src/main/java/hudson/plugins/sectioned_view/SectionedViewSection.java
M 
src/main/java/hudson/plugins/sectioned_view/SectionedViewSectionDescriptor.java
M 
src/main/resources/hudson/plugins/sectioned_view/ListViewSection/config.jelly
A 
src/main/resources/hudson/plugins/sectioned_view/ListViewSection/help-executingRegexOnAllJobs.html
M 
src/main/resources/hudson/plugins/sectioned_view/SectionedViewSection/config.jelly

  Log Message:
  ---
  Implement the option to execute the regular expression on all jobs (old
behavior)


  Commit: 2af1cdaf7b04d1aa952a88f5c28bf92416831e3c
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/2af1cdaf7b04d1aa952a88f5c28bf92416831e3c
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M 
src/main/resources/hudson/plugins/sectioned_view/ListViewSection/config.jelly

  Log Message:
  ---
  Match the name of existing option from List View for consistency


  Commit: f79afadc89e325e4258847928fd9392dd78e5b64
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/f79afadc89e325e4258847928fd9392dd78e5b64
  Author: Michał Smaga 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M src/main/java/hudson/plugins/sectioned_view/SectionedViewSection.java
M 
src/main/java/hudson/plugins/sectioned_view/SectionedViewSectionDescriptor.java
M 
src/main/resources/hudson/plugins/sectioned_view/ListViewSection/config.jelly
A 
src/main/resources/hudson/plugins/sectioned_view/ListViewSection/help-executingRegexOnAllJobs.html
M 
src/main/resources/hudson/plugins/sectioned_view/SectionedViewSection/config.jelly

  Log Message:
  ---
  Merge pull request #19 from MacThrawn/master

Option to execute the regeluar expression on all jobs


Compare: 
https://github.com/jenkinsci/sectioned-view-plugin/compare/4dc3710631ac...f79afadc89e3

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/sectioned-view-plugin/push/refs/heads/master/4dc371-f79afa%40github.com.


[jenkinsci/ci-with-toad-edge-plugin] c30ecc: Documentation update

2023-12-15 Thread 'DashlineJoveDSouza' via Jenkins Commits
  Branch: refs/heads/release/2.10
  Home:   https://github.com/jenkinsci/ci-with-toad-edge-plugin
  Commit: c30ecc148e7456d770b798457c214c31d5efa169
  
https://github.com/jenkinsci/ci-with-toad-edge-plugin/commit/c30ecc148e7456d770b798457c214c31d5efa169
  Author: Dashline Jove D Souza 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Documentation update


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/ci-with-toad-edge-plugin/push/refs/heads/release/2.10/936eaf-c30ecc%40github.com.


[jenkinsci/configuration-as-code-plugin] 245831: Use joda-time as a test dependency (#2437)

2023-12-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 245831474ad056cf83b8920535fe5135fb88ca97
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/245831474ad056cf83b8920535fe5135fb88ca97
  Author: Mark Waite 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Use joda-time as a test dependency (#2437)


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


[jenkinsci/additional-metrics-plugin]

2023-12-15 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/maven-3.x
  Home:   https://github.com/jenkinsci/additional-metrics-plugin

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


[jenkinsci/additional-metrics-plugin]

2023-12-15 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/org.jenkins-ci.plugins-plugin-4.x
  Home:   https://github.com/jenkinsci/additional-metrics-plugin

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


  1   2   >