[jenkins-infra/jenkins.io] b21e37: Fix minor blog post error (#6661)

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

  Changed paths:
M content/blog/2023/09/06/2023-09-06-artifactory-bandwidth-reduction.adoc

  Log Message:
  ---
  Fix minor blog post error (#6661)

Fix error in blog post


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


[jenkinsci/git-client-plugin]

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/jgit.version-6.7.0.202309050840-r
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/master/jgit.version-6.7.0.202309050840-r/5d597a-00%40github.com.


[jenkinsci/git-client-plugin] d1783b: Bump jgit.version from 6.6.1.202309021850-r to 6.7...

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: d1783b8565801e3d449caff783353036793ac075
  
https://github.com/jenkinsci/git-client-plugin/commit/d1783b8565801e3d449caff783353036793ac075
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jgit.version from 6.6.1.202309021850-r to 6.7.0.202309050840-r (#1056)


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


[jenkinsci/nodejs-plugin] f02f52: Add `cloudbees-folder` to test scope

2023-09-07 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodejs-plugin
  Commit: f02f52368d6e4ac3f622b927d6ab917a2d9efb1f
  
https://github.com/jenkinsci/nodejs-plugin/commit/f02f52368d6e4ac3f622b927d6ab917a2d9efb1f
  Author: Basil Crow 
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add `cloudbees-folder` to test scope


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


[jenkinsci/datadog-plugin] 16dfed: Remove explicit check for overlapping filters

2023-09-07 Thread 'Sarah Witt' via Jenkins Commits
  Branch: refs/heads/sarah/add-event-filters
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 16dfed19b680fc8cb345ec23eb7ac6b556b66157
  
https://github.com/jenkinsci/datadog-plugin/commit/16dfed19b680fc8cb345ec23eb7ac6b556b66157
  Author: Sarah Witt 
  Date:   2023-08-28 (Mon, 28 Aug 2023)

  Changed paths:
M README.md
M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java

  Log Message:
  ---
  Remove explicit check for overlapping filters


  Commit: 701d54d685eb67339dc37bd39625091aec9f7f12
  
https://github.com/jenkinsci/datadog-plugin/commit/701d54d685eb67339dc37bd39625091aec9f7f12
  Author: Sarah Witt 
  Date:   2023-08-28 (Mon, 28 Aug 2023)

  Changed paths:
M CHANGELOG.md
M pom.xml
M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/ConcurrentMetricCounters.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogAgentClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
A src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpClient.java
A 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpRetryPolicy.java
M src/main/java/org/datadog/jenkins/plugins/datadog/model/BuildData.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/transport/HttpMessage.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/transport/HttpSender.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/transport/NonBlockingHttpClient.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/clients/DatadogClientTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/transport/FakeHttpSender.java

  Log Message:
  ---
  Resolve conflicts


  Commit: 446462bc73681b24d5fdf27569e15c07d8fec255
  
https://github.com/jenkinsci/datadog-plugin/commit/446462bc73681b24d5fdf27569e15c07d8fec255
  Author: Sarah Witt 
  Date:   2023-08-29 (Tue, 29 Aug 2023)

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

  Log Message:
  ---
  Merge branch 'master' into dawit/filter-events


  Commit: cf786b23c287f3ad277abbbcce9a765c878ab4fa
  
https://github.com/jenkinsci/datadog-plugin/commit/cf786b23c287f3ad277abbbcce9a765c878ab4fa
  Author: Sarah Witt 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogFilteringEventsTest.java

  Log Message:
  ---
  Fix tests to assert error message rather than exception


  Commit: 6b5dda75c3bcc29e45d92959a23fce84b1ed8df9
  
https://github.com/jenkinsci/datadog-plugin/commit/6b5dda75c3bcc29e45d92959a23fce84b1ed8df9
  Author: Sarah Witt 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogClient.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/ClientFactory.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogAgentClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpRetryPolicy.java
A src/main/java/org/datadog/jenkins/plugins/datadog/clients/Metrics.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogJenkinsPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogQueuePublisher.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/clients/DatadogClientStub.java

  Log Message:
  ---
  Merge branch 'master' into dawit/filter-events


  Commit: 1eb8e2b3f6be4cc5c621030b3a2082c7552d01ce
  
https://github.com/jenkinsci/datadog-plugin/commit/1eb8e2b3f6be4cc5c621030b3a2082c7552d01ce
  Author: Sarah Witt 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M README.md
M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/BuildAbortedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/BuildStartedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogComputerListener.java
M 

[jenkinsci/git-client-plugin] 5d597a: Exclude commons-codec - provided by Jenkins core

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/jgit.version-6.7.0.202309050840-r
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 5d597a5fcac3c013d0d3ddc6d29e0a2278681102
  
https://github.com/jenkinsci/git-client-plugin/commit/5d597a5fcac3c013d0d3ddc6d29e0a2278681102
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Exclude commons-codec - provided by Jenkins core

Jenkins 2.387.3 and Jenkins 2.401.3 provide commons-codec 1.15

Jenkins 2.414.1 provides commons-codec 1.16.0


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


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

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

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

  Log Message:
  ---
  New Crowdin translations


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


[jenkinsci/platformlabeler-plugin] c47792: Bump debian (#1130)

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

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/Dockerfile

  Log Message:
  ---
  Bump debian (#1130)


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


[jenkinsci/platformlabeler-plugin]

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/debian-bullseye-20230904-slim
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/debian-bullseye-20230904-slim/1b4979-00%40github.com.


[jenkinsci/schedule-build-plugin]

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/checkout-4
  Home:   https://github.com/jenkinsci/schedule-build-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/schedule-build-plugin/push/refs/heads/dependabot/github_actions/actions/checkout-4/686b82-00%40github.com.


[jenkinsci/schedule-build-plugin] 2415b4: chore(deps): bump actions/checkout from 3 to 4 (#265)

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/schedule-build-plugin
  Commit: 2415b48aaf4938f1ab2dfcf37f50f27f8fc077b9
  
https://github.com/jenkinsci/schedule-build-plugin/commit/2415b48aaf4938f1ab2dfcf37f50f27f8fc077b9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

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

  Log Message:
  ---
  chore(deps): bump actions/checkout from 3 to 4 (#265)


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


[jenkinsci/platformlabeler-plugin] 1b4979: Bump debian

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/debian-bullseye-20230904-slim
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 1b4979be2a7950dff08b9b5b3f43aff5e728d70f
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/1b4979be2a7950dff08b9b5b3f43aff5e728d70f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/Dockerfile

  Log Message:
  ---
  Bump debian

Bumps debian from bullseye-20230814-slim to bullseye-20230904-slim.

---
updated-dependencies:
- dependency-name: debian
  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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/debian-bullseye-20230904-slim/4bbb39-1b4979%40github.com.


[jenkinsci/platformlabeler-plugin]

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/debian-unstable-20230904-slim
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/debian-unstable-20230904-slim/58440e-00%40github.com.


[jenkinsci/platformlabeler-plugin] 6e11a7: Bump debian (#1129)

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

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/12/Dockerfile

  Log Message:
  ---
  Bump debian (#1129)


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


[jenkinsci/platformlabeler-plugin]

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/12/debian-bookworm-20230904-slim
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/12/debian-bookworm-20230904-slim/6168e0-00%40github.com.


[jenkinsci/platformlabeler-plugin] da6dfd: Bump debian (#1128)

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

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/Dockerfile

  Log Message:
  ---
  Bump debian (#1128)


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


[jenkinsci/platformlabeler-plugin]

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/debian-testing-20230904-slim
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/debian-testing-20230904-slim/8e1ee1-00%40github.com.


[jenkinsci/platformlabeler-plugin] d742d5: Bump debian (#1131)

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

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/Dockerfile

  Log Message:
  ---
  Bump debian (#1131)


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


[jenkinsci/elastic-axis-plugin] 1e8715: Bump actions/checkout from 3 to 4 (#308)

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

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

  Log Message:
  ---
  Bump actions/checkout from 3 to 4 (#308)


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


[jenkinsci/elastic-axis-plugin]

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/checkout-4
  Home:   https://github.com/jenkinsci/elastic-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/elastic-axis-plugin/push/refs/heads/dependabot/github_actions/actions/checkout-4/6c9a01-00%40github.com.


[jenkinsci/schedule-build-plugin] 686b82: chore(deps): bump actions/checkout from 3 to 4

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/checkout-4
  Home:   https://github.com/jenkinsci/schedule-build-plugin
  Commit: 686b82741c566bd1ff9b39e46855dc9dd490a276
  
https://github.com/jenkinsci/schedule-build-plugin/commit/686b82741c566bd1ff9b39e46855dc9dd490a276
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

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

  Log Message:
  ---
  chore(deps): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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/schedule-build-plugin/push/refs/heads/dependabot/github_actions/actions/checkout-4/00-686b82%40github.com.


[jenkinsci/platformlabeler-plugin] 8e1ee1: Bump debian

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/debian-testing-20230904-slim
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 8e1ee1c283c068194b50a24548a20ad38323ea2c
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/8e1ee1c283c068194b50a24548a20ad38323ea2c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/Dockerfile

  Log Message:
  ---
  Bump debian

Bumps debian from testing-20230814-slim to testing-20230904-slim.

---
updated-dependencies:
- dependency-name: debian
  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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/testing/debian-testing-20230904-slim/00-8e1ee1%40github.com.


[jenkinsci/xshell-plugin] 51eb6a: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xshell-plugin
  Commit: 51eb6a17a46b5343503753d4d0668ccf266a4353
  
https://github.com/jenkinsci/xshell-plugin/commit/51eb6a17a46b5343503753d4d0668ccf266a4353
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/platformlabeler-plugin] 4bbb39: Bump debian

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/debian-bullseye-20230904-slim
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 4bbb3967318f6047d9d3066e48605af23c8106f7
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/4bbb3967318f6047d9d3066e48605af23c8106f7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/Dockerfile

  Log Message:
  ---
  Bump debian

Bumps debian from bullseye-20230814-slim to bullseye-20230904-slim.

---
updated-dependencies:
- dependency-name: debian
  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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/11/debian-bullseye-20230904-slim/00-4bbb39%40github.com.


[jenkinsci/versioncolumn-plugin] 9431e3: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/versioncolumn-plugin
  Commit: 9431e3c853cc904aa835993bec3f8f827c707b2c
  
https://github.com/jenkinsci/versioncolumn-plugin/commit/9431e3c853cc904aa835993bec3f8f827c707b2c
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/testng-plugin-plugin] 4ccee6: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/testng-plugin-plugin
  Commit: 4ccee697338cc900dd5a7cbc8919ca8bc604ced8
  
https://github.com/jenkinsci/testng-plugin-plugin/commit/4ccee697338cc900dd5a7cbc8919ca8bc604ced8
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/platformlabeler-plugin] 58440e: Bump debian

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/debian-unstable-20230904-slim
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 58440e3a10ebcbeeae023698881ec726261fec97
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/58440e3a10ebcbeeae023698881ec726261fec97
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/Dockerfile

  Log Message:
  ---
  Bump debian

Bumps debian from unstable-20230814-slim to unstable-20230904-slim.

---
updated-dependencies:
- dependency-name: debian
  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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/unstable/debian-unstable-20230904-slim/00-58440e%40github.com.


[jenkinsci/platformlabeler-plugin] 6168e0: Bump debian

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/12/debian-bookworm-20230904-slim
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 6168e0784c5afe4a821bcc25038e366cb444fa3d
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/6168e0784c5afe4a821bcc25038e366cb444fa3d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/12/Dockerfile

  Log Message:
  ---
  Bump debian

Bumps debian from bookworm-20230814-slim to bookworm-20230904-slim.

---
updated-dependencies:
- dependency-name: debian
  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/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/debian/12/debian-bookworm-20230904-slim/00-6168e0%40github.com.


[jenkinsci/schedule-build-plugin] 5f525e: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/schedule-build-plugin
  Commit: 5f525e6f39b412c52b88c00e3d7d9695308398a5
  
https://github.com/jenkinsci/schedule-build-plugin/commit/5f525e6f39b412c52b88c00e3d7d9695308398a5
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/priority-sorter-plugin] 72cf7d: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/priority-sorter-plugin
  Commit: 72cf7d35c067d278f44042704ab37e31a9c0ba98
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/72cf7d35c067d278f44042704ab37e31a9c0ba98
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/platformlabeler-plugin] d74e9e: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: d74e9eb694cbb171b85496891da9cd6717dccbd7
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/d74e9eb694cbb171b85496891da9cd6717dccbd7
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/nodelabelparameter-plugin] d84d46: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodelabelparameter-plugin
  Commit: d84d4683a4062f6c78597026ebf8d8362d663a7f
  
https://github.com/jenkinsci/nodelabelparameter-plugin/commit/d84d4683a4062f6c78597026ebf8d8362d663a7f
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/implied-labels-plugin] aadd45: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/implied-labels-plugin
  Commit: aadd45986ff0ed4d3b07535ae51587e47714759b
  
https://github.com/jenkinsci/implied-labels-plugin/commit/aadd45986ff0ed4d3b07535ae51587e47714759b
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/elastic-axis-plugin] 6c9a01: Bump actions/checkout from 3 to 4

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/checkout-4
  Home:   https://github.com/jenkinsci/elastic-axis-plugin
  Commit: 6c9a010af5a3aa15af10ee4a7c4714140b4db6de
  
https://github.com/jenkinsci/elastic-axis-plugin/commit/6c9a010af5a3aa15af10ee4a7c4714140b4db6de
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

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

  Log Message:
  ---
  Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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/elastic-axis-plugin/push/refs/heads/dependabot/github_actions/actions/checkout-4/00-6c9a01%40github.com.


[jenkinsci/git-client-plugin] ecd2f1: Bump jgit.version from 6.6.1.202309021850-r to 6.7...

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/jgit.version-6.7.0.202309050840-r
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: ecd2f14541558dfc2b98c52490894b8d6dccc8dc
  
https://github.com/jenkinsci/git-client-plugin/commit/ecd2f14541558dfc2b98c52490894b8d6dccc8dc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jgit.version from 6.6.1.202309021850-r to 6.7.0.202309050840-r

Bumps `jgit.version` from 6.6.1.202309021850-r to 6.7.0.202309050840-r.

Updates `org.eclipse.jgit:org.eclipse.jgit` from 6.6.1.202309021850-r to 
6.7.0.202309050840-r

Updates `org.eclipse.jgit:org.eclipse.jgit.http.apache` from 
6.6.1.202309021850-r to 6.7.0.202309050840-r

Updates `org.eclipse.jgit:org.eclipse.jgit.http.server` from 
6.6.1.202309021850-r to 6.7.0.202309050840-r

Updates `org.eclipse.jgit:org.eclipse.jgit.lfs` from 6.6.1.202309021850-r to 
6.7.0.202309050840-r

Updates `org.eclipse.jgit:org.eclipse.jgit.ssh.apache` from 
6.6.1.202309021850-r to 6.7.0.202309050840-r

---
updated-dependencies:
- dependency-name: org.eclipse.jgit:org.eclipse.jgit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jgit:org.eclipse.jgit.http.apache
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jgit:org.eclipse.jgit.http.server
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jgit:org.eclipse.jgit.lfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jgit:org.eclipse.jgit.ssh.apache
  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/git-client-plugin/push/refs/heads/dependabot/maven/master/jgit.version-6.7.0.202309050840-r/00-ecd2f1%40github.com.


[jenkinsci/git-plugin] d76fab: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: d76fabed3c7ffdc4151f0086ba37383b43278439
  
https://github.com/jenkinsci/git-plugin/commit/d76fabed3c7ffdc4151f0086ba37383b43278439
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/git-client-plugin] f2d2c6: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: f2d2c67112131f9979ebc202e1d29a4e6f3bbd45
  
https://github.com/jenkinsci/git-client-plugin/commit/f2d2c67112131f9979ebc202e1d29a4e6f3bbd45
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/embeddable-build-status-plugin] 9c9425: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/embeddable-build-status-plugin
  Commit: 9c9425e07a48d73ea079eea9ef76deff349f27ca
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/9c9425e07a48d73ea079eea9ef76deff349f27ca
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/elastic-axis-plugin] 4f3811: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/elastic-axis-plugin
  Commit: 4f3811577d61f80d8523c70ec96e812cf2598215
  
https://github.com/jenkinsci/elastic-axis-plugin/commit/4f3811577d61f80d8523c70ec96e812cf2598215
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/basic-branch-build-strategies-plugin] 459e43: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/basic-branch-build-strategies-plugin
  Commit: 459e432ff2a38de96f76fa4b9ea2a5b1729a53fc
  
https://github.com/jenkinsci/basic-branch-build-strategies-plugin/commit/459e432ff2a38de96f76fa4b9ea2a5b1729a53fc
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/authorize-project-plugin] 6c2537: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/authorize-project-plugin
  Commit: 6c2537eaad52729991adedcde5902d1186d0a8d9
  
https://github.com/jenkinsci/authorize-project-plugin/commit/6c2537eaad52729991adedcde5902d1186d0a8d9
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/apache-httpcomponents-client-4-api-plugin] 9c4618: Remove trailing dependabot newlines

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin
  Commit: 9c46181f9d6fca72fa1a02177b755ea9f76558f8
  
https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin/commit/9c46181f9d6fca72fa1a02177b755ea9f76558f8
  Author: Mark Waite 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove trailing dependabot newlines


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


[jenkinsci/aws-java-sdk-plugin]

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.544
  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.544/7407ce-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] 416dc2: Bump revision from 1.12.529 to 1.12.545

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

  Changed paths:
