[jenkinsci/ecutest-plugin] fa330b: Ensure compatibility with latest test.guide versio...

2024-05-14 Thread 'Erik Rehm' via Jenkins Commits
  Branch: refs/heads/i696_support-java-17-and-21
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: fa330bad7f3b5ad7db0055bfd8338c93201c4fe7
  
https://github.com/jenkinsci/ecutest-plugin/commit/fa330bad7f3b5ad7db0055bfd8338c93201c4fe7
  Author: Martin Grosche <57788304+martingrosch...@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M README.md
M src/main/java/de/tracetronic/jenkins/plugins/ecutest/ETPlugin.java
M 
src/main/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/installation/config.xml
M 
src/main/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/pipeline/ATXNewServerStep/help.html
M 
src/main/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/pipeline/ATXNewServerStep/help_de.html
M 
src/test/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/installation/casc-export.yml
M 
src/test/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/installation/casc.yml

  Log Message:
  ---
  Ensure compatibility with latest test.guide version (#686) (#695)


  Commit: 8c6bb5e22f864833c258b8f09a6df21dc73ad4af
  
https://github.com/jenkinsci/ecutest-plugin/commit/8c6bb5e22f864833c258b8f09a6df21dc73ad4af
  Author: Erik Rehm <112951632+erikreh...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M README.md
M src/main/java/de/tracetronic/jenkins/plugins/ecutest/ETPlugin.java
M 
src/main/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/installation/config.xml
M 
src/main/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/pipeline/ATXNewServerStep/help.html
M 
src/main/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/pipeline/ATXNewServerStep/help_de.html
M 
src/test/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/installation/casc-export.yml
M 
src/test/resources/de/tracetronic/jenkins/plugins/ecutest/report/atx/installation/casc.yml

  Log Message:
  ---
  Merge branch 'master' into i696_support-java-17-and-21


Compare: 
https://github.com/jenkinsci/ecutest-plugin/compare/a1cd5daef62d...8c6bb5e22f86

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

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


[jenkinsci/ecutest-plugin] a4529e: Update for java 17; Finish jenkins core update (#696)

2024-05-14 Thread 'Erik Rehm' via Jenkins Commits
  Branch: refs/heads/i696_support-java-17-and-21
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: a4529e0dab59ec1256ea7c559fb6f1993765ed12
  
https://github.com/jenkinsci/ecutest-plugin/commit/a4529e0dab59ec1256ea7c559fb6f1993765ed12
  Author: Erik Rehm 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M .github/workflows/license.yml
M .github/workflows/maven.yml
M Jenkinsfile
M Jenkinsfile.internal
M pom.xml
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/extension/warnings/WarningsRecorder.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/log/TTConsoleLoggerIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/report/DownStreamPublisherIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/report/atx/ATXPublisherIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/report/generator/ReportGeneratorPublisherIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/report/junit/JUnitPublisherIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/report/log/ETLogPublisherIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/report/ta/TraceAnalysisPublisherIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/report/tms/TMSPublisherIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/report/trf/TRFPublisherIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/test/ExportPackageBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/test/ExportProjectBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/test/ImportPackageBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/test/ImportProjectBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/test/TestFolderBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/test/TestPackageBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/test/TestProjectBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/tool/CacheBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/tool/LicenseETBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/tool/StartETBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/tool/StartTSBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/tool/StopETBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/tool/StopTSBuilderIT.java
M 
src/test/java/de/tracetronic/jenkins/plugins/ecutest/tool/installation/ETInstallationIT.java

  Log Message:
  ---
  Update for java 17; Finish jenkins core update (#696)



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

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


[jenkinsci/active-choices-plugin] 616e2b: Bump io.jenkins.tools.bom:bom-2.426.x

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 616e2b51217849f44ad41f3028e5703b5415d0e4
  
https://github.com/jenkinsci/active-choices-plugin/commit/616e2b51217849f44ad41f3028e5703b5415d0e4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

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

Bumps [io.jenkins.tools.bom:bom-2.426.x](https://github.com/jenkinsci/bom) from 
3023.v02a_987a_b_3ff9 to 3041.ve87ce2cdf223.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 



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

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


[jenkins-infra/account-app] f020a9: force jdk17 with env

2024-05-14 Thread 'Stéphane MERLE' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1
  Home:   https://github.com/jenkins-infra/account-app
  Commit: f020a9fc91d9c15f79ce265ef57e6752eb79a975
  
https://github.com/jenkins-infra/account-app/commit/f020a9fc91d9c15f79ce265ef57e6752eb79a975
  Author: smerle33 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  force jdk17 with env



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

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


[jenkinsci/plugin-compat-tester] e8516d: Bump jenkins.version from 2.455 to 2.457

2024-05-14 Thread 'Ildefonso Montero' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: e8516d169cae13c326d5d1d599cde68c58535d59
  
https://github.com/jenkinsci/plugin-compat-tester/commit/e8516d169cae13c326d5d1d599cde68c58535d59
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jenkins.version from 2.455 to 2.457

Bumps `jenkins.version` from 2.455 to 2.457.

Updates `org.jenkins-ci.main:jenkins-core` from 2.455 to 2.457
- [Release notes](https://github.com/jenkinsci/jenkins/releases)
- 
[Commits](https://github.com/jenkinsci/jenkins/compare/jenkins-2.455...jenkins-2.457)

Updates `org.jenkins-ci.main:jenkins-war` from 2.455 to 2.457
- [Release notes](https://github.com/jenkinsci/jenkins/releases)
- 
[Commits](https://github.com/jenkinsci/jenkins/compare/jenkins-2.455...jenkins-2.457)

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

Signed-off-by: dependabot[bot] 


  Commit: 2845c0bf9f23df4cff8a32cbdff241af31af0a3c
  
https://github.com/jenkinsci/plugin-compat-tester/commit/2845c0bf9f23df4cff8a32cbdff241af31af0a3c
  Author: Ildefonso Montero 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #661 from jenkinsci/dependabot/maven/jenkins.version-2.457

Bump jenkins.version from 2.455 to 2.457


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/24480d890cb3...2845c0bf9f23

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

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


[jenkinsci/plugin-compat-tester] e8516d: Bump jenkins.version from 2.455 to 2.457

2024-05-14 Thread 'Ildefonso Montero' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/info.picocli-picocli-4.7.6
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: e8516d169cae13c326d5d1d599cde68c58535d59
  
https://github.com/jenkinsci/plugin-compat-tester/commit/e8516d169cae13c326d5d1d599cde68c58535d59
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jenkins.version from 2.455 to 2.457

Bumps `jenkins.version` from 2.455 to 2.457.

Updates `org.jenkins-ci.main:jenkins-core` from 2.455 to 2.457
- [Release notes](https://github.com/jenkinsci/jenkins/releases)
- 
[Commits](https://github.com/jenkinsci/jenkins/compare/jenkins-2.455...jenkins-2.457)

Updates `org.jenkins-ci.main:jenkins-war` from 2.455 to 2.457
- [Release notes](https://github.com/jenkinsci/jenkins/releases)
- 
[Commits](https://github.com/jenkinsci/jenkins/compare/jenkins-2.455...jenkins-2.457)

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

Signed-off-by: dependabot[bot] 


  Commit: 2845c0bf9f23df4cff8a32cbdff241af31af0a3c
  
https://github.com/jenkinsci/plugin-compat-tester/commit/2845c0bf9f23df4cff8a32cbdff241af31af0a3c
  Author: Ildefonso Montero 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #661 from jenkinsci/dependabot/maven/jenkins.version-2.457

Bump jenkins.version from 2.455 to 2.457


  Commit: a381c161b8eb6922f4c97fb6359a5b5a438a2f38
  
https://github.com/jenkinsci/plugin-compat-tester/commit/a381c161b8eb6922f4c97fb6359a5b5a438a2f38
  Author: Ildefonso Montero 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into dependabot/maven/info.picocli-picocli-4.7.6


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/d9036ac35621...a381c161b8eb

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

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


[jenkinsci/active-choices-plugin] 59149f: Update CHANGES.md

2024-05-14 Thread 'Bruno P. Kinoshita' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 59149f4363e23622078b750ea4019f935504253b
  
https://github.com/jenkinsci/active-choices-plugin/commit/59149f4363e23622078b750ea4019f935504253b
  Author: Bruno P. Kinoshita 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M CHANGES.md

  Log Message:
  ---
  Update CHANGES.md



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

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


[jenkins-infra/account-app] 382a35: change to amd64 to comply with selenium

2024-05-14 Thread 'Stéphane MERLE' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1
  Home:   https://github.com/jenkins-infra/account-app
  Commit: 382a355ee3ee6db9d82ff16e69abf1c99632e498
  
https://github.com/jenkins-infra/account-app/commit/382a355ee3ee6db9d82ff16e69abf1c99632e498
  Author: smerle33 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  change to amd64 to comply with selenium



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

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


[jenkinsci/ecutest-plugin] e1d10b: Remove java 11 from builds (#696)

2024-05-14 Thread 'Erik Rehm' via Jenkins Commits
  Branch: refs/heads/i696_support-java-17-and-21
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: e1d10b97800062d05e979149a9187b3c842b7fe1
  
https://github.com/jenkinsci/ecutest-plugin/commit/e1d10b97800062d05e979149a9187b3c842b7fe1
  Author: Erik Rehm 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M .github/workflows/maven.yml
M Jenkinsfile
M Jenkinsfile.internal

  Log Message:
  ---
  Remove java 11 from builds (#696)



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

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


[jenkinsci/gradle-plugin]

2024-05-14 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/dependabot/gradle/net.bytebuddy-byte-buddy-1.14.15
  Home:   https://github.com/jenkinsci/gradle-plugin

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

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


[jenkinsci/gradle-plugin] d702fc: Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14...

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: d702fc5080a4f7cd75e40695932a6d1588d38d34
  
https://github.com/jenkinsci/gradle-plugin/commit/d702fc5080a4f7cd75e40695932a6d1588d38d34
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.15 (#440)

Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 
1.14.13 to 1.14.15.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.13...byte-buddy-1.14.15)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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



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

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


[jenkinsci/gradle-plugin] cdc7d5: Bump com.gradle.develocity from 3.17.2 to 3.17.3 (...

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: cdc7d5762e355441f50e1923a2a5f8c6c15f86c0
  
https://github.com/jenkinsci/gradle-plugin/commit/cdc7d5762e355441f50e1923a2a5f8c6c15f86c0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M settings.gradle.kts

  Log Message:
  ---
  Bump com.gradle.develocity from 3.17.2 to 3.17.3 (#439)

Bumps com.gradle.develocity from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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



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

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


[jenkinsci/gradle-plugin] b0dd4c: Bump com.gradle:develocity-maven-extension from 1....

2024-05-14 Thread 'Eric Haag' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: b0dd4c23be87f7e1eb56c3b8f10c3cf3b9aa58e9
  
https://github.com/jenkinsci/gradle-plugin/commit/b0dd4c23be87f7e1eb56c3b8f10c3cf3b9aa58e9
  Author: Eric Haag 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M README.adoc
M settings.gradle.kts

  Log Message:
  ---
  Bump com.gradle:develocity-maven-extension from 1.21.2 to 1.21.3 (#438)



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

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


[jenkinsci/gradle-plugin] 1e9a5c: Bump com.fasterxml.jackson.core:jackson-databind f...

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 1e9a5c3366e06f585cfaa6a220f4cfd6fded5678
  
https://github.com/jenkinsci/gradle-plugin/commit/1e9a5c3366e06f585cfaa6a220f4cfd6fded5678
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 (#437)

Bumps 
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
 from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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



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

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


[jenkinsci/gradle-plugin] 04ea5d: Bump com.github.spotbugs from 6.0.12 to 6.0.14 (#436)

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 04ea5dd4f7a3ea04fb60caac8e53be08e50539b7
  
https://github.com/jenkinsci/gradle-plugin/commit/04ea5dd4f7a3ea04fb60caac8e53be08e50539b7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Bump com.github.spotbugs from 6.0.12 to 6.0.14 (#436)

Bumps com.github.spotbugs from 6.0.12 to 6.0.14.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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



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

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


[jenkinsci/gradle-plugin] d702fc: Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14...

2024-05-14 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/dependabot/gradle/org.objenesis-objenesis-3.4
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: d702fc5080a4f7cd75e40695932a6d1588d38d34
  
https://github.com/jenkinsci/gradle-plugin/commit/d702fc5080a4f7cd75e40695932a6d1588d38d34
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.15 (#440)

Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 
1.14.13 to 1.14.15.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.13...byte-buddy-1.14.15)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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


  Commit: cdc7d5762e355441f50e1923a2a5f8c6c15f86c0
  
https://github.com/jenkinsci/gradle-plugin/commit/cdc7d5762e355441f50e1923a2a5f8c6c15f86c0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M settings.gradle.kts

  Log Message:
  ---
  Bump com.gradle.develocity from 3.17.2 to 3.17.3 (#439)

Bumps com.gradle.develocity from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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


  Commit: b0dd4c23be87f7e1eb56c3b8f10c3cf3b9aa58e9
  
https://github.com/jenkinsci/gradle-plugin/commit/b0dd4c23be87f7e1eb56c3b8f10c3cf3b9aa58e9
  Author: Eric Haag 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M README.adoc
M settings.gradle.kts

  Log Message:
  ---
  Bump com.gradle:develocity-maven-extension from 1.21.2 to 1.21.3 (#438)


  Commit: 1e9a5c3366e06f585cfaa6a220f4cfd6fded5678
  
https://github.com/jenkinsci/gradle-plugin/commit/1e9a5c3366e06f585cfaa6a220f4cfd6fded5678
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 (#437)

Bumps 
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
 from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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


  Commit: 04ea5dd4f7a3ea04fb60caac8e53be08e50539b7
  
https://github.com/jenkinsci/gradle-plugin/commit/04ea5dd4f7a3ea04fb60caac8e53be08e50539b7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Bump com.github.spotbugs from 6.0.12 to 6.0.14 (#436)

Bumps com.github.spotbugs from 6.0.12 to 6.0.14.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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


  Commit: 94e5cb46dcb6e8c4a559af8036292725d325e6b7
  
https://github.com/jenkinsci/gradle-plugin/commit/94e5cb46dcb6e8c4a559af8036292725d325e6b7
  Author: Alexis Tual 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M README.adoc
M build.gradle.kts
M settings.gradle.kts

  Log Message:
  ---
  Merge branch 'master' into dependabot/gradle/org.objenesis-objenesis-3.4


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/5b6103a7a196...94e5cb46dcb6

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

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


[jenkinsci/thin-backup-plugin] b7bd7a: Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.82
  Home:   https://github.com/jenkinsci/thin-backup-plugin
  Commit: b7bd7ac68eb048a5bf6d4b2df35dce482544abee
  
https://github.com/jenkinsci/thin-backup-plugin/commit/b7bd7ac68eb048a5bf6d4b2df35dce482544abee
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82

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

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

Signed-off-by: dependabot[bot] 



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

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


[jenkinsci/acceptance-test-harness] ca3b3b: fix configfileprovider test (#1542)

2024-05-14 Thread 'Markus Winter' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: ca3b3bfe6b58410f629fb4db7165ffac3dfd5177
  
https://github.com/jenkinsci/acceptance-test-harness/commit/ca3b3bfe6b58410f629fb4db7165ffac3dfd5177
  Author: Markus Winter 
  Date:   2024-05-14 (Tue, 14 May 2024)

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

  Log Message:
  ---
  fix configfileprovider test (#1542)

fix configfileprovidertest

adjust xpath to new table layout



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

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


[jenkinsci/gradle-plugin] 1dbe34: Bump org.objenesis:objenesis from 3.3 to 3.4 (#435)

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 1dbe343cc7f12e8c3480c8d452f905a669c75e0f
  
https://github.com/jenkinsci/gradle-plugin/commit/1dbe343cc7f12e8c3480c8d452f905a669c75e0f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Bump org.objenesis:objenesis from 3.3 to 3.4 (#435)

Bumps [org.objenesis:objenesis](https://github.com/easymock/objenesis) from 3.3 
to 3.4.
- [Release notes](https://github.com/easymock/objenesis/releases)
- [Commits](https://github.com/easymock/objenesis/compare/3.3...3.4)

---
updated-dependencies:
- dependency-name: org.objenesis:objenesis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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



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

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


[jenkinsci/gradle-plugin] 7fbb46: Add notes to README regarding short-lived tokens

2024-05-14 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/readme-tokens
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 7fbb46991d30e22a3f70082453564a4d76c8dec9
  
https://github.com/jenkinsci/gradle-plugin/commit/7fbb46991d30e22a3f70082453564a4d76c8dec9
  Author: Alexis Tual 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Add notes to README regarding short-lived tokens



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

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


[jenkinsci/gradle-plugin] 91a967: Use "important" instead of "note"

2024-05-14 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/readme-tokens
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 91a96756207a9a1f061cc07edf662e7e03e8335b
  
https://github.com/jenkinsci/gradle-plugin/commit/91a96756207a9a1f061cc07edf662e7e03e8335b
  Author: Alexis Tual 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Use "important" instead of "note"



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

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


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

2024-05-14 Thread 'Vishal Chaudhary' via Jenkins Commits
  Branch: refs/heads/ASA-7829
  Home:   https://github.com/jenkinsci/appscan-plugin
  Commit: d8fc2867e0566fb6d78e5e90d90fca6dd7910a8b
  
https://github.com/jenkinsci/appscan-plugin/commit/d8fc2867e0566fb6d78e5e90d90fca6dd7910a8b
  Author: Vishal Chaudhary <102226698+vishalhcl-5...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:

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

personal scan support



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

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


[jenkinsci/ecutest-plugin] 5fa392: Update core to 2.426.3 for Java 21 support (#696)

2024-05-14 Thread 'Erik Rehm' via Jenkins Commits
  Branch: refs/heads/i696_support-java-17-and-21
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 5fa39281ee25fbdad59fda68b8eea8c720ef78bd
  
https://github.com/jenkinsci/ecutest-plugin/commit/5fa39281ee25fbdad59fda68b8eea8c720ef78bd
  Author: Erik Rehm 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update core to 2.426.3 for Java 21 support (#696)



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

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


[jenkinsci/gradle-plugin] cfff7c: Fix version name

2024-05-14 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/readme-tokens
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: cfff7c6ea5201c92f818aad39862086e886f72aa
  
https://github.com/jenkinsci/gradle-plugin/commit/cfff7c6ea5201c92f818aad39862086e886f72aa
  Author: Alexis Tual 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Fix version name



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

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


[jenkinsci/gradle-plugin] 68d0ba: Add short lived access tokens dedicated paragraph

2024-05-14 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/readme-tokens
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 68d0ba427cfbfdcaec995f4b6df4dacdcce13a8f
  
https://github.com/jenkinsci/gradle-plugin/commit/68d0ba427cfbfdcaec995f4b6df4dacdcce13a8f
  Author: Alexis Tual 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Add short lived access tokens dedicated paragraph



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

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


[jenkins-infra/account-app] cec268: Update dependency com.google.guava:guava to v33.2....

2024-05-14 Thread 'Stéphane MERLE' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1
  Home:   https://github.com/jenkins-infra/account-app
  Commit: cec268a6e85520cdcce88c631480233e8e45829b
  
https://github.com/jenkins-infra/account-app/commit/cec268a6e85520cdcce88c631480233e8e45829b
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-02 (Thu, 02 May 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Update dependency com.google.guava:guava to v33.2.0-jre (#369)

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


  Commit: 1f741ad7a453cad4c2b7058af1e034b6f7c6c016
  
https://github.com/jenkins-infra/account-app/commit/1f741ad7a453cad4c2b7058af1e034b6f7c6c016
  Author: Damien Duportal 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/account/Application.java

  Log Message:
  ---
  feat(anti-spam) unblock the `180.151.*` range


  Commit: 047ed1e9cf8acb0660a559e2aeccaa24c2bbedd2
  
https://github.com/jenkins-infra/account-app/commit/047ed1e9cf8acb0660a559e2aeccaa24c2bbedd2
  Author: Damien Duportal 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/account/Application.java

  Log Message:
  ---
  Merge pull request #370 from jenkins-infra/dduportal-patch-1

feat(anti-spam) unblock the `180.151.*` range


  Commit: 9969bf1f6135b40f4af05c4e4c8d85a62dabe662
  
https://github.com/jenkins-infra/account-app/commit/9969bf1f6135b40f4af05c4e4c8d85a62dabe662
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-09 (Thu, 09 May 2024)

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

  Log Message:
  ---
  Update actions/checkout digest to 44c2b7a (#367)

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


  Commit: c3b8637be2605468a114cc3557edf02a5e40377c
  
https://github.com/jenkins-infra/account-app/commit/c3b8637be2605468a114cc3557edf02a5e40377c
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-09 (Thu, 09 May 2024)

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

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


  Commit: f8f3eb1f2418fee77c5ff79897b2cdb897cd041f
  
https://github.com/jenkins-infra/account-app/commit/f8f3eb1f2418fee77c5ff79897b2cdb897cd041f
  Author: Damien Duportal 
  Date:   2024-05-10 (Fri, 10 May 2024)

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

  Log Message:
  ---
  Merge pull request #371 from jenkins-infra/renovate/actions-checkout-digest

Update actions/checkout digest to 0ad4b8f


  Commit: 923e112633ccbd1e515f2966d694890ce2a9b443
  
https://github.com/jenkins-infra/account-app/commit/923e112633ccbd1e515f2966d694890ce2a9b443
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.5 (#366)

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


  Commit: 0f490c472352cb446c66848ae6381e3b17fadeed
  
https://github.com/jenkins-infra/account-app/commit/0f490c472352cb446c66848ae6381e3b17fadeed
  Author: Stéphane MERLE <95630726+smerl...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M .github/workflows/release-drafter.yml
M build.gradle.kts
M src/main/java/org/jenkinsci/account/Application.java

  Log Message:
  ---
  Merge branch 'main' into lemeurherve-patch-1


Compare: 
https://github.com/jenkins-infra/account-app/compare/382a355ee3ee...0f490c472352

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

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


[jenkinsci/remoting] 05d08a: Fix incorrect classpath leading to broken tests (#...

2024-05-14 Thread 'James Nord' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 05d08a53db8c554af6858b3b32471f67800b0b3e
  
https://github.com/jenkinsci/remoting/commit/05d08a53db8c554af6858b3b32471f67800b0b3e
  Author: James Nord 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M src/test/java/hudson/remoting/ForkRunner.java

  Log Message:
  ---
  Fix incorrect classpath leading to broken tests (#739)

The classpath on windows was pure fantasy and worked by fluke only if
java and all the code and dependencies where on the same drive.

if any code was on a different drive the classpath was mangled which
leads to tests failing.

e.g.  the classpath would end up being something like

D;\source\github\jenkins\remoting\target\test-classes;D;\source\github\jenkins\remoting\target\classes;C;\Users\jnord\.m2\repository\args4j\args4j\2.33\args4j-2.33.jar;C;\Users\jnord\.m2\repository\org\glassfish\tyrus\bundles\tyrus-standalone-client-jdk\2.1.5\tyrus-standalone-client-jdk-2.1.5.jar;C;\Users\jnord\.m2\repository\org\jenkins-ci\constant-pool-scanner\1.2\constant-pool-scanner-1.2.jar;C;\Users\jnord\.m2\repository\com\github\spotbugs\spotbugs-annotations\4.8.5\spotbugs-annotations-4.8.5.jar;C;\Users\jnord\.m2\repository\jakarta\websocket\jakarta.websocket-client-api\2.1.1\jakarta.websocket-client-api-2.1.1.jar;C;\Users\jnord\.m2\repository\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar;C;\Users\jnord\.m2\repository\org\kohsuke\access-modifier-annotation\1.33\access-modifier-annotation-1.33.jar;C;\Users\jnord\.m2\repository\org\jenkins-ci\annotation-indexer\1.17\annotation-indexer-1.17.jar;C;\Users\jnord\.m2\repository\com\google\guava\guava\31.0.1-jre\guava-31.0.1-jre.jar;C;\Users\jnord\.m2\repository\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;C;\Users\jnord\.m2\repository\com\google\guava\listenablefuture\.0-empty-to-avoid-conflict-with-guava\listenablefuture-.0-empty-to-avoid-conflict-with-guava.jar;C;\Users\jnord\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;C;\Users\jnord\.m2\repository\org\checkerframework\checker-qual\3.12.0\checker-qual-3.12.0.jar;C;\Users\jnord\.m2\repository\com\google\errorprone\error_prone_annotations\2.7.1\error_prone_annotations-2.7.1.jar;C;\Users\jnord\.m2\repository\com\google\j2objc\j2objc-annotations\1.3\j2objc-annotations-1.3.jar;C;\Users\jnord\.m2\repository\commons-io\commons-io\2.16.1\commons-io-2.16.1.jar;C;\Users\jnord\.m2\repository\org\junit\jupiter\junit-jupiter\5.10.2\junit-jupiter-5.10.2.jar;C;\Users\jnord\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.10.2\junit-jupiter-api-5.10.2.jar;C;\Users\jnord\.m2\repository\org\opentest4j\opentest4j\1.3.0\opentest4j-1.3.0.jar;C;\Users\jnord\.m2\repository\org\junit\platform\junit-platform-commons\1.10.2\junit-platform-commons-1.10.2.jar;C;\Users\jnord\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.10.2\junit-jupiter-engine-5.10.2.jar;C;\Users\jnord\.m2\repository\org\junit\jupiter\junit-jupiter-params\5.10.2\junit-jupiter-params-5.10.2.jar;C;\Users\jnord\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar;C;\Users\jnord\.m2\repository\org\junit\vintage\junit-vintage-engine\5.10.2\junit-vintage-engine-5.10.2.jar;C;\Users\jnord\.m2\repository\org\junit\platform\junit-platform-engine\1.10.2\junit-platform-engine-1.10.2.jar;C;\Users\jnord\.m2\repository\junit\junit\4.13.2\junit-4.13.2.jar;C;\Users\jnord\.m2\repository\org\hamcrest\hamcrest-core\2.2\hamcrest-core-2.2.jar;C;\Users\jnord\.m2\repository\org\bouncycastle\bcpkix-jdk18on\1.78.1\bcpkix-jdk18on-1.78.1.jar;C;\Users\jnord\.m2\repository\org\bouncycastle\bcutil-jdk18on\1.78.1\bcutil-jdk18on-1.78.1.jar;C;\Users\jnord\.m2\repository\org\bouncycastle\bcprov-jdk18on\1.78.1\bcprov-jdk18on-1.78.1.jar;C;\Users\jnord\.m2\repository\org\hamcrest\hamcrest\2.2\hamcrest-2.2.jar;C;\Users\jnord\.m2\repository\org\jenkins-ci\test-annotations\1.4\test-annotations-1.4.jar;C;\Users\jnord\.m2\repository\org\mockito\mockito-core\5.11.0\mockito-core-5.11.0.jar;C;\Users\jnord\.m2\repository\net\bytebuddy\byte-buddy\1.14.12\byte-buddy-1.14.12.jar;C;\Users\jnord\.m2\repository\net\bytebuddy\byte-buddy-agent\1.14.12\byte-buddy-agent-1.14.12.jar;C;\Users\jnord\.m2\repository\org\objenesis\objenesis\3.3\objenesis-3.3.jar;C;\Users\jnord\.m2\repository\org\ow2\asm\asm\9.7\asm-9.7.jar;

which leads to
Error: Unable to initialize main class hudson.remoting.Launcher

This currently works in CI and elsewhere by pure fluke that the paths
without drives
(\Users\jnord\.m2\repository\org\hamcrest\hamcrest\2.2\hamcrest-2.2.jar)
use the current drive - which in CI will always be C: for java and the
source code and maven

amends #495



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from 

[jenkinsci/jenkins] 7130ad: Update dependency postcss-preset-env to v9.5.12

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/postcss-preset-env-9.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7130ad4ed25c3343820463d84ce0b58f07576c10
  
https://github.com/jenkinsci/jenkins/commit/7130ad4ed25c3343820463d84ce0b58f07576c10
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

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

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



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

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


[jenkinsci/jenkins] 26a640: Update dependency postcss-preset-env to v9.5.12

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/postcss-preset-env-9.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 26a6402c47d9f0e4a30775213dd414e5f8e5c1f9
  
https://github.com/jenkinsci/jenkins/commit/26a6402c47d9f0e4a30775213dd414e5f8e5c1f9
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

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

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



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

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


[jenkinsci/jenkins]

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/postcss-preset-env-9.x
  Home:   https://github.com/jenkinsci/jenkins

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

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


[jenkinsci/scriptler-plugin] f6dda9: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/scriptler-plugin
  Commit: f6dda9f7dc7887343772d62ccabc3571f92eecea
  
https://github.com/jenkinsci/scriptler-plugin/commit/f6dda9f7dc7887343772d62ccabc3571f92eecea
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.16 to 3.16.1.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.16...equalsverifier-3.16.1)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



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

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


[jenkinsci/scriptler-plugin] c6b2d7: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/scriptler-plugin
  Commit: c6b2d74386faff58368903af96b2b447f324c72e
  
https://github.com/jenkinsci/scriptler-plugin/commit/c6b2d74386faff58368903af96b2b447f324c72e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 



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

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


[jenkinsci/scriptler-plugin]

2024-05-14 Thread 'Michael Tughan' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/scriptler-plugin

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

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


[jenkinsci/scriptler-plugin] ce782d: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/scriptler-plugin
  Commit: ce782d504e6ab579d2590dcc5e33e659d1f7e873
  
https://github.com/jenkinsci/scriptler-plugin/commit/ce782d504e6ab579d2590dcc5e33e659d1f7e873
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

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

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

Signed-off-by: dependabot[bot] 



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

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


[jenkinsci/jenkins] f0d4f2: [maven-release-plugin] prepare release jenkins-2.458

2024-05-14 Thread 'Jenkins Release Bot' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f0d4f26bc87ad99954b7f1f7e54570a0f16e41e6
  
https://github.com/jenkinsci/jenkins/commit/f0d4f26bc87ad99954b7f1f7e54570a0f16e41e6
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

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

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


  Commit: 6fd81b8a9ab429eded73a2fe0d239c40c0419d61
  
https://github.com/jenkinsci/jenkins/commit/6fd81b8a9ab429eded73a2fe0d239c40c0419d61
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

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

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/98103bdccf47...6fd81b8a9ab4

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

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


[jenkins-infra/account-app]

2024-05-14 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1
  Home:   https://github.com/jenkins-infra/account-app

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

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


[jenkins-infra/account-app] 80c42d: chore: remove shared pipeline library test instruc...

2024-05-14 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkins-infra/account-app
  Commit: 80c42d8105a3372f71395565ac90fe4994b85fee
  
https://github.com/jenkins-infra/account-app/commit/80c42d8105a3372f71395565ac90fe4994b85fee
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-02-10 (Sat, 10 Feb 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  chore: remove shared pipeline library test instruction


  Commit: c55c8f5854eb7d9d259bf789ebc60b2d3944d2d2
  
https://github.com/jenkins-infra/account-app/commit/c55c8f5854eb7d9d259bf789ebc60b2d3944d2d2
  Author: Hervé Le Meur 
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
M Jenkinsfile
R Jenkinsfile_k8s

  Log Message:
  ---
  one Jenkinsfile to rule them all


  Commit: daff435181c7a8b0cd0549db4063cebf317833f1
  
https://github.com/jenkins-infra/account-app/commit/daff435181c7a8b0cd0549db4063cebf317833f1
  Author: Hervé Le Meur 
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  disable publication when not on infra.ci.jenkins.io


  Commit: 95bb78c986dafd406c268d538092bdf379fe6b37
  
https://github.com/jenkins-infra/account-app/commit/95bb78c986dafd406c268d538092bdf379fe6b37
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
M build.gradle.kts
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M gradlew.bat

  Log Message:
  ---
  Merge branch 'main' into lemeurherve-patch-1


  Commit: f06411766cb08c800318432ba2d24c93bbfcf407
  
https://github.com/jenkins-infra/account-app/commit/f06411766cb08c800318432ba2d24c93bbfcf407
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-02-15 (Thu, 15 Feb 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  add arm comment


  Commit: e9642b39e0ce89fa9c61244f415798bcb9047a75
  
https://github.com/jenkins-infra/account-app/commit/e9642b39e0ce89fa9c61244f415798bcb9047a75
  Author: Hervé Le Meur 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  use large agents from 
https://github.com/jenkins-infra/kubernetes-management/pull/5035


  Commit: a0380e7eb345b7b982e5267a505756cf0ae1c43b
  
https://github.com/jenkins-infra/account-app/commit/a0380e7eb345b7b982e5267a505756cf0ae1c43b
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:

  Log Message:
  ---
  use large infra.ci agent


  Commit: 22d63a5ba7504a77fdf9b145df06a970c12cc43c
  
https://github.com/jenkins-infra/account-app/commit/22d63a5ba7504a77fdf9b145df06a970c12cc43c
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Merge branch 'main' into lemeurherve-patch-1


  Commit: 735ae8719eb938a515008f97045cbc3a637cc9d7
  
https://github.com/jenkins-infra/account-app/commit/735ae8719eb938a515008f97045cbc3a637cc9d7
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  use 'linux-arm64-docker' VM for infra.ci.jenkins.io


  Commit: 82c8645d1ec23029886bbc9c7b914e957e42f597
  
https://github.com/jenkins-infra/account-app/commit/82c8645d1ec23029886bbc9c7b914e957e42f597
  Author: Damien Duportal 
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Merge branch 'main' into lemeurherve-patch-1


  Commit: f020a9fc91d9c15f79ce265ef57e6752eb79a975
  
https://github.com/jenkins-infra/account-app/commit/f020a9fc91d9c15f79ce265ef57e6752eb79a975
  Author: smerle33 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  force jdk17 with env


  Commit: 382a355ee3ee6db9d82ff16e69abf1c99632e498
  
https://github.com/jenkins-infra/account-app/commit/382a355ee3ee6db9d82ff16e69abf1c99632e498
  Author: smerle33 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  change to amd64 to comply with selenium


  Commit: 0f490c472352cb446c66848ae6381e3b17fadeed
  
https://github.com/jenkins-infra/account-app/commit/0f490c472352cb446c66848ae6381e3b17fadeed
  Author: Stéphane MERLE <95630726+smerl...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M .github/workflows/release-drafter.yml
M build.gradle.kts
M src/main/java/org/jenkinsci/account/Application.java

  Log Message:
  ---
  Merge branch 'main' into lemeurherve-patch-1


  Commit: c0f7d9544980e3232c622469162ff71dceb24c7c
  
https://github.com/jenkins-in

[jenkins-infra/account-app]

2024-05-14 Thread 'infra-ci-jenkins-io[bot]' via Jenkins Commits
  Branch: refs/tags/0.5.43
  Home:   https://github.com/jenkins-infra/account-app

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

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


[jenkinsci/ecutest-plugin] 47e1b0: update pmd and fix findings (#696)

2024-05-14 Thread 'Erik Rehm' via Jenkins Commits
  Branch: refs/heads/i696_support-java-17-and-21
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 47e1b0668f8bc9d965e78c2178318c9248fe8c2e
  
https://github.com/jenkinsci/ecutest-plugin/commit/47e1b0668f8bc9d965e78c2178318c9248fe8c2e
  Author: Erik Rehm 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/report/DownStreamPublisher.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/report/atx/installation/ATXSetting.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/client/AbstractTestClient.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/config/ProjectConfig.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/wrapper/com/ETComDispatch.java

  Log Message:
  ---
  update pmd and fix findings (#696)



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

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


[jenkinsci/acceptance-test-harness] 653a42: Update jenkins.version to v2.458

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/jenkins.version
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 653a422ac529b333c9e95797067142a701c55a93
  
https://github.com/jenkinsci/acceptance-test-harness/commit/653a422ac529b333c9e95797067142a701c55a93
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update jenkins.version to v2.458



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

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


[jenkinsci/acceptance-test-harness] 7a4411: Update jenkins.version to v2.458

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/jenkins.version
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 7a44112a3c90b7aa4418cadd3aa1ef759d847a50
  
https://github.com/jenkinsci/acceptance-test-harness/commit/7a44112a3c90b7aa4418cadd3aa1ef759d847a50
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update jenkins.version to v2.458



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

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


[jenkinsci/acceptance-test-harness]

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/jenkins.version
  Home:   https://github.com/jenkinsci/acceptance-test-harness

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

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


[jenkinsci/jenkins] bcb5ed: Update dependency postcss-preset-env to v9.5.12 (#...

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: bcb5ed8f2218208b11b029d023a70bc7c0851418
  
https://github.com/jenkinsci/jenkins/commit/bcb5ed8f2218208b11b029d023a70bc7c0851418
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

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

  Log Message:
  ---
  Update dependency postcss-preset-env to v9.5.12 (#9274)

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



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

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


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

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 8c6376d48d7181c02700d0e06154320384ccebbe
  
https://github.com/jenkinsci/jenkins-test-harness/commit/8c6376d48d7181c02700d0e06154320384ccebbe
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile

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



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

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


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

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

  Changed paths:
M Jenkinsfile

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



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

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


[jenkinsci/jenkins-test-harness]

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/org.jenkins-ci.main-jenkins-war-2.x
  Home:   https://github.com/jenkinsci/jenkins-test-harness

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

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


[jenkinsci/datadog-plugin] 48c36e: Add a unit test

2024-05-14 Thread 'Nikita Tkachenko' via Jenkins Commits
  Branch: refs/heads/nikita-tkachenko/hostname-calculation-improvements
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 48c36ebf5afbad2dbff498f42e1669cc88f73819
  
https://github.com/jenkinsci/datadog-plugin/commit/48c36ebf5afbad2dbff498f42e1669cc88f73819
  Author: Nikita Tkachenko 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M src/test/java/org/datadog/jenkins/plugins/datadog/model/BuildDataTest.java

  Log Message:
  ---
  Add a unit test



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

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


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

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 7b8a62536aba930da955a738767e22a49216e5d0
  
https://github.com/jenkinsci/jenkins-test-harness/commit/7b8a62536aba930da955a738767e22a49216e5d0
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile

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

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



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

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


[jenkinsci/jenkins-test-harness]

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

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

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


[jenkinsci/jenkins-test-harness] 559aca: Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)

2024-05-14 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/prototype
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 559acae51eb50c1ed160f419be1e3c53eba71965
  
https://github.com/jenkinsci/jenkins-test-harness/commit/559acae51eb50c1ed160f419be1e3c53eba71965
  Author: Basil Crow 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java

  Log Message:
  ---
  Upgrade Jetty from 10.0.20 to 12.0.9 (EE 8)



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

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


[jenkinsci/acceptance-test-harness] f08181: Update jenkins.version to v2.458 (#1543)

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: f08181f788f799b33af613bfccca748b7692cb3e
  
https://github.com/jenkinsci/acceptance-test-harness/commit/f08181f788f799b33af613bfccca748b7692cb3e
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update jenkins.version to v2.458 (#1543)

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



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

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


[jenkinsci/acceptance-test-harness]

2024-05-14 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/renovate/jenkins.version
  Home:   https://github.com/jenkinsci/acceptance-test-harness

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

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


[jenkinsci/acceptance-test-harness] 3d9e88: Update Selenium to v4.20.0

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/selenium
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 3d9e889128cee8483ae701b138fe00b58b8c5be5
  
https://github.com/jenkinsci/acceptance-test-harness/commit/3d9e889128cee8483ae701b138fe00b58b8c5be5
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java

  Log Message:
  ---
  Update Selenium to v4.20.0



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

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


[jenkinsci/acceptance-test-harness] 379be4: Update Selenium to v4.20.0

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/selenium
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 379be4cee9540887770581ec8a8c9d428891270f
  
https://github.com/jenkinsci/acceptance-test-harness/commit/379be4cee9540887770581ec8a8c9d428891270f
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java

  Log Message:
  ---
  Update Selenium to v4.20.0



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

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


[jenkinsci/acceptance-test-harness]

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/selenium
  Home:   https://github.com/jenkinsci/acceptance-test-harness

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

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


[jenkinsci/skip-notifications-trait-plugin] aff2dc: Bump io.jenkins.tools.bom:bom-2.440.x

2024-05-14 Thread 'Valentin Delaye' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/skip-notifications-trait-plugin
  Commit: aff2dca81257a774212a6658c704b4bd8c590f87
  
https://github.com/jenkinsci/skip-notifications-trait-plugin/commit/aff2dca81257a774212a6658c704b4bd8c590f87
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M pom.xml

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

Bumps [io.jenkins.tools.bom:bom-2.440.x](https://github.com/jenkinsci/bom) from 
3023.v02a_987a_b_3ff9 to 3041.ve87ce2cdf223.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


  Commit: f1dd9b45ec9eae434d226a82062e84229aabda7f
  
https://github.com/jenkinsci/skip-notifications-trait-plugin/commit/f1dd9b45ec9eae434d226a82062e84229aabda7f
  Author: Valentin Delaye 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #181 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-3041.ve87ce2cdf223

Bump io.jenkins.tools.bom:bom-2.440.x from 3023.v02a_987a_b_3ff9 to 
3041.ve87ce2cdf223


Compare: 
https://github.com/jenkinsci/skip-notifications-trait-plugin/compare/f61963303e62...f1dd9b45ec9e

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

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


[jenkinsci/acceptance-test-harness] 4d71d1: Work around JENKINS-73034 and JENKINS-73168 (#1547)

2024-05-14 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 4d71d1b782a23b8eb94b914bf86771f212f3b7ed
  
https://github.com/jenkinsci/acceptance-test-harness/commit/4d71d1b782a23b8eb94b914bf86771f212f3b7ed
  Author: Basil Crow 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M src/test/java/core/CreateItemTest.java
M src/test/java/core/FreestyleJobTest.java

  Log Message:
  ---
  Work around JENKINS-73034 and JENKINS-73168 (#1547)



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

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


[jenkinsci/pitmutation-plugin] ecdefa: Bump org.pitest:pitest-maven from 1.16.0 to 1.16.1

2024-05-14 Thread 'Benjamin Sproule' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pitmutation-plugin
  Commit: ecdefa1a3c058cdd8470429aa31b0dc4278b9711
  
https://github.com/jenkinsci/pitmutation-plugin/commit/ecdefa1a3c058cdd8470429aa31b0dc4278b9711
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.pitest:pitest-maven from 1.16.0 to 1.16.1

Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.16.0 
to 1.16.1.
- [Release notes](https://github.com/hcoles/pitest/releases)
- [Commits](https://github.com/hcoles/pitest/compare/1.16.0...1.16.1)

---
updated-dependencies:
- dependency-name: org.pitest:pitest-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


  Commit: 33dc6a07f09b76d229af0d59191c4c0c7ddac4a8
  
https://github.com/jenkinsci/pitmutation-plugin/commit/33dc6a07f09b76d229af0d59191c4c0c7ddac4a8
  Author: Benjamin Sproule 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #292 from 
jenkinsci/dependabot/maven/org.pitest-pitest-maven-1.16.1

Bump org.pitest:pitest-maven from 1.16.0 to 1.16.1


Compare: 
https://github.com/jenkinsci/pitmutation-plugin/compare/668719370bf8...33dc6a07f09b

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

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


[jenkinsci/pitmutation-plugin] b469ff: Bump org.mockito:mockito-core from 5.11.0 to 5.12.0

2024-05-14 Thread 'Benjamin Sproule' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pitmutation-plugin
  Commit: b469ff21ac26cf4d943b19d1420b3cdbb9d0bd5d
  
https://github.com/jenkinsci/pitmutation-plugin/commit/b469ff21ac26cf4d943b19d1420b3cdbb9d0bd5d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.mockito:mockito-core from 5.11.0 to 5.12.0

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 
5.11.0 to 5.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 2d513ae83308d818477c58f6883515457a665a15
  
https://github.com/jenkinsci/pitmutation-plugin/commit/2d513ae83308d818477c58f6883515457a665a15
  Author: Benjamin Sproule 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #293 from 
jenkinsci/dependabot/maven/org.mockito-mockito-core-5.12.0

Bump org.mockito:mockito-core from 5.11.0 to 5.12.0


Compare: 
https://github.com/jenkinsci/pitmutation-plugin/compare/33dc6a07f09b...2d513ae83308

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

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


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

2024-05-14 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 167bf061fbfcea7a1b09066fc6b881557eef0bce
  
https://github.com/jenkins-infra/jenkins-infra/commit/167bf061fbfcea7a1b09066fc6b881557eef0bce
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M hieradata/common.yaml

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

... (jdk21-nanoserver)

Made with ❤️️ by updatecli



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

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


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

2024-05-14 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 4ee3d946627092dd28aa8a7762349cbd4239b380
  
https://github.com/jenkins-infra/jenkins-infra/commit/4ee3d946627092dd28aa8a7762349cbd4239b380
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M hieradata/common.yaml

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

... (jdk17-nanoserver)

Made with ❤️️ by updatecli



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

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


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

2024-05-14 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 44be149ce85e440b24873dc7b19bb78c5922291e
  
https://github.com/jenkins-infra/jenkins-infra/commit/44be149ce85e440b24873dc7b19bb78c5922291e
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M hieradata/common.yaml

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

... (jdk11-nanoserver)

Made with ❤️️ by updatecli



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

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


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

2024-05-14 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 90bec9be1afcbfb4e2040791bd87a12f282fe66d
  
https://github.com/jenkins-infra/jenkins-infra/commit/90bec9be1afcbfb4e2040791bd87a12f282fe66d
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M hieradata/common.yaml

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

... (jdk8-nanoserver)

Made with ❤️️ by updatecli



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

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


[jenkinsci/acceptance-test-harness] 71122a: Build(deps): Bump org.bouncycastle:bcpkix-jdk18on ...

2024-05-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.bouncycastle-bcpkix-jdk18on-1.78
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 71122aacced427cfe255083105291ad1cf509b31
  
https://github.com/jenkinsci/acceptance-test-harness/commit/71122aacced427cfe255083105291ad1cf509b31
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps): Bump org.bouncycastle:bcpkix-jdk18on from 1.77 to 1.78

Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 
1.77 to 1.78.
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/heads/dependabot/maven/org.bouncycastle-bcpkix-jdk18on-1.78/00-71122a%40github.com.


[jenkinsci/acceptance-test-harness] a7a931: Update dependency org.bouncycastle:bcpkix-jdk18on ...

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: 
refs/renovate/branches/renovate/maven-org.bouncycastle-bcpkix-jdk18on-vulnerability
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: a7a93106be1519b77f3b0024a0bc5950272a216f
  
https://github.com/jenkinsci/acceptance-test-harness/commit/a7a93106be1519b77f3b0024a0bc5950272a216f
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency org.bouncycastle:bcpkix-jdk18on to v1.78 [SECURITY]



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/renovate/branches/renovate/maven-org.bouncycastle-bcpkix-jdk18on-vulnerability/00-a7a931%40github.com.


[jenkinsci/acceptance-test-harness] 81a620: Update dependency org.bouncycastle:bcpkix-jdk18on ...

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: 
refs/heads/renovate/maven-org.bouncycastle-bcpkix-jdk18on-vulnerability
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 81a620205737749ea5d0402517408eb836cec13a
  
https://github.com/jenkinsci/acceptance-test-harness/commit/81a620205737749ea5d0402517408eb836cec13a
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency org.bouncycastle:bcpkix-jdk18on to v1.78 [SECURITY]



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/heads/renovate/maven-org.bouncycastle-bcpkix-jdk18on-vulnerability/00-81a620%40github.com.


[jenkinsci/acceptance-test-harness]

2024-05-14 Thread 'renovate[bot]' via Jenkins Commits
  Branch: 
refs/renovate/branches/renovate/maven-org.bouncycastle-bcpkix-jdk18on-vulnerability
  Home:   https://github.com/jenkinsci/acceptance-test-harness

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/renovate/branches/renovate/maven-org.bouncycastle-bcpkix-jdk18on-vulnerability/a7a931-00%40github.com.


[jenkins-infra/jenkins.io] bd61db: feat: add more gsoc 2024 projects (#7302)

2024-05-14 Thread 'Kris Stern' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: bd61dbf3e5ff482877fe6ce046bfeba070ec99da
  
https://github.com/jenkins-infra/jenkins.io/commit/bd61dbf3e5ff482877fe6ce046bfeba070ec99da
  Author: Kris Stern 
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
A content/_data/authors/Alaurant.adoc
A content/_data/authors/TheMeinerLP.adoc
M content/_data/authors/krisstern.adoc
A content/_data/authors/nouralmulhem.adoc
A content/_data/authors/shlomomdahan.adoc
M 
content/projects/gsoc/2022/projects/jenkinsfile-runner-action-for-github-actions.adoc
M 
content/projects/gsoc/2024/project-ideas/enhancing-an-existing-llm-model-with-domain-specific-jenkins-knowledge.adoc
A content/projects/gsoc/2024/projects/blank_project.adoc
A 
content/projects/gsoc/2024/projects/enhancing-an-existing-llm-model-with-domain-specific-jenkins-knowledge.adoc
A 
content/projects/gsoc/2024/projects/implementing-ui-for-jenkins-infra-statistics.adoc
M content/projects/gsoc/index.adoc

  Log Message:
  ---
  feat: add more gsoc 2024 projects (#7302)

* feat: add more gsoc 2024 projects

* feat: add contributor pages and update gsoc 2024 home page

* Apply suggestions from code review

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

-

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



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

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


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

2024-05-14 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_580cfbd862046428ca380ea132418df2909ba6d2e8bbf7d15d4dc22709f9666a
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 0d98697125db0528fd3d4fbc6833be3ed000b8bf
  
https://github.com/jenkins-infra/jenkins-infra/commit/0d98697125db0528fd3d4fbc6833be3ed000b8bf
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M hieradata/common.yaml

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

Made with ❤️️ by updatecli



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

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


[jenkins-infra/jenkins-infra]

2024-05-14 Thread 'Damien Duportal' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_580cfbd862046428ca380ea132418df2909ba6d2e8bbf7d15d4dc22709f9666a
  Home:   https://github.com/jenkins-infra/jenkins-infra

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

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


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

2024-05-14 Thread 'jenkins-infra-updatecli[bot]' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 4d7bbec1ac46e753b9a6281c50682d48328cd01f
  
https://github.com/jenkins-infra/jenkins-infra/commit/4d7bbec1ac46e753b9a6281c50682d48328cd01f
  Author: jenkins-infra-updatecli[bot] 
<101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M hieradata/common.yaml

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

Made with ❤️️ by updatecli

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



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

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


[jenkins-infra/jenkins-infra]

2024-05-14 Thread 'jenkins-infra-updatecli[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
  Home:   https://github.com/jenkins-infra/jenkins-infra

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

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


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

2024-05-14 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 4b6ae32bd5e4f35964600c4d95be3bedd017913a
  
https://github.com/jenkins-infra/jenkins-infra/commit/4b6ae32bd5e4f35964600c4d95be3bedd017913a
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M hieradata/common.yaml

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

... (jdk21-nanoserver)

Made with ❤️️ by updatecli



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

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


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

2024-05-14 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 5cd89e26358c6a66c5d49abe2d1b90039bd3b9f5
  
https://github.com/jenkins-infra/jenkins-infra/commit/5cd89e26358c6a66c5d49abe2d1b90039bd3b9f5
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M hieradata/common.yaml

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

... (jdk17-nanoserver)

Made with ❤️️ by updatecli



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

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


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

2024-05-14 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: a17771ab86ccb6c257c0df99141d3fc17da2f224
  
https://github.com/jenkins-infra/jenkins-infra/commit/a17771ab86ccb6c257c0df99141d3fc17da2f224
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M hieradata/common.yaml

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

... (jdk11-nanoserver)

Made with ❤️️ by updatecli



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

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


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

2024-05-14 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 47ff6fa48dc4e322e91df95f21eddaff92cecb92
  
https://github.com/jenkins-infra/jenkins-infra/commit/47ff6fa48dc4e322e91df95f21eddaff92cecb92
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M hieradata/common.yaml

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

... (jdk8-nanoserver)

Made with ❤️️ by updatecli



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

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


[jenkinsci/remoting] ef46eb: Add `-noReconnectAfter` option

2024-05-14 Thread 'Vincent Latombe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: ef46ebad175bc359a2be16115f9790a56c83274d
  
https://github.com/jenkinsci/remoting/commit/ef46ebad175bc359a2be16115f9790a56c83274d
  Author: Vincent Latombe 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
A src/main/java/hudson/remoting/DurationSecondsOptionHandler.java
M src/main/java/hudson/remoting/Engine.java
M src/main/java/hudson/remoting/Launcher.java
M src/main/java/hudson/remoting/Util.java
M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java

  Log Message:
  ---
  Add `-noReconnectAfter` option

This option allows to abort retrying after a given timeout in seconds.

Interactive testing

* Inbound TCP
** On initial connection ✅
** On disconnect ✅

* Websocket
** Initial connection ❌: `-noReconnect` not implemented
** On disconnect ✅


  Commit: f30f0c39a6392014885e4de8e37b8bc24f0f1fce
  
https://github.com/jenkinsci/remoting/commit/f30f0c39a6392014885e4de8e37b8bc24f0f1fce
  Author: Vincent Latombe 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/main/java/hudson/remoting/Launcher.java

  Log Message:
  ---
  Use `forbids` attribute rather than checking manually.


  Commit: 893b2b19cc732e5c8aa6859979a84658fc6dc6f9
  
https://github.com/jenkinsci/remoting/commit/893b2b19cc732e5c8aa6859979a84658fc6dc6f9
  Author: Vincent Latombe 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
R src/main/java/hudson/remoting/DurationSecondsOptionHandler.java
M src/main/java/hudson/remoting/Launcher.java
A src/main/java/org/jenkinsci/remoting/DurationOptionHandler.java
A src/main/java/org/jenkinsci/remoting/util/DurationStyle.java

  Log Message:
  ---
  Duration parsing/formatting using 1s / 1m / 1d format


  Commit: 6cbfbcdf97441a40b0095e27fb4e1936e4951b30
  
https://github.com/jenkinsci/remoting/commit/6cbfbcdf97441a40b0095e27fb4e1936e4951b30
  Author: Vincent Latombe 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/main/java/hudson/remoting/Engine.java
M src/main/java/hudson/remoting/Launcher.java
M src/main/java/org/jenkinsci/remoting/DurationOptionHandler.java
M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java
A src/main/java/org/jenkinsci/remoting/util/DurationFormatter.java

  Log Message:
  ---
  Handle date parsing and formatting


  Commit: ad37bf05107731f3cc853654f10e63235d65b181
  
https://github.com/jenkinsci/remoting/commit/ad37bf05107731f3cc853654f10e63235d65b181
  Author: Vincent Latombe 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/remoting/util/DurationFormatter.java

  Log Message:
  ---
  Add license header


  Commit: 4146898008913ae5e7e77501a64d0b1585ab213c
  
https://github.com/jenkinsci/remoting/commit/4146898008913ae5e7e77501a64d0b1585ab213c
  Author: Vincent Latombe 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/remoting/DurationOptionHandler.java

  Log Message:
  ---
  Another one


  Commit: f405874c8f04a6f97fdd248795cad968ea379971
  
https://github.com/jenkinsci/remoting/commit/f405874c8f04a6f97fdd248795cad968ea379971
  Author: Vincent Latombe 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/remoting/DurationOptionHandler.java
A src/test/java/org/jenkinsci/remoting/util/DurationFormatterTest.java
A src/test/java/org/jenkinsci/remoting/util/DurationStyleTest.java

  Log Message:
  ---
  Add some tests


  Commit: bae4f1d389cb07464901ed249d5e8b26e0d1488e
  
https://github.com/jenkinsci/remoting/commit/bae4f1d389cb07464901ed249d5e8b26e0d1488e
  Author: Vincent Latombe 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/test/java/org/jenkinsci/remoting/util/DurationFormatterTest.java

  Log Message:
  ---
  Fix tests


  Commit: 5a48bbed57354a9e3f6cd706e8a709af3c1e6142
  
https://github.com/jenkinsci/remoting/commit/5a48bbed57354a9e3f6cd706e8a709af3c1e6142
  Author: Vincent Latombe 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/remoting/util/DurationStyle.java

  Log Message:
  ---
  Fix Spotbugs issue


  Commit: f61308d713d7b4e3cc99861f9195d9f745ac9ae2
  
https://github.com/jenkinsci/remoting/commit/f61308d713d7b4e3cc99861f9195d9f745ac9ae2
  Author: Vincent Latombe 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/remoting/DurationOptionHandler.java
M src/main/java/org/jenkinsci/remoting/util/DurationFormatter.java
M src/main/java/org/jenkinsci/remoting/util/DurationStyle.java

  Log Message:
  ---
  Fix reviews


  Commit: a3004afadd50e3d9d1563b7ecdbc02f20ed51be1
  
https://github.com/jenkinsci/remoting/commit/a3004afadd50e3d9d1563b7ecdbc02f20ed51be1
  Author: Vincen