M pom.xml

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

Bumps `revision` from 1.12.529 to 1.12.545.

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

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

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

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

---
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.545/00-416dc2%40github.com.


[jenkinsci/antexec-plugin]

2023-09-07 Thread 'Miloš Svašek' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/checkout-4
  Home:   https://github.com/jenkinsci/antexec-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/antexec-plugin/push/refs/heads/dependabot/github_actions/actions/checkout-4/6b6777-00%40github.com.


[jenkinsci/antexec-plugin] 6b6777: build(deps): bump actions/checkout from 3 to 4

2023-09-07 Thread 'Miloš Svašek' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/antexec-plugin
  Commit: 6b67770251bb7948219f51474b54a53dfad18c17
  
https://github.com/jenkinsci/antexec-plugin/commit/6b67770251bb7948219f51474b54a53dfad18c17
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-05 (Tue, 05 Sep 2023)

  Changed paths:
M .github/workflows/codeql-analysis.yml
M .github/workflows/manual-build.yml

  Log Message:
  ---
  build(deps): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

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

Signed-off-by: dependabot[bot] 


  Commit: fcde1866365b94e4892661053525ece7da059ac3
  
https://github.com/jenkinsci/antexec-plugin/commit/fcde1866365b94e4892661053525ece7da059ac3
  Author: Miloš Svašek 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .github/workflows/codeql-analysis.yml
M .github/workflows/manual-build.yml

  Log Message:
  ---
  Merge pull request #86 from 
jenkinsci/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4


Compare: 
https://github.com/jenkinsci/antexec-plugin/compare/476626263bd0...fcde1866365b

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


[jenkins-infra/jenkins.io] 91cc35: Automated changelog for 2.423

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

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

  Log Message:
  ---
  Automated changelog for 2.423


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


[jenkinsci/jenkins] fb6a03: Update babel monorepo to v7.22.15 (#8470)

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

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

  Log Message:
  ---
  Update babel monorepo to v7.22.15 (#8470)

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/ba4690-fb6a03%40github.com.


[jenkinsci/jenkins]

2023-09-07 Thread 'Basil Crow' 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/8bdce4-00%40github.com.


[jenkins-infra/jenkins-infra] 5a6c9a: feat(updatecli): Tracks JDK21-ea version. (#3051)

2023-09-07 Thread 'Bruno Verachten' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 5a6c9a5ce2775ceda8e9658681332e429dcf9716
  
https://github.com/jenkins-infra/jenkins-infra/commit/5a6c9a5ce2775ceda8e9658681332e429dcf9716
  Author: Bruno Verachten 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M updatecli/scripts/check-jdk.sh
A updatecli/weekly.d/jenkinscontroller-tools-jdk21.yaml

  Log Message:
  ---
  feat(updatecli): Tracks JDK21-ea version. (#3051)

* feat(updatecli): Tracks JDK21-ea version.

* fix(bash): Back to pipefail

* fix(updatecli): Wraps the value with double quotes.

* Revert "fix(updatecli): Wraps the value with double quotes."

This reverts commit 8d8738a36e1c76699c38981615464c0ad0632c83.

* fix(updatecli): Wraps the value with double quotes.

* Create site.pp

* fix(updatecli): Factorizing the JDK21 setup.

* fix(updatecli): Factorizing the JDK21 setup.


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


[jenkinsci/datadog-plugin] 87e8b6: Address Spotbugs warning

2023-09-07 Thread 'Nikita Tkachenko' via Jenkins Commits
  Branch: refs/heads/nikita-tkachenko/tracer-autoconfig
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 87e8b6d582986f26c9a61ef2f3a8dede6d53c629
  
https://github.com/jenkinsci/datadog-plugin/commit/87e8b6d582986f26c9a61ef2f3a8dede6d53c629
  Author: Nikita Tkachenko 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/tracer/JavaConfigurator.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/tracer/signature/SignatureVerifier.java

  Log Message:
  ---
  Address Spotbugs warning


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


[jenkinsci/exam-plugin] d172ba: spotbugs behoben

2023-09-07 Thread 'MicroNovaAG' via Jenkins Commits
  Branch: refs/heads/feature/erweiterung-tcg
  Home:   https://github.com/jenkinsci/exam-plugin
  Commit: d172ba52d7a330d43f3b9939ed7347e33a9af207
  
https://github.com/jenkinsci/exam-plugin/commit/d172ba52d7a330d43f3b9939ed7347e33a9af207
  Author: koblofsky 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M src/main/java/jenkins/internal/ClientRequest.java
M src/main/java/jenkins/internal/Compatibility.java

  Log Message:
  ---
  spotbugs behoben


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


[jenkinsci/jenkins] 8bdce4: Update babel monorepo to v7.22.15

2023-09-07 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/babel-monorepo
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8bdce492b0823d66b850b1702dda6b71c707c3a1
  
https://github.com/jenkinsci/jenkins/commit/8bdce492b0823d66b850b1702dda6b71c707c3a1
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

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

  Log Message:
  ---
  Update babel monorepo to v7.22.15


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


[jenkins-infra/jenkins.io]

2023-09-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_4f7854bfe8bb8605693c8dd15d0e5ab200e2d97e8e10d7f52017f3117cc1ea0a
  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/updatecli_4f7854bfe8bb8605693c8dd15d0e5ab200e2d97e8e10d7f52017f3117cc1ea0a/70cbeb-00%40github.com.


[jenkins-infra/jenkins.io] b20650: [Hello World Tutorial] Bump Golang alpine docker i...

2023-09-07 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b20650f04e7eb10a8cdde49e09c365d326ae6408
  
https://github.com/jenkins-infra/jenkins.io/commit/b20650f04e7eb10a8cdde49e09c365d326ae6408
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  [Hello World Tutorial] Bump Golang alpine docker image version to 
1.21.1-alpine3.18 (#6660)

chore: Update the value of the golang docker image for pipelines in t...

... he 'Hello World!' tutorial

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions 
<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/jenkins-infra/jenkins.io/push/refs/heads/master/8d74b2-b20650%40github.com.


[jenkinsci/nexus-platform-plugin] 8d58b3: CLM-27258: Updated the latest version of JenkinsCI...

2023-09-07 Thread 'Leonardo Brambilla' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 8d58b3befeda4f3b6b678d5d11e434dfe09e7f56
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/8d58b3befeda4f3b6b678d5d11e434dfe09e7f56
  Author: Leonardo Brambilla <140282369+leob-mor...@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M Jenkinsfile.sonatype.extra-tests
M 
src/test/java/org/sonatype/nexus/ci/iq/PipelineSyntaxIntegrationTest.groovy

  Log Message:
  ---
  CLM-27258: Updated the latest version of JenkinsCI 2.414.1 to be tested with 
Java 17 (#282)

Updated the latest version of JenkinsCI, 2.414.1, to be tested with only Java 
17.
Keep intermediate version (2.401.1) to be tested with Java 11

Also updates integration test `PipelineSyntaxIntegrationTest` that started 
failing with this latest JenkinsCI version. 

Ref: CLM-27258


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


[jenkinsci/nexus-platform-plugin]

2023-09-07 Thread 'Leonardo Brambilla' via Jenkins Commits
  Branch: refs/heads/CLM-27258
  Home:   https://github.com/jenkinsci/nexus-platform-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/nexus-platform-plugin/push/refs/heads/CLM-27258/abb383-00%40github.com.


[jenkinsci/active-choices-plugin] 1f9dab: Bump @babel/preset-typescript from 7.22.11 to 7.22.15

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

  Changed paths:
M package.json
M yarn.lock

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

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

---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  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/active-choices-plugin/push/refs/heads/dependabot/npm_and_yarn/babel/preset-typescript-7.22.15/0b4cbb-1f9dab%40github.com.


[jenkinsci/active-choices-plugin]

2023-09-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/types/jquery-3.5.18
  Home:   https://github.com/jenkinsci/active-choices-plugin

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


[jenkinsci/active-choices-plugin] b2526b: Bump @types/jquery from 3.5.17 to 3.5.18

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

  Changed paths:
M package.json
M yarn.lock

  Log Message:
  ---
  Bump @types/jquery from 3.5.17 to 3.5.18

Bumps 
[@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery)
 from 3.5.17 to 3.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- 
[Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery)

---
updated-dependencies:
- dependency-name: "@types/jquery"
  dependency-type: direct:development
  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/active-choices-plugin/push/refs/heads/master/d82207-b2526b%40github.com.


[jenkinsci/maven-artifact-choicelistprovider-plugin] 279b64: SECURITY-3153: Use the Item as a Scope instead of ...

2023-09-07 Thread 'Stephan' via Jenkins Commits
  Branch: refs/heads/feature/SECURITY-3153
  Home:   https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin
  Commit: 279b6462e41222f97b2ab7ece71c419d7b9e55a2
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/279b6462e41222f97b2ab7ece71c419d7b9e55a2
  Author: Watermeyer, Stephan 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .gitignore
M Jenkinsfile
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/AbstractMavenArtifactChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/artifactory/ArtifactoryChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/central/MavenCentralChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/maven/MavenMetadataChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus/NexusChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus3/Nexus3ChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus3/Nexus3GenericChoiceListProvider.java

  Log Message:
  ---
  SECURITY-3153: Use the Item as a Scope instead of System Scope.

Remove Comment

SECURITY-3153: Try to fix the build on Gihub

SECURITY-3153: Try to fix the build on Gihub

SECURITY-3153: Try to fix the build on Github

SECURITY-3153: Try to fix the build on Github

SECURITY-3153: Try to fix the build on Github

SECURITY-3153: Try to fix the build on Github


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


[jenkins-infra/account-app]

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

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


[jenkinsci/datadog-plugin] 48f910: Fix file descriptor leak in logger reinitialisatio...

2023-09-07 Thread 'Nikita Tkachenko' via Jenkins Commits
  Branch: refs/heads/nikita-tkachenko/tracer-autoconfig
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 48f91081c240dc65d1c49bdeb3f1400e06fe397f
  
https://github.com/jenkinsci/datadog-plugin/commit/48f91081c240dc65d1c49bdeb3f1400e06fe397f
  Author: Nikita Tkachenko 
<12529+nikita-tkachenko-data...@users.noreply.github.com>
  Date:   2023-08-29 (Tue, 29 Aug 2023)

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

  Log Message:
  ---
  Fix file descriptor leak in logger reinitialisation logic and print stack 
trace in severe logs (#347)


  Commit: d7ef20eacf3021e5b6449e84c8e8aed48890c516
  
https://github.com/jenkinsci/datadog-plugin/commit/d7ef20eacf3021e5b6449e84c8e8aed48890c516
  Author: Nikita Tkachenko 
<12529+nikita-tkachenko-data...@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/ClientFactory.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogAgentClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpRetryPolicy.java
A src/main/java/org/datadog/jenkins/plugins/datadog/clients/Metrics.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogJenkinsPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogQueuePublisher.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/clients/DatadogClientStub.java

  Log Message:
  ---
  HTTP client configuration adjustments + HTTP metrics batching (#362)


  Commit: 437749dd5c2b1db7c23142267e7f147b88e181a0
  
https://github.com/jenkinsci/datadog-plugin/commit/437749dd5c2b1db7c23142267e7f147b88e181a0
  Author: Nikita Tkachenko 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogClient.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/ClientFactory.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogAgentClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpRetryPolicy.java
A src/main/java/org/datadog/jenkins/plugins/datadog/clients/Metrics.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogJenkinsPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogQueuePublisher.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/clients/DatadogClientStub.java

  Log Message:
  ---
  Merge branch 'master' into nikita-tkachenko/tracer-autoconfig


Compare: 
https://github.com/jenkinsci/datadog-plugin/compare/b38ccfb2e6b9...437749dd5c2b

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


[jenkins-infra/account-app]

2023-09-07 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/renovate/com.github.ben-manes.versions-0.x
  Home:   https://github.com/jenkins-infra/account-app

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


[jenkins-infra/account-app] 23bf2f: Update plugin com.github.ben-manes.versions to v0....

2023-09-07 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkins-infra/account-app
  Commit: 23bf2f7e1ac39ece50e4135f2deaefe1c429a12c
  
https://github.com/jenkins-infra/account-app/commit/23bf2f7e1ac39ece50e4135f2deaefe1c429a12c
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Update plugin com.github.ben-manes.versions to v0.48.0 (#298)

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/jenkins-infra/account-app/push/refs/heads/main/e09266-23bf2f%40github.com.


[jenkinsci/datadog-plugin] b38ccf: Add signature verification when downloading Java t...

2023-09-07 Thread 'Nikita Tkachenko' via Jenkins Commits
  Branch: refs/heads/nikita-tkachenko/tracer-autoconfig
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: b38ccfb2e6b961283036fdcb2476336f53925c95
  
https://github.com/jenkinsci/datadog-plugin/commit/b38ccfb2e6b961283036fdcb2476336f53925c95
  Author: Nikita Tkachenko 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M pom.xml
M 
src/main/java/org/datadog/jenkins/plugins/datadog/tracer/JavaConfigurator.java
A 
src/main/java/org/datadog/jenkins/plugins/datadog/tracer/signature/SignatureVerifier.java

  Log Message:
  ---
  Add signature verification when downloading Java tracer from Maven Central


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


[jenkinsci/applitools-eyes-plugin] 431471: fix: set and archive custom batch id in a pipeline...

2023-09-07 Thread 'Ido Elmaleh' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/applitools-eyes-plugin
  Commit: 43147116f315b90048437c9d17ca1e9fe68eee52
  
https://github.com/jenkinsci/applitools-eyes-plugin/commit/43147116f315b90048437c9d17ca1e9fe68eee52
  Author: IdosApplitools 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M src/main/java/com/applitools/jenkins/ApplitoolsBuildWrapper.java
M src/main/java/com/applitools/jenkins/ApplitoolsStep.java

  Log Message:
  ---
  fix: set and archive custom batch id in a pipeline step


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


[jenkinsci/pitmutation-plugin]

2023-09-07 Thread 'Benjamin Sproule' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.tools-maven-hpi-plugin-3.49
  Home:   https://github.com/jenkinsci/pitmutation-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/pitmutation-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.tools-maven-hpi-plugin-3.49/f1a680-00%40github.com.


[jenkinsci/pitmutation-plugin] f1a680: Bump org.jenkins-ci.tools:maven-hpi-plugin from 3....

2023-09-07 Thread 'Benjamin Sproule' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pitmutation-plugin
  Commit: f1a680448affbc0e81940edb8cd0f88012a5e982
  
https://github.com/jenkinsci/pitmutation-plugin/commit/f1a680448affbc0e81940edb8cd0f88012a5e982
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.tools:maven-hpi-plugin from 3.48 to 3.49

Bumps 
[org.jenkins-ci.tools:maven-hpi-plugin](https://github.com/jenkinsci/maven-hpi-plugin)
 from 3.48 to 3.49.
- [Release notes](https://github.com/jenkinsci/maven-hpi-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/maven-hpi-plugin/compare/maven-hpi-plugin-3.48...maven-hpi-plugin-3.49)

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

Signed-off-by: dependabot[bot] 


  Commit: 6e5b700975522f77756fd62fd3a3fb3d1ea3cf8a
  
https://github.com/jenkinsci/pitmutation-plugin/commit/6e5b700975522f77756fd62fd3a3fb3d1ea3cf8a
  Author: Benjamin Sproule 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #259 from 
jenkinsci/dependabot/maven/org.jenkins-ci.tools-maven-hpi-plugin-3.49

Bump org.jenkins-ci.tools:maven-hpi-plugin from 3.48 to 3.49


Compare: 
https://github.com/jenkinsci/pitmutation-plugin/compare/aab5837c6d74...6e5b70097552

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


[jenkinsci/maven-artifact-choicelistprovider-plugin] 19f115: SECURITY-3153: Try to fix the build on Github

2023-09-07 Thread 'Stephan' via Jenkins Commits
  Branch: refs/heads/feature/SECURITY-3153
  Home:   https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin
  Commit: 19f115813c9821fab9a1f7e17b6d9561f89e84da
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/19f115813c9821fab9a1f7e17b6d9561f89e84da
  Author: Watermeyer, Stephan 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  SECURITY-3153: Try to fix the build on Github


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


[jenkinsci/maven-artifact-choicelistprovider-plugin] e75ed7: SECURITY-3153: Try to fix the build on Github

2023-09-07 Thread 'Stephan' via Jenkins Commits
  Branch: refs/heads/feature/SECURITY-3153
  Home:   https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin
  Commit: e75ed767a1350e67d9d55a02522b3c2d188b47a9
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/e75ed767a1350e67d9d55a02522b3c2d188b47a9
  Author: Watermeyer, Stephan 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  SECURITY-3153: Try to fix the build on Github


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


[jenkinsci/maven-artifact-choicelistprovider-plugin] 647d7b: SECURITY-3153: Try to fix the build on Github

2023-09-07 Thread 'Stephan' via Jenkins Commits
  Branch: refs/heads/feature/SECURITY-3153
  Home:   https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin
  Commit: 647d7b93c995f88e8eb5e505399149b5e28a70f1
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/647d7b93c995f88e8eb5e505399149b5e28a70f1
  Author: Watermeyer, Stephan 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  SECURITY-3153: Try to fix the build on Github


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


[jenkins-infra/account-app] 77dcd9: Update plugin com.github.ben-manes.versions to v0....

2023-09-07 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/com.github.ben-manes.versions-0.x
  Home:   https://github.com/jenkins-infra/account-app
  Commit: 77dcd9f4604faf7c6a0c29adcab0ad7ce085b681
  
https://github.com/jenkins-infra/account-app/commit/77dcd9f4604faf7c6a0c29adcab0ad7ce085b681
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Update plugin com.github.ben-manes.versions to v0.48.0


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


[jenkinsci/maven-artifact-choicelistprovider-plugin] 5745bd: SECURITY-3153: Try to fix the build on Github

2023-09-07 Thread 'Stephan' via Jenkins Commits
  Branch: refs/heads/feature/SECURITY-3153
  Home:   https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin
  Commit: 5745bde4f81592bc3845cba3ed36450e8ca3634a
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/5745bde4f81592bc3845cba3ed36450e8ca3634a
  Author: Watermeyer, Stephan 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  SECURITY-3153: Try to fix the build on Github


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


[jenkinsci/maven-artifact-choicelistprovider-plugin] 8ce99c: SECURITY-3153: Try to fix the build on Gihub

2023-09-07 Thread 'Stephan' via Jenkins Commits
  Branch: refs/heads/feature/SECURITY-3153
  Home:   https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin
  Commit: 8ce99c4dcb90214367fd5decfa67e41a8e32c47e
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/8ce99c4dcb90214367fd5decfa67e41a8e32c47e
  Author: Watermeyer, Stephan 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  SECURITY-3153: Try to fix the build on Gihub


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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-artifact-choicelistprovider-plugin/push/refs/heads/feature/SECURITY-3153/276863-8ce99c%40github.com.


[jenkinsci/maven-artifact-choicelistprovider-plugin] 276863: SECURITY-3153: Try to fix the build on Gihub

2023-09-07 Thread 'Stephan' via Jenkins Commits
  Branch: refs/heads/feature/SECURITY-3153
  Home:   https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin
  Commit: 2768634cf79c362bfaa2434114fb4033cd82d559
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/2768634cf79c362bfaa2434114fb4033cd82d559
  Author: Watermeyer, Stephan 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/artifactory/ArtifactoryChoiceListProvider.java

  Log Message:
  ---
  SECURITY-3153: Try to fix the build on Gihub


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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-artifact-choicelistprovider-plugin/push/refs/heads/feature/SECURITY-3153/12b3d6-276863%40github.com.


[jenkinsci/datadog-plugin]

2023-09-07 Thread 'Nikita Tkachenko' via Jenkins Commits
  Branch: refs/heads/nikita-tkachenko/http-client-adjustments
  Home:   https://github.com/jenkinsci/datadog-plugin

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


[jenkinsci/datadog-plugin] d7ef20: HTTP client configuration adjustments + HTTP metri...

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

  Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/ClientFactory.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogAgentClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/HttpRetryPolicy.java
A src/main/java/org/datadog/jenkins/plugins/datadog/clients/Metrics.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogJenkinsPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogQueuePublisher.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/clients/DatadogClientStub.java

  Log Message:
  ---
  HTTP client configuration adjustments + HTTP metrics batching (#362)


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


[jenkins-infra/jenkins.io] 70cbeb: chore: Update the value of the golang docker image...

2023-09-07 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_4f7854bfe8bb8605693c8dd15d0e5ab200e2d97e8e10d7f52017f3117cc1ea0a
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 70cbeb696558cee89673dff7af0352ca78c2ff0a
  
https://github.com/jenkins-infra/jenkins.io/commit/70cbeb696558cee89673dff7af0352ca78c2ff0a
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  chore: Update the value of the golang docker image for pipelines in t...

... he 'Hello World!' tutorial

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_4f7854bfe8bb8605693c8dd15d0e5ab200e2d97e8e10d7f52017f3117cc1ea0a/00-70cbeb%40github.com.


[jenkins-infra/jenkins.io] 8d74b2: Announce Artifactory bandwidth reduction (#6658)

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

  Changed paths:
A content/blog/2023/09/06/2023-09-06-artifactory-bandwidth-reduction.adoc
A 
content/images/post-images/2023/09/06/2023-09-06-artifactory-bandwidth-reduction.png

  Log Message:
  ---
  Announce Artifactory bandwidth reduction (#6658)

* Add artifactory bandwidth reduction blog post

* Update content/blog/2023/09/06/2023-09-06-artifactory-bandwidth-reduction.adoc

Co-authored-by: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>

* Improve the title

Co-authored-by: Damien Duportal 

* Maven central, not Apache central

Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>

* Add more details of the longer story

* Add link to help desk ticket

-

Co-authored-by: Damien Duportal 
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>
Co-authored-by: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>


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


[jenkinsci/global-build-stats-plugin]

2023-09-07 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/288.vb_2c4a_0f138b_b_
  Home:   https://github.com/jenkinsci/global-build-stats-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/global-build-stats-plugin/push/refs/tags/288.vb_2c4a_0f138b_b_/00-b2c4a0%40github.com.


[jenkinsci/global-build-stats-plugin] 1754ac: [SECURITY-1886] Fix more occurrences of this vulne...

2023-09-07 Thread 'balakine' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/global-build-stats-plugin
  Commit: 1754ac07c6661351a14b2e7ddc20e3779795b04e
  
https://github.com/jenkinsci/global-build-stats-plugin/commit/1754ac07c6661351a14b2e7ddc20e3779795b04e
  Author: balakine 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M src/main/webapp/scripts/global-build-stats/BuildStatConfigForm.js
M src/main/webapp/scripts/global-build-stats/BuildStatConfigs.js
M src/main/webapp/scripts/global-build-stats/chartList.js

  Log Message:
  ---
  [SECURITY-1886] Fix more occurrences of this vulnerability (#52)

* Escape an overview url and template evalluation


  Commit: b2c4a0f138bb75d0a1adfe705da79c4ef281db99
  
https://github.com/jenkinsci/global-build-stats-plugin/commit/b2c4a0f138bb75d0a1adfe705da79c4ef281db99
  Author: balakine 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M 
src/main/java/hudson/plugins/global_build_stats/GlobalBuildStatsPlugin.java
M src/main/java/hudson/plugins/global_build_stats/JobBuildResultFactory.java
M 
src/main/java/hudson/plugins/global_build_stats/business/GlobalBuildStatsBusiness.java
M 
src/main/java/hudson/plugins/global_build_stats/rententionstrategies/DiscardResultsOlderThanDays.java
M 
src/main/java/hudson/plugins/global_build_stats/rententionstrategies/DoNotKeepBuildResultWhenDiscarded.java
M 
src/main/java/hudson/plugins/global_build_stats/rententionstrategies/RetentionStrategy.java
M 
src/main/java/hudson/plugins/global_build_stats/rententionstrategies/strategybehaviours/BuildCompletedListener.java
M 
src/main/java/hudson/plugins/global_build_stats/rententionstrategies/strategybehaviours/BuildDeletedListener.java
M 
src/main/java/hudson/plugins/global_build_stats/xstream/migration/AbstractMigrator.java
M 
src/main/java/hudson/plugins/global_build_stats/xstream/migration/PreV8AbstractMigrator.java
M 
src/main/java/hudson/plugins/global_build_stats/xstream/migration/PreV9AbstractMigrator.java
M 
src/main/java/hudson/plugins/global_build_stats/xstream/migration/v3/V2ToV3Migrator.java
M 
src/main/java/hudson/plugins/global_build_stats/xstream/migration/v7/V6ToV7Migrator.java

  Log Message:
  ---
  [JENKINS-43183] Include all builds into statistics (#55)

* Switched from AbstractBuild to Run


Compare: 
https://github.com/jenkinsci/global-build-stats-plugin/compare/6e1556bae272...b2c4a0f138bb

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


[jenkinsci/global-build-stats-plugin]

2023-09-07 Thread 'balakine' via Jenkins Commits
  Branch: refs/heads/next_release
  Home:   https://github.com/jenkinsci/global-build-stats-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/global-build-stats-plugin/push/refs/heads/next_release/a8fbfa-00%40github.com.


[jenkinsci/design-library-plugin]

2023-09-07 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/260.va_3068a_fd58a_5
  Home:   https://github.com/jenkinsci/design-library-plugin

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


[jenkinsci/design-library-plugin] a3068a: update hetero list sample (#279)

2023-09-07 Thread 'Markus Winter' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: a3068afd58a5e81d6262d8b0c9d7f681b8ba53da
  
https://github.com/jenkinsci/design-library-plugin/commit/a3068afd58a5e81d6262d8b0c9d7f681b8ba53da
  Author: Markus Winter 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M src/main/java/io/jenkins/plugins/designlibrary/HeteroList.java
M 
src/main/resources/io/jenkins/plugins/designlibrary/HeteroList/Config/config.jelly
M 
src/main/resources/io/jenkins/plugins/designlibrary/HeteroList/configure.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/HeteroList/index.jelly
A 
src/main/resources/io/jenkins/plugins/designlibrary/HeteroList/index.properties
A src/main/webapp/HeteroList/ChoiceEntry.java
A src/main/webapp/HeteroList/Config.java
A src/main/webapp/HeteroList/Entry.java
A src/main/webapp/HeteroList/SimpleEntry.java
A src/main/webapp/HeteroList/config.jelly

  Log Message:
  ---
  update hetero list sample (#279)


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


[jenkinsci/compuware-ispw-operations-plugin]

2023-09-07 Thread 'jarora8' via Jenkins Commits
  Branch: refs/heads/ZENG-308802-Adding-Certificate-Support-CES-CP-APIs
  Home:   https://github.com/jenkinsci/compuware-ispw-operations-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/compuware-ispw-operations-plugin/push/refs/heads/ZENG-308802-Adding-Certificate-Support-CES-CP-APIs/00-fbf4a7%40github.com.