[jenkinsci/github-branch-source-plugin]

2024-04-10 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/1787.v8b_8cd49a_f8f1
  Home:   https://github.com/jenkinsci/github-branch-source-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/github-branch-source-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/github-branch-source-plugin/push/refs/tags/1787.v8b_8cd49a_f8f1/00-8b8cd4%40github.com.


[jenkinsci/github-branch-source-plugin] 8b8cd4: Fix GH icon for app credentials (#777)

2024-04-10 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 8b8cd49af8f14290d702f38ec0a749b61b053963
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/8b8cd49af8f14290d702f38ec0a749b61b053963
  Author: Alexander Brandes 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java

  Log Message:
  ---
  Fix GH icon for app credentials (#777)

Signed-off-by: Alexander Brandes 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/github-branch-source-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/github-branch-source-plugin/push/refs/heads/master/305fae-8b8cd4%40github.com.


[jenkinsci/ssh-agents-plugin] 7dd7c6: chore(deps): bump org.jenkins-ci.plugins:plugin fr...

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/ssh-agents-plugin
  Commit: 7dd7c697fd93f1857abe0c932127ab450a39e814
  
https://github.com/jenkinsci/ssh-agents-plugin/commit/7dd7c697fd93f1857abe0c932127ab450a39e814
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): 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/ssh-agents-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/ssh-agents-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-7dd7c6%40github.com.


[jenkinsci/pipeline-model-definition-plugin] f16fa7: JENKINS-72841 - Pass flow node ID when skipping stage

2024-04-10 Thread 'Devin Nusbaum' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: f16fa77e345336bced22ac3dc3547f9cb58020aa
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/f16fa77e345336bced22ac3dc3547f9cb58020aa
  Author: Tim Jacomb 
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/MatrixTest.java
A 
pipeline-model-definition/src/test/resources/matrix/matrixStagesHaveStatusWhenMultipleSkipped.groovy

  Log Message:
  ---
  JENKINS-72841 - Pass flow node ID when skipping stage


  Commit: a97ad08531ea43596f1b7e61d9d599bc4e351cd2
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/a97ad08531ea43596f1b7e61d9d599bc4e351cd2
  Author: Tim Jacomb 
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy

  Log Message:
  ---
  Handle parallel enclosing block


  Commit: 68d2cbb26a584033321c31cd03c3e90c075a46ec
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/68d2cbb26a584033321c31cd03c3e90c075a46ec
  Author: Tim Jacomb 
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ParallelTest.java

  Log Message:
  ---
  Adjust test for new flow node


  Commit: 50271649bc042fd5ae36a8ba49745dbc536e190c
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/50271649bc042fd5ae36a8ba49745dbc536e190c
  Author: Tim Jacomb 
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy

  Log Message:
  ---
  Simplify


  Commit: c53f7749f4c91540b0c53d53ad993410a36bffed
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/c53f7749f4c91540b0c53d53ad993410a36bffed
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2024-03-24 (Sun, 24 Mar 2024)

  Changed paths:
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/RuntimeASTTransformer.groovy

  Log Message:
  ---
  Merge branch 'master' into JENKINS-72841-use-step-context


  Commit: 13c481a8f29e6c1d733c82a1854845a62ff87f50
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/13c481a8f29e6c1d733c82a1854845a62ff87f50
  Author: Devin Nusbaum 
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M pipeline-model-definition/pom.xml
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into JENKINS-72841-use-step-context


  Commit: 0ed4438bd5f4534a702804c52eabe3415573e696
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/0ed4438bd5f4534a702804c52eabe3415573e696
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy

  Log Message:
  ---
  Update 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy

Co-authored-by: Devin Nusbaum 


  Commit: 5eb4ac3618c0d825118936f6fd30b68bd4a9a1bb
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/5eb4ac3618c0d825118936f6fd30b68bd4a9a1bb
  Author: Tim Jacomb 
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/MatrixTest.java

  Log Message:
  ---
  Make test assertion stronger

Co-authored-by: Devin Nusbaum 


  Commit: bd144259a8a92027109360538429b4f9e7813e51
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/bd144259a8a92027109360538429b4f9e7813e51
  Author: Devin Nusbaum 
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ParallelTest.java

  Log Message:
  ---
  Only use getContext step when actually skipping a stage

This should help reduce the number of tests that need to be adjusted to update 
FlowNode IDs.


  Commit: 41dd8ef6dd561452755641a2a3c76e69e9b2d0cb
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/41dd8ef6dd561452755641a2a3c76e69e9b2d0cb
  Author: Devin Nusbaum 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M 

[jenkinsci/script-security-plugin] 07572d: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 07572d8c76455cae95278adcc5126e22f5f87b5b
  
https://github.com/jenkinsci/script-security-plugin/commit/07572d8c76455cae95278adcc5126e22f5f87b5b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/script-security-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/script-security-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-07572d%40github.com.


[jenkinsci/artifact-manager-s3-plugin] 26db11: Bump org.apache.tika:tika-core from 2.9.1 to 2.9.2

2024-04-10 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifact-manager-s3-plugin
  Commit: 26db1164cc8b0681e8c9e08a0e451cda63130ebd
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/26db1164cc8b0681e8c9e08a0e451cda63130ebd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.tika:tika-core from 2.9.1 to 2.9.2

Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 2.9.1 to 
2.9.2.
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](https://github.com/apache/tika/compare/2.9.1...2.9.2)

---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


  Commit: 88a137a3eae5adabebe4f169a0f12d4424714d7e
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/88a137a3eae5adabebe4f169a0f12d4424714d7e
  Author: Jesse Glick 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #483 from 
jenkinsci/dependabot/maven/org.apache.tika-tika-core-2.9.2

Bump org.apache.tika:tika-core from 2.9.1 to 2.9.2


Compare: 
https://github.com/jenkinsci/artifact-manager-s3-plugin/compare/f217284e6525...88a137a3eae5

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/artifact-manager-s3-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/artifact-manager-s3-plugin/push/refs/heads/master/f21728-88a137%40github.com.


[jenkinsci/ecutest-plugin] e5f98e: Bump org.jenkins-ci.plugins:plugin from 4.51 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: e5f98e3c1d9e7a724fb1d688222efb737151889e
  
https://github.com/jenkinsci/ecutest-plugin/commit/e5f98e3c1d9e7a724fb1d688222efb737151889e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.51 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.51...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/ecutest-plugin/settings/notifications

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


[jenkinsci/anka-build-plugin] a80144: [maven-release-plugin] prepare for next developmen...

2024-04-10 Thread 'Artur Melanchyk' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: a801442a12e36da7a5466a7ca49f0e231244fcef
  
https://github.com/jenkinsci/anka-build-plugin/commit/a801442a12e36da7a5466a7ca49f0e231244fcef
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/heads/master/14830b-a80144%40github.com.


[jenkinsci/anka-build-plugin] 14830b: [maven-release-plugin] prepare release anka-build-...

2024-04-10 Thread 'Artur Melanchyk' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 14830bcf2bdce094e2f806b7d1058731e3e59df2
  
https://github.com/jenkinsci/anka-build-plugin/commit/14830bcf2bdce094e2f806b7d1058731e3e59df2
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.11.0



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/heads/master/32ae6b-14830b%40github.com.


[jenkinsci/groovy-plugin] 77135a: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-10 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: 77135ad01deface212697158d6fa5a69d067fcab
  
https://github.com/jenkinsci/groovy-plugin/commit/77135ad01deface212697158d6fa5a69d067fcab
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

---
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] 


  Commit: 07b9de69da90b1d81c488b553e1f128bd8dfc457
  
https://github.com/jenkinsci/groovy-plugin/commit/07b9de69da90b1d81c488b553e1f128bd8dfc457
  Author: Jesse Glick 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/groovy-plugin/compare/f7c38b755bf6...07b9de69da90

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/groovy-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/groovy-plugin/push/refs/heads/master/f7c38b-07b9de%40github.com.


[jenkinsci/groovy-plugin] 132c25: Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.81

2024-04-10 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: 132c25fa695f1186220c419da2cfc504fd9a964b
  
https://github.com/jenkinsci/groovy-plugin/commit/132c25fa695f1186220c419da2cfc504fd9a964b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.73 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.73...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] 


  Commit: f7c38b755bf6537e3284691869580971fc9ec269
  
https://github.com/jenkinsci/groovy-plugin/commit/f7c38b755bf6537e3284691869580971fc9ec269
  Author: Jesse Glick 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #62 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81

Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.81


Compare: 
https://github.com/jenkinsci/groovy-plugin/compare/6a8e1b2c510e...f7c38b755bf6

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/groovy-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/groovy-plugin/push/refs/heads/master/6a8e1b-f7c38b%40github.com.


[jenkinsci/groovy-plugin] c21a35: Bump org.jenkins-ci.test:docker-fixtures

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.test-docker-fixtures-190.vd6a_e600cb_775
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: c21a35876fc7a44134f035d790b7dcdfd3285271
  
https://github.com/jenkinsci/groovy-plugin/commit/c21a35876fc7a44134f035d790b7dcdfd3285271
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.test:docker-fixtures

Bumps 
[org.jenkins-ci.test:docker-fixtures](https://github.com/jenkinsci/docker-fixtures)
 from 178.v2c7d2343886b_ to 190.vd6a_e600cb_775.
- [Release notes](https://github.com/jenkinsci/docker-fixtures/releases)
- 
[Changelog](https://github.com/jenkinsci/docker-fixtures/blob/master/old-changelog.md)
- [Commits](https://github.com/jenkinsci/docker-fixtures/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.test:docker-fixtures
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/groovy-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/groovy-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.test-docker-fixtures-190.vd6a_e600cb_775/00-c21a35%40github.com.


[jenkinsci/groovy-plugin] 77135a: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.7
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: 77135ad01deface212697158d6fa5a69d067fcab
  
https://github.com/jenkinsci/groovy-plugin/commit/77135ad01deface212697158d6fa5a69d067fcab
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

---
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/groovy-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/groovy-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.7/00-77135a%40github.com.


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

2024-04-10 Thread 'Benjamin Sproule' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pitmutation-plugin
  Commit: 155016641f2b02f8ab86106f0c480999c71b9edd
  
https://github.com/jenkinsci/pitmutation-plugin/commit/155016641f2b02f8ab86106f0c480999c71b9edd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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] 


  Commit: 3c29831119c6ab1d4c132f5bc1175891259645ba
  
https://github.com/jenkinsci/pitmutation-plugin/commit/3c29831119c6ab1d4c132f5bc1175891259645ba
  Author: Benjamin Sproule 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #288 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81

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


Compare: 
https://github.com/jenkinsci/pitmutation-plugin/compare/6d88f2cc5c93...3c29831119c6

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/6d88f2-3c2983%40github.com.


[jenkinsci/groovy-plugin] 132c25: Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: 132c25fa695f1186220c419da2cfc504fd9a964b
  
https://github.com/jenkinsci/groovy-plugin/commit/132c25fa695f1186220c419da2cfc504fd9a964b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.73 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.73...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/groovy-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/groovy-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-132c25%40github.com.


[jenkinsci/audit-trail-plugin] b780d4: [chore] Migrate all tests to junit5

2024-04-10 Thread 'Pierre Beitz' via Jenkins Commits
  Branch: refs/heads/pbeitz/junit5
  Home:   https://github.com/jenkinsci/audit-trail-plugin
  Commit: b780d4aed0392fda5347ce43470b5d18af58afd8
  
https://github.com/jenkinsci/audit-trail-plugin/commit/b780d4aed0392fda5347ce43470b5d18af58afd8
  Author: Pierre Beitz 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/audit_trail/AuditTrailFilterTest.java
M src/test/java/hudson/plugins/audit_trail/AuditTrailPluginTest.java
M src/test/java/hudson/plugins/audit_trail/AuditTrailRunListenerTest.java
M src/test/java/hudson/plugins/audit_trail/AuditTrailTest.java
M src/test/java/hudson/plugins/audit_trail/BypassablePatternMonitorTest.java
M src/test/java/hudson/plugins/audit_trail/ConfigurationAsCodeTest.java
M src/test/java/hudson/plugins/audit_trail/ConsoleAuditLoggerTest.java
M src/test/java/hudson/plugins/audit_trail/CredentialUsageListenerTest.java
M src/test/java/hudson/plugins/audit_trail/ElasticSearchAuditLoggerTest.java
M src/test/java/hudson/plugins/audit_trail/LogFileAuditLoggerTest.java
M 
src/test/java/hudson/plugins/audit_trail/LogFileDailyRotationAuditLoggerTest.java

  Log Message:
  ---
  [chore] Migrate all tests to junit5



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/audit-trail-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/audit-trail-plugin/push/refs/heads/pbeitz/junit5/00-b780d4%40github.com.


[jenkinsci/jenkins] 08b0e9: Bump io.jenkins.plugins:design-library

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.plugins-design-library-296.v56576267b_508
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 08b0e94ce531ae08aab4800455846d80c7a03d77
  
https://github.com/jenkinsci/jenkins/commit/08b0e94ce531ae08aab4800455846d80c7a03d77
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M test/pom.xml

  Log Message:
  ---
  Bump io.jenkins.plugins:design-library

Bumps 
[io.jenkins.plugins:design-library](https://github.com/jenkinsci/design-library-plugin)
 from 286.v6643a_81e02b_8 to 296.v56576267b_508.
- [Release notes](https://github.com/jenkinsci/design-library-plugin/releases)
- [Commits](https://github.com/jenkinsci/design-library-plugin/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins:design-library
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 



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

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


[jenkins-infra/jenkins.io] 8d477e: Automated changelog for 2.454

2024-04-10 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.454
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 8d477e88ffa49bef9bf660609ffac6dee518294c
  
https://github.com/jenkins-infra/jenkins.io/commit/8d477e88ffa49bef9bf660609ffac6dee518294c
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

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

  Log Message:
  ---
  Automated changelog for 2.454



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/automated-weekly-changelog/2.454/091795-8d477e%40github.com.


[jenkins-infra/jenkins.io] 091795: Automated changelog for 2.454

2024-04-10 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.454
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 091795b5e6f2538db67009431a5a4c2a6edca9e8
  
https://github.com/jenkins-infra/jenkins.io/commit/091795b5e6f2538db67009431a5a4c2a6edca9e8
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

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

  Log Message:
  ---
  Automated changelog for 2.454



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/automated-weekly-changelog/2.454/433388-091795%40github.com.


[jenkinsci/design-library-plugin]

2024-04-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/io.jenkins.tools.bom-bom-weekly-2961.x
  Home:   https://github.com/jenkinsci/design-library-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/design-library-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/design-library-plugin/push/refs/renovate/branches/renovate/io.jenkins.tools.bom-bom-weekly-2961.x/2ae5dd-00%40github.com.


[jenkins-infra/jenkins.io] 433388: Automated changelog for 2.454

2024-04-10 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.454
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 4333889d4f6a5482d51ac8cbec308f10f5cc34c1
  
https://github.com/jenkins-infra/jenkins.io/commit/4333889d4f6a5482d51ac8cbec308f10f5cc34c1
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

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

  Log Message:
  ---
  Automated changelog for 2.454



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/automated-weekly-changelog/2.454/fe7a59-433388%40github.com.


[jenkinsci/design-library-plugin] 2ae5dd: Update dependency io.jenkins.tools.bom:bom-weekly ...

2024-04-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/renovate/branches/renovate/io.jenkins.tools.bom-bom-weekly-2961.x
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 2ae5ddd23b893d9ef87f5520577437e9342e6562
  
https://github.com/jenkinsci/design-library-plugin/commit/2ae5ddd23b893d9ef87f5520577437e9342e6562
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency io.jenkins.tools.bom:bom-weekly to v2961



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/design-library-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/design-library-plugin/push/refs/renovate/branches/renovate/io.jenkins.tools.bom-bom-weekly-2961.x/00-2ae5dd%40github.com.


[jenkinsci/design-library-plugin] d6a0b2: Update dependency io.jenkins.tools.bom:bom-weekly ...

2024-04-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/io.jenkins.tools.bom-bom-weekly-2961.x
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: d6a0b2b2594ccf5129a1f61a119d7953ebf223d3
  
https://github.com/jenkinsci/design-library-plugin/commit/d6a0b2b2594ccf5129a1f61a119d7953ebf223d3
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency io.jenkins.tools.bom:bom-weekly to v2961



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/design-library-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/design-library-plugin/push/refs/heads/renovate/io.jenkins.tools.bom-bom-weekly-2961.x/00-d6a0b2%40github.com.


[jenkinsci/jenkins] 16a657: Use 'jenkins-button' for tables (#9131)

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

  Changed paths:
M core/src/main/resources/hudson/PluginManager/installed.jelly
M core/src/main/resources/hudson/logging/LogRecorderManager/index.jelly
M core/src/main/resources/hudson/model/ComputerSet/index.jelly
M core/src/main/resources/hudson/model/Job/buildTimeTrend_resources.js
M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index.jelly
M core/src/main/resources/hudson/views/BuildButtonColumn/column.jelly
M core/src/main/resources/jenkins/agents/CloudSet/index.jelly
M core/src/main/resources/lib/hudson/buildHealth.jelly
M test/src/test/java/jenkins/security/Security2780Test.java
M war/src/main/scss/components/_icons.scss
M war/src/main/scss/components/_side-panel-widgets.scss
M war/src/main/scss/components/_table.scss

  Log Message:
  ---
  Use 'jenkins-button' for tables (#9131)

* Init

* Update Security2780Test.java

* Add comment for increasing SVG size in table

* Restore previous column.jelly

* Fix indentation



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/d14b38-16a657%40github.com.


[jenkinsci/jenkins] 92e137: Remove table usage from buildCaption.jelly (#9143)

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

  Changed paths:
M core/src/main/resources/lib/hudson/buildCaption.jelly
A war/src/main/scss/pages/_build.scss
M war/src/main/scss/pages/_index.scss

  Log Message:
  ---
  Remove table usage from buildCaption.jelly (#9143)

* Init

* Add nowrap

* mistake: Restore removed animate parameter

-

Co-authored-by: Tim Jacomb <21194782+ti...@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/a7eaa8-92e137%40github.com.


[jenkinsci/analysis-model] c06572: Bump codecov/codecov-action from 4.2.0 to 4.3.0

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/codecov/codecov-action-4.3.0
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: c065726fcd59821cdb104b2c001bc0897f078847
  
https://github.com/jenkinsci/analysis-model/commit/c065726fcd59821cdb104b2c001bc0897f078847
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

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

  Log Message:
  ---
  Bump codecov/codecov-action from 4.2.0 to 4.3.0

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 
4.2.0 to 4.3.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



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

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


[jenkinsci/webhook-step-plugin] fd4e93: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: fd4e930f6c39732be0adaca6873b98b7085f3ec9
  
https://github.com/jenkinsci/webhook-step-plugin/commit/fd4e930f6c39732be0adaca6873b98b7085f3ec9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/webhook-step-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/webhook-step-plugin/push/refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.81/00-fd4e93%40github.com.


[jenkinsci/google-storage-plugin] 0d80e9: Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/google-storage-plugin
  Commit: 0d80e9faf38dee1e5f12460552ace475ddeb622d
  
https://github.com/jenkinsci/google-storage-plugin/commit/0d80e9faf38dee1e5f12460552ace475ddeb622d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.76 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.76...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/google-storage-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/google-storage-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-0d80e9%40github.com.


[jenkinsci/saml-plugin] 65e4b3: chore(deps): bump org.jenkins-ci.plugins:plugin fr...

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 65e4b391b8713e3cf02b01fc66bef4a004e75ce6
  
https://github.com/jenkinsci/saml-plugin/commit/65e4b391b8713e3cf02b01fc66bef4a004e75ce6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): 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/saml-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/saml-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-65e4b3%40github.com.


[jenkinsci/anka-build-plugin] 82bf68: CLOUD-1051 jenkins: ability to set cloud when usin...

2024-04-10 Thread 'Artur Melanchyk' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 82bf68e234e129af73a21b36b4777d62d4a68076
  
https://github.com/jenkinsci/anka-build-plugin/commit/82bf68e234e129af73a21b36b4777d62d4a68076
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveTemplate.java

  Log Message:
  ---
  CLOUD-1051 jenkins: ability to set cloud when using multiple Cloud configs

Signed-off-by: Artur Melanchyk 


  Commit: 74f7ccc3c750f3d947c1423c2eb975728b1e5fdb
  
https://github.com/jenkinsci/anka-build-plugin/commit/74f7ccc3c750f3d947c1423c2eb975728b1e5fdb
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M docker-compose.yml

  Log Message:
  ---
  CLOUD-1051 docker: always restart container

Signed-off-by: Artur Melanchyk 


  Commit: e9f0af64743dbf66fb265b98a0171d8b10433b2e
  
https://github.com/jenkinsci/anka-build-plugin/commit/e9f0af64743dbf66fb265b98a0171d8b10433b2e
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M docker-compose.yml

  Log Message:
  ---
  CLOUD-1051 docker: fix remote debugger address

Signed-off-by: Artur Melanchyk 


  Commit: 8085aadc5215248fd0343239feb06c59d40f6b10
  
https://github.com/jenkinsci/anka-build-plugin/commit/8085aadc5215248fd0343239feb06c59d40f6b10
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java

  Log Message:
  ---
  CLOUD-1487 NullPointerException shows up in the log without any meaningful 
information (#20)

Signed-off-by: Artur Melanchyk 


  Commit: 9f9396fe1dcf37409c0e72b884e2bc2abd54e019
  
https://github.com/jenkinsci/anka-build-plugin/commit/9f9396fe1dcf37409c0e72b884e2bc2abd54e019
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java

  Log Message:
  ---
  CLOUD-1488 Skip TLS Verification flag is not respected (#21)

CLOUD-1488 Skip TLS Verification flag is not respected

Signed-off-by: Artur Melanchyk 


  Commit: a80ddcd97870760b5be8ee2f199b5be8bf38ae5a
  
https://github.com/jenkinsci/anka-build-plugin/commit/a80ddcd97870760b5be8ee2f199b5be8bf38ae5a
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .gitignore
M pom.xml
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AnkaLauncher.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/resources/com/veertu/plugin/anka/AnkaMgmtCloud/config.jelly
M src/test/java/com/veertu/plugin/anka/ConfigurationAsCodeTest.java
M src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
M src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
M src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  CLOUD-1162 Bridged network VM IPs are not being used in Jenkins node when 
SSHing to the VM (#19)

CLOUD-1162 Bridged network VM IPs are not being used in Jenkins node when 
SSHing to the VM

Signed-off-by: Artur Melanchyk 


  Commit: 6184fc184e6186471f59664ac0cbc3ab584224f8
  
https://github.com/jenkinsci/anka-build-plugin/commit/6184fc184e6186471f59664ac0cbc3ab584224f8
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java

  Log Message:
  ---
  CLOUD-1492 Unable to unselect Controller Credential/Certificate credentialsId 
(#23)

Signed-off-by: Artur Melanchyk 


  Commit: 05e5d7569c765e93ed24732d8b516a49fa4d0800
  
https://github.com/jenkinsci/anka-build-plugin/commit/05e5d7569c765e93ed24732d8b516a49fa4d0800
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/ClientCertAuthenticator.java

  Log Message:
  ---
  CLOUD-1491: Certificate authentication doesn't work with key in PKCS8 format

Signed-off-by: Artur Melanchyk 


  Commit: 32ae6b6c75e344fbada0bb5550c16122772b81fe
  
https://github.com/jenkinsci/anka-build-plugin/commit/32ae6b6c75e344fbada0bb5550c16122772b81fe
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 

[jenkinsci/credentials-plugin] 3e46d4: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: 3e46d4e363bbae36a230757a13c62cabc08a5dd8
  
https://github.com/jenkinsci/credentials-plugin/commit/3e46d4e363bbae36a230757a13c62cabc08a5dd8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/credentials-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/credentials-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-3e46d4%40github.com.


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

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/pitmutation-plugin
  Commit: 155016641f2b02f8ab86106f0c480999c71b9edd
  
https://github.com/jenkinsci/pitmutation-plugin/commit/155016641f2b02f8ab86106f0c480999c71b9edd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/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/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-155016%40github.com.


[jenkinsci/gradle-plugin] d27abd: Use short-lived tokens instead of Access key

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/short-lived-token
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: d27abd23989a784dccebddd6c445644f87722816
  
https://github.com/jenkinsci/gradle-plugin/commit/d27abd23989a784dccebddd6c445644f87722816
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M acceptance-tests/src/test/java/hudson/plugins/gradle/MockGeServer.java
M build.gradle.kts
M 
src/main/java/hudson/plugins/gradle/injection/BuildScanEnvironmentContributor.java
A src/main/java/hudson/plugins/gradle/injection/DevelocityAccessKey.java
R 
src/main/java/hudson/plugins/gradle/injection/DevelocityAccessKeyValidator.java
M src/main/java/hudson/plugins/gradle/injection/InjectionConfig.java
A 
src/main/java/hudson/plugins/gradle/injection/token/ShortLivedTokenClient.java
M src/main/resources/hudson/plugins/gradle/Messages.properties
M 
src/main/resources/hudson/plugins/gradle/injection/InjectionConfig/config.jelly
A 
src/main/resources/hudson/plugins/gradle/injection/InjectionConfig/help-shortLivedTokenExpiry.html
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanEnvironmentContributorTest.groovy
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanInjectionGradleIntegrationTest.groovy
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanInjectionMavenIntegrationTest.groovy
A 
src/test/groovy/hudson/plugins/gradle/injection/DevelocityAccessKeyTest.groovy
R 
src/test/groovy/hudson/plugins/gradle/injection/DevelocityAccessKeyValidatorTest.groovy
A 
src/test/groovy/hudson/plugins/gradle/injection/token/ShortLivedTokenClientTest.groovy

  Log Message:
  ---
  Use short-lived tokens instead of Access key



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/short-lived-token/3cc404-d27abd%40github.com.


[jenkinsci/validating-string-parameter-plugin] f6ed7e: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/validating-string-parameter-plugin
  Commit: f6ed7e71c33c022d27a4c9653682c98c6ee33ccd
  
https://github.com/jenkinsci/validating-string-parameter-plugin/commit/f6ed7e71c33c022d27a4c9653682c98c6ee33ccd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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] 


  Commit: b9998402ddb46834773682e3eb10d3ec0ebbd84c
  
https://github.com/jenkinsci/validating-string-parameter-plugin/commit/b9998402ddb46834773682e3eb10d3ec0ebbd84c
  Author: Raihaan Shouhell 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #122 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81

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


Compare: 
https://github.com/jenkinsci/validating-string-parameter-plugin/compare/1cd6bf11eee7...b9998402ddb4

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/validating-string-parameter-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/validating-string-parameter-plugin/push/refs/heads/master/1cd6bf-b99984%40github.com.


[jenkinsci/build-user-vars-plugin] 696453: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/build-user-vars-plugin
  Commit: 696453e59429f173b5c5a61c3531a0ea43ce5d6c
  
https://github.com/jenkinsci/build-user-vars-plugin/commit/696453e59429f173b5c5a61c3531a0ea43ce5d6c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.79 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.79...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/build-user-vars-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/build-user-vars-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-696453%40github.com.


[jenkins-infra/jenkins-infra] f3f133: Bump Packer Agent Templates (All-In-One) Version t...

2024-04-10 Thread 'jenkins-infra-updatecli[bot]' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: f3f13391312d1e81f6b5bda27b7438e3ea5edd54
  
https://github.com/jenkins-infra/jenkins-infra/commit/f3f13391312d1e81f6b5bda27b7438e3ea5edd54
  Author: jenkins-infra-updatecli[bot] 
<101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  Bump Packer Agent Templates (All-In-One) Version to 1.62.0 (#3375)

* chore: Bump container agent image jenkinsciinfra/jenkins-agent-ubuntu...

... -22.04 (AllInOne) for x86

Made with ❤️️ by updatecli

* chore: Bump Azure Gallery Image Version

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/734eba-f3f133%40github.com.


[jenkinsci/dependency-track-plugin] e8fa15: emit a warning when threshold values are configure...

2024-04-10 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: e8fa15f2c41e67c53ebfb6d27401ffd0b1af27d1
  
https://github.com/jenkinsci/dependency-track-plugin/commit/e8fa15f2c41e67c53ebfb6d27401ffd0b1af27d1
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M CHANGELOG.md
M pom.xml
A spotbugs-excludes.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/RiskGate.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Thresholds.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages_de.properties
M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisherTest.java
A 
src/test/java/org/jenkinsci/plugins/DependencyTrack/model/ThresholdsTest.java

  Log Message:
  ---
  emit a warning when threshold values are configured but synchronous mode is 
disabled


  Commit: 174b590e30ca0fb2fbe53277417983a894515b98
  
https://github.com/jenkinsci/dependency-track-plugin/commit/174b590e30ca0fb2fbe53277417983a894515b98
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .github/workflows/ci-build.yml

  Log Message:
  ---
  enforce Sonar Quality Gate


  Commit: 3841e5d51e3daf9cbb0a2d1e0a523d2a93986bc6
  
https://github.com/jenkinsci/dependency-track-plugin/commit/3841e5d51e3daf9cbb0a2d1e0a523d2a93986bc6
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .github/workflows/ci-build.yml
M CHANGELOG.md
M pom.xml
A spotbugs-excludes.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/RiskGate.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Thresholds.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages_de.properties
M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisherTest.java
A 
src/test/java/org/jenkinsci/plugins/DependencyTrack/model/ThresholdsTest.java

  Log Message:
  ---
  Merge pull request #233 from jenkinsci/feature/warn-on-thresholds-async

emit a warning when thresholds are configured but sync mode is disabled


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/2a738848e1e6...3841e5d51e3d

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/heads/master/2a7388-3841e5%40github.com.


[jenkinsci/dependency-track-plugin] e8fa15: emit a warning when threshold values are configure...

2024-04-10 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/feature/warn-on-thresholds-async
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: e8fa15f2c41e67c53ebfb6d27401ffd0b1af27d1
  
https://github.com/jenkinsci/dependency-track-plugin/commit/e8fa15f2c41e67c53ebfb6d27401ffd0b1af27d1
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M CHANGELOG.md
M pom.xml
A spotbugs-excludes.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/RiskGate.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Thresholds.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages_de.properties
M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisherTest.java
A 
src/test/java/org/jenkinsci/plugins/DependencyTrack/model/ThresholdsTest.java

  Log Message:
  ---
  emit a warning when threshold values are configured but synchronous mode is 
disabled


  Commit: 174b590e30ca0fb2fbe53277417983a894515b98
  
https://github.com/jenkinsci/dependency-track-plugin/commit/174b590e30ca0fb2fbe53277417983a894515b98
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .github/workflows/ci-build.yml

  Log Message:
  ---
  enforce Sonar Quality Gate


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/c79b041f3e62...174b590e30ca

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/heads/feature/warn-on-thresholds-async/c79b04-174b59%40github.com.


[jenkins-infra/jenkins-infra] 72664a: chore: Bump Azure Gallery Image Version

2024-04-10 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_e1c59db64eb5175649c5e219efbe35255dddc13cf1402a4755771404e4924201
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 72664abc4369a910aa761809314e19957ffe1102
  
https://github.com/jenkins-infra/jenkins-infra/commit/72664abc4369a910aa761809314e19957ffe1102
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Bump Azure Gallery Image Version

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_e1c59db64eb5175649c5e219efbe35255dddc13cf1402a4755771404e4924201/06a461-72664a%40github.com.


[jenkins-infra/jenkins-infra] 06a461: chore: Bump container agent image jenkinsciinfra/j...

2024-04-10 Thread 'jenkins-infra-bot' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_e1c59db64eb5175649c5e219efbe35255dddc13cf1402a4755771404e4924201
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 06a461eccd7e745c0e42da7c79ef750bce78bb44
  
https://github.com/jenkins-infra/jenkins-infra/commit/06a461eccd7e745c0e42da7c79ef750bce78bb44
  Author: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  chore: Bump container agent image jenkinsciinfra/jenkins-agent-ubuntu...

... -22.04 (AllInOne) for x86

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_e1c59db64eb5175649c5e219efbe35255dddc13cf1402a4755771404e4924201/00-06a461%40github.com.


[jenkinsci/gradle-plugin] d5a651: Releasing 2.11

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: d5a651efe84656a5f1f474e1e9e6b9939880c796
  
https://github.com/jenkinsci/gradle-plugin/commit/d5a651efe84656a5f1f474e1e9e6b9939880c796
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M README.adoc
M gradle.properties

  Log Message:
  ---
  Releasing 2.11


  Commit: 284464a61bd8a984c7c0db41ff876e88f96f9d31
  
https://github.com/jenkinsci/gradle-plugin/commit/284464a61bd8a984c7c0db41ff876e88f96f9d31
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Bumping to next rev


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/840cd9be0261...284464a61bd8

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/840cd9-284464%40github.com.


[jenkinsci/anchore-container-scanner-plugin]

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.80
  Home:   https://github.com/jenkinsci/anchore-container-scanner-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/anchore-container-scanner-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/anchore-container-scanner-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.80/8f598b-00%40github.com.


[jenkinsci/anchore-container-scanner-plugin] 2648fd: feat: bump org.jenkins-ci.plugins:plugin from 4.79...

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/anchore-container-scanner-plugin
  Commit: 2648fd43939dfe221a55fda6e935baf6d8ef7cf8
  
https://github.com/jenkinsci/anchore-container-scanner-plugin/commit/2648fd43939dfe221a55fda6e935baf6d8ef7cf8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  feat: bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.79 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.79...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/anchore-container-scanner-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/anchore-container-scanner-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-2648fd%40github.com.


[jenkinsci/gradle-plugin] 3cc404: Add UI to configure short lived token expiry

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/short-lived-token
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 3cc404b198c271aa1bb363a268eb70ebaf23103a
  
https://github.com/jenkinsci/gradle-plugin/commit/3cc404b198c271aa1bb363a268eb70ebaf23103a
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M 
src/main/java/hudson/plugins/gradle/injection/BuildScanEnvironmentContributor.java
M src/main/java/hudson/plugins/gradle/injection/InjectionConfig.java
M 
src/main/java/hudson/plugins/gradle/injection/token/ShortLivedTokenClient.java
M src/main/resources/hudson/plugins/gradle/Messages.properties
M 
src/main/resources/hudson/plugins/gradle/injection/InjectionConfig/config.jelly
A 
src/main/resources/hudson/plugins/gradle/injection/InjectionConfig/help-shortLivedTokenExpiry.html
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanEnvironmentContributorTest.groovy
M 
src/test/groovy/hudson/plugins/gradle/injection/token/ShortLivedTokenClientTest.groovy

  Log Message:
  ---
  Add UI to configure short lived token expiry



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/short-lived-token/e1b12b-3cc404%40github.com.


[jenkinsci/gradle-plugin] 840cd9: Set default file fingerprinting to true (#425)

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 840cd9be026184695ca2944409846f62e092e529
  
https://github.com/jenkinsci/gradle-plugin/commit/840cd9be026184695ca2944409846f62e092e529
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M 
src/main/java/hudson/plugins/gradle/injection/GradleBuildScanInjection.java
M src/main/java/hudson/plugins/gradle/injection/InitScriptVariables.java
M src/main/java/hudson/plugins/gradle/injection/InjectionConfig.java
M src/main/java/hudson/plugins/gradle/injection/MavenBuildScanInjection.java
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanInjectionGradleIntegrationTest.groovy
M src/test/groovy/hudson/plugins/gradle/injection/InjectionConfigTest.groovy

  Log Message:
  ---
  Set default file fingerprinting to true (#425)



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/80dcc0-840cd9%40github.com.


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

2024-04-10 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/release/1.x
  Home:   https://github.com/jenkinsci/stashnotifier-plugin
  Commit: b55b2d4b96983b66258db5055ffc05d6873c7e3f
  
https://github.com/jenkinsci/stashnotifier-plugin/commit/b55b2d4b96983b66258db5055ffc05d6873c7e3f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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] 


  Commit: 8728d3324ca0dacf5fc9d48639a0dfa153a098cd
  
https://github.com/jenkinsci/stashnotifier-plugin/commit/8728d3324ca0dacf5fc9d48639a0dfa153a098cd
  Author: Steve Hill 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #382 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81


Compare: 
https://github.com/jenkinsci/stashnotifier-plugin/compare/30ec9e3143f4...8728d3324ca0

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/stashnotifier-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/stashnotifier-plugin/push/refs/heads/release/1.x/30ec9e-8728d3%40github.com.


[jenkinsci/plugin-compat-tester] c039a4: Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to...

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 
0.8.11 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12)

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

Signed-off-by: dependabot[bot] 


  Commit: 07cedd2dee5ef80eed5e31c19b63b6e5f17c94f8
  
https://github.com/jenkinsci/plugin-compat-tester/commit/07cedd2dee5ef80eed5e31c19b63b6e5f17c94f8
  Author: Ildefonso Montero 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #647 from 
jenkinsci/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.12

Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/3fe22de598a6...07cedd2dee5e

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/3fe22d-07cedd%40github.com.


[jenkinsci/plugin-compat-tester] ba4e52: Bump jenkins.version from 2.451 to 2.452

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jenkins.version from 2.451 to 2.452

Bumps `jenkins.version` from 2.451 to 2.452.

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

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

---
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: 3fe22de598a68b4bfc8da70268be1e836f10bf68
  
https://github.com/jenkinsci/plugin-compat-tester/commit/3fe22de598a68b4bfc8da70268be1e836f10bf68
  Author: Ildefonso Montero 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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

Bump jenkins.version from 2.451 to 2.452


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/b77c98262205...3fe22de598a6

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/b77c98-3fe22d%40github.com.


[jenkinsci/oic-auth-plugin] a971cb: chore: create CODEOWNERS file

2024-04-10 Thread 'Michael DOUBEZ' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/oic-auth-plugin
  Commit: a971cb1129fbef72355f8200b70bc365fcde2172
  
https://github.com/jenkinsci/oic-auth-plugin/commit/a971cb1129fbef72355f8200b70bc365fcde2172
  Author: Michael DOUBEZ 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  chore: create CODEOWNERS file



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/oic-auth-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/oic-auth-plugin/push/refs/heads/master/325750-a971cb%40github.com.


[jenkinsci/dependency-track-plugin] 85b94c: emit a warning when threshold values are configure...

2024-04-10 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/feature/warn-on-thresholds-async
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 85b94ccf849917b458f325365e7466bf82dbbe68
  
https://github.com/jenkinsci/dependency-track-plugin/commit/85b94ccf849917b458f325365e7466bf82dbbe68
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M CHANGELOG.md
M pom.xml
A spotbugs-excludes.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/RiskGate.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Thresholds.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages_de.properties
M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisherTest.java
A 
src/test/java/org/jenkinsci/plugins/DependencyTrack/model/ThresholdsTest.java

  Log Message:
  ---
  emit a warning when threshold values are configured but synchronous mode is 
disabled


  Commit: c79b041f3e625cbc33bb8aa0733096e231493030
  
https://github.com/jenkinsci/dependency-track-plugin/commit/c79b041f3e625cbc33bb8aa0733096e231493030
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .github/workflows/ci-build.yml

  Log Message:
  ---
  enforce Sonar Quality Gate


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/72882b1af689...c79b041f3e62

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/heads/feature/warn-on-thresholds-async/72882b-c79b04%40github.com.


[jenkinsci/validating-string-parameter-plugin] f6ed7e: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/validating-string-parameter-plugin
  Commit: f6ed7e71c33c022d27a4c9653682c98c6ee33ccd
  
https://github.com/jenkinsci/validating-string-parameter-plugin/commit/f6ed7e71c33c022d27a4c9653682c98c6ee33ccd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/validating-string-parameter-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/validating-string-parameter-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-f6ed7e%40github.com.


[jenkinsci/dependency-track-plugin] 72882b: enforce Sonar Quality Gate

2024-04-10 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/feature/warn-on-thresholds-async
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 72882b1af689250d77c0a17176aa96c9efddde5b
  
https://github.com/jenkinsci/dependency-track-plugin/commit/72882b1af689250d77c0a17176aa96c9efddde5b
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .github/workflows/ci-build.yml

  Log Message:
  ---
  enforce Sonar Quality Gate



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/heads/feature/warn-on-thresholds-async/dd173e-72882b%40github.com.


[jenkinsci/dependency-track-plugin] dd173e: enforce Sonar Quality Gate

2024-04-10 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/feature/warn-on-thresholds-async
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: dd173e6af0623fa1f768a9e895c3d5fc6dfb8311
  
https://github.com/jenkinsci/dependency-track-plugin/commit/dd173e6af0623fa1f768a9e895c3d5fc6dfb8311
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .github/workflows/ci-build.yml

  Log Message:
  ---
  enforce Sonar Quality Gate



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/heads/feature/warn-on-thresholds-async/a4e81b-dd173e%40github.com.


[jenkinsci/dependency-track-plugin] a4e81b: enforce Sonar Quality Gate

2024-04-10 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/feature/warn-on-thresholds-async
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: a4e81b168b001741ea43bea654cb7cbb30396044
  
https://github.com/jenkinsci/dependency-track-plugin/commit/a4e81b168b001741ea43bea654cb7cbb30396044
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .github/workflows/ci-build.yml

  Log Message:
  ---
  enforce Sonar Quality Gate



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/heads/feature/warn-on-thresholds-async/2ad6f0-a4e81b%40github.com.


[jenkinsci/additional-metrics-plugin] fce67c: fix(deps): update dependency org.jenkins-ci.plugin...

2024-04-10 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/additional-metrics-plugin
  Commit: fce67cfe1dcc7d9913844fffef5409591776c748
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/fce67cfe1dcc7d9913844fffef5409591776c748
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fix(deps): update dependency org.jenkins-ci.plugins:plugin to v4.81



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/additional-metrics-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/additional-metrics-plugin/push/refs/heads/master/26bd31-fce67c%40github.com.


[jenkinsci/ircbot-plugin] e06a0f: build(deps): bump org.jenkins-ci.plugins:plugin fr...

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/ircbot-plugin
  Commit: e06a0f0c70a314c62ffcb987e7d336133cc4429c
  
https://github.com/jenkinsci/ircbot-plugin/commit/e06a0f0c70a314c62ffcb987e7d336133cc4429c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): bump org.jenkins-ci.plugins:plugin from 4.77 to 4.81

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.77 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.77...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/ircbot-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/ircbot-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-e06a0f%40github.com.


[jenkinsci/gradle-plugin] 2ced58: Set default file fingerprinting to true

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/fix-default-fingerprinting
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 2ced58dcd4ce056e6b4d3b992f59b3b2d2060017
  
https://github.com/jenkinsci/gradle-plugin/commit/2ced58dcd4ce056e6b4d3b992f59b3b2d2060017
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M 
src/main/java/hudson/plugins/gradle/injection/GradleBuildScanInjection.java
M src/main/java/hudson/plugins/gradle/injection/InjectionConfig.java
M src/main/java/hudson/plugins/gradle/injection/MavenBuildScanInjection.java

  Log Message:
  ---
  Set default file fingerprinting to true



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/fix-default-fingerprinting/00-2ced58%40github.com.


[jenkinsci/dependency-track-plugin] 2ad6f0: emit a warning when threshold values are configure...

2024-04-10 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/feature/warn-on-thresholds-async
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 2ad6f06ba3d779946b5398d45c9a851e693254c7
  
https://github.com/jenkinsci/dependency-track-plugin/commit/2ad6f06ba3d779946b5398d45c9a851e693254c7
  Author: Ronny Perinke <23166289+sephirot...@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M CHANGELOG.md
M pom.xml
A spotbugs-excludes.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/RiskGate.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Thresholds.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages_de.properties
M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisherTest.java

  Log Message:
  ---
  emit a warning when threshold values are configured but synchronous mode is 
disabled



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/heads/feature/warn-on-thresholds-async/00-2ad6f0%40github.com.


[jenkinsci/gradle-plugin] e1b12b: Use short-lived tokens instead of Access key

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/short-lived-token
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: e1b12b39dddae90c4d856ee00fe182b20579b281
  
https://github.com/jenkinsci/gradle-plugin/commit/e1b12b39dddae90c4d856ee00fe182b20579b281
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M acceptance-tests/src/test/java/hudson/plugins/gradle/MockGeServer.java
M build.gradle.kts
M 
src/main/java/hudson/plugins/gradle/injection/BuildScanEnvironmentContributor.java
A src/main/java/hudson/plugins/gradle/injection/DevelocityAccessKey.java
R 
src/main/java/hudson/plugins/gradle/injection/DevelocityAccessKeyValidator.java
M src/main/java/hudson/plugins/gradle/injection/InjectionConfig.java
A 
src/main/java/hudson/plugins/gradle/injection/token/ShortLivedTokenClient.java
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanEnvironmentContributorTest.groovy
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanInjectionGradleIntegrationTest.groovy
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanInjectionMavenIntegrationTest.groovy
A 
src/test/groovy/hudson/plugins/gradle/injection/DevelocityAccessKeyTest.groovy
R 
src/test/groovy/hudson/plugins/gradle/injection/DevelocityAccessKeyValidatorTest.groovy
A 
src/test/groovy/hudson/plugins/gradle/injection/token/ShortLivedTokenClientTest.groovy

  Log Message:
  ---
  Use short-lived tokens instead of Access key



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/short-lived-token/b75388-e1b12b%40github.com.


[jenkinsci/postbuildscript-plugin] 23e336: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'Daniel Heid' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/postbuildscript-plugin
  Commit: 23e33675616d759cb375af2223fb419c091a3b9a
  
https://github.com/jenkinsci/postbuildscript-plugin/commit/23e33675616d759cb375af2223fb419c091a3b9a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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] 


  Commit: 2f6d5678c9daf37a216bda202be9609deab9a203
  
https://github.com/jenkinsci/postbuildscript-plugin/commit/2f6d5678c9daf37a216bda202be9609deab9a203
  Author: Daniel Heid 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #194 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81

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


Compare: 
https://github.com/jenkinsci/postbuildscript-plugin/compare/f00f57a7f54f...2f6d5678c9da

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/postbuildscript-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/postbuildscript-plugin/push/refs/heads/main/f00f57-2f6d56%40github.com.


[jenkinsci/gerrit-trigger-plugin] 7809fd: [maven-release-plugin] prepare for next developmen...

2024-04-10 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 7809fd20c59ad24c53ad801e8c4eaefbdea2fe75
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/7809fd20c59ad24c53ad801e8c4eaefbdea2fe75
  Author: rsandell 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gerrit-trigger-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/gerrit-trigger-plugin/push/refs/heads/master/677907-7809fd%40github.com.


[jenkinsci/gerrit-trigger-plugin]

2024-04-10 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/tags/gerrit-trigger-2.41.0
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gerrit-trigger-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/gerrit-trigger-plugin/push/refs/tags/gerrit-trigger-2.41.0/00-99c8b6%40github.com.


[jenkinsci/gerrit-trigger-plugin] 677907: [maven-release-plugin] prepare release gerrit-trig...

2024-04-10 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 677907aef353dc60cb9b50f8295ca46c8c4dc090
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/677907aef353dc60cb9b50f8295ca46c8c4dc090
  Author: rsandell 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release gerrit-trigger-2.41.0



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gerrit-trigger-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/gerrit-trigger-plugin/push/refs/heads/master/294dbe-677907%40github.com.


[jenkinsci/gerrit-trigger-plugin] eccef6: [JENKINS-55342] Add hashtags support in Jenkins bu...

2024-04-10 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: eccef61910b524a3c34225a44a5323248b5bece3
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/eccef61910b524a3c34225a44a5323248b5bece3
  Author: evoToBetter 
  Date:   2024-03-14 (Thu, 14 Mar 2024)

  Changed paths:
M docs/README.adoc
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritDynamicUrlProcessor.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParameters.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProject.java
A 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/Hashtag.java
A 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginHashtagsChangedEvent.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/Messages.properties
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/Messages_ja.properties
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger/config.jelly
A 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginHashtagsChangedEvent/config.jelly
A 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginHashtagsChangedEvent/config_ja.properties
M src/main/webapp/trigger/help-DynamicTriggerConfiguration.html
M src/main/webapp/trigger/help-DynamicTriggerConfiguration_ja.html
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/dependency/IntegrationTest.java
A 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritDynamicUrlProcessorTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParametersTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProjectForbiddenFilesTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProjectForbiddenFilesWithMagicalFileNamesTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProjectInterestingTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProjectWithFilesInterestingTest.java
A 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/event/PluginHashtagsChangedEventTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/Setup.java

  Log Message:
  ---
  [JENKINS-55342] Add hashtags support in Jenkins building parameters


  Commit: 294dbe641bca67914cfed53a7c2f7d390b94d698
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/294dbe641bca67914cfed53a7c2f7d390b94d698
  Author: Robert Sandell 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M docs/README.adoc
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritDynamicUrlProcessor.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParameters.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProject.java
A 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/Hashtag.java
A 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginHashtagsChangedEvent.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/Messages.properties
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/Messages_ja.properties
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger/config.jelly
A 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginHashtagsChangedEvent/config.jelly
A 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginHashtagsChangedEvent/config_ja.properties
M src/main/webapp/trigger/help-DynamicTriggerConfiguration.html
M src/main/webapp/trigger/help-DynamicTriggerConfiguration_ja.html
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/dependency/IntegrationTest.java
A 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritDynamicUrlProcessorTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParametersTest.java
M 

[jenkinsci/anka-build-plugin] 35bdea: CLOUD-906: Remove unnecessary dependencies (#24)

2024-04-10 Thread 'Artur Melanchyk' via Jenkins Commits
  Branch: refs/heads/release/v2.11.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 35bdea53f2391156abbb7b11216a0ab83cd827e0
  
https://github.com/jenkinsci/anka-build-plugin/commit/35bdea53f2391156abbb7b11216a0ab83cd827e0
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M .gitignore
M Jenkinsfile
M docker-compose.yml
M pom.xml
M 
src/main/resources/com/veertu/plugin/anka/AnkaSaveImageBuildStep/config.jelly

  Log Message:
  ---
  CLOUD-906: Remove unnecessary dependencies (#24)

Signed-off-by: Artur Melanchyk 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/heads/release/v2.11.0/cb8331-35bdea%40github.com.


[jenkinsci/anka-build-plugin] cb8331: deps: build with java11 old format

2024-04-10 Thread 'Artur Melanchyk' via Jenkins Commits
  Branch: refs/heads/release/v2.11.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: cb8331286e91ce01860d87ecbc61217291fab435
  
https://github.com/jenkinsci/anka-build-plugin/commit/cb8331286e91ce01860d87ecbc61217291fab435
  Author: Artur Melanchyk 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  deps: build with java11 old format

Signed-off-by: Artur Melanchyk 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/heads/release/v2.11.0/2b0b3d-cb8331%40github.com.


[jenkinsci/postbuildscript-plugin] 23e336: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/postbuildscript-plugin
  Commit: 23e33675616d759cb375af2223fb419c091a3b9a
  
https://github.com/jenkinsci/postbuildscript-plugin/commit/23e33675616d759cb375af2223fb419c091a3b9a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/postbuildscript-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/postbuildscript-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-23e336%40github.com.


[jenkinsci/gradle-plugin] b75388: Use short-lived tokens instead of Access key

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/short-lived-token
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: b753889549b4b3d103bf9c01119d980c21c0bba6
  
https://github.com/jenkinsci/gradle-plugin/commit/b753889549b4b3d103bf9c01119d980c21c0bba6
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M build.gradle.kts
M 
src/main/java/hudson/plugins/gradle/injection/BuildScanEnvironmentContributor.java
A src/main/java/hudson/plugins/gradle/injection/DevelocityAccessKey.java
R 
src/main/java/hudson/plugins/gradle/injection/DevelocityAccessKeyValidator.java
M src/main/java/hudson/plugins/gradle/injection/InjectionConfig.java
A 
src/main/java/hudson/plugins/gradle/injection/token/ShortLivedTokenClient.java
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanEnvironmentContributorTest.groovy
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanInjectionGradleIntegrationTest.groovy
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanInjectionMavenIntegrationTest.groovy
A 
src/test/groovy/hudson/plugins/gradle/injection/DevelocityAccessKeyTest.groovy
R 
src/test/groovy/hudson/plugins/gradle/injection/DevelocityAccessKeyValidatorTest.groovy
A 
src/test/groovy/hudson/plugins/gradle/injection/token/ShortLivedTokenClientTest.groovy

  Log Message:
  ---
  Use short-lived tokens instead of Access key



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/short-lived-token/14c7c5-b75388%40github.com.


[jenkinsci/file-operations-plugin] 2f412a: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'Valentin Delaye' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/file-operations-plugin
  Commit: 2f412a9f5188ebc610dc87a4bcdbf5e9807b2fad
  
https://github.com/jenkinsci/file-operations-plugin/commit/2f412a9f5188ebc610dc87a4bcdbf5e9807b2fad
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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] 


  Commit: a7e684ebf65863137886b61f4fbc7d608abd0ecb
  
https://github.com/jenkinsci/file-operations-plugin/commit/a7e684ebf65863137886b61f4fbc7d608abd0ecb
  Author: Valentin Delaye 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #90 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81

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


Compare: 
https://github.com/jenkinsci/file-operations-plugin/compare/c234b29c946d...a7e684ebf658

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/file-operations-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/file-operations-plugin/push/refs/heads/main/c234b2-a7e684%40github.com.


[jenkinsci/analysis-pom-plugin] 019b98: Bump pmd.version from 6.55.0 to 7.0.0

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/pmd.version-7.0.0
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 019b9836e38314069129bb2e06af9a8940a9bc4e
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/019b9836e38314069129bb2e06af9a8940a9bc4e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump pmd.version from 6.55.0 to 7.0.0

Bumps `pmd.version` from 6.55.0 to 7.0.0.

Updates `net.sourceforge.pmd:pmd-core` from 6.55.0 to 7.0.0
- [Release notes](https://github.com/pmd/pmd/releases)
- 
[Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- 
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.55.0...pmd_releases/7.0.0)

Updates `net.sourceforge.pmd:pmd-java` from 6.55.0 to 7.0.0
- [Release notes](https://github.com/pmd/pmd/releases)
- 
[Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- 
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.55.0...pmd_releases/7.0.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 



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

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


[jenkinsci/analysis-pom-plugin] 942550: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2024-04-10 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 9425502c6413fc6df27bee0d8dce198b9d05671e
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/9425502c6413fc6df27bee0d8dce198b9d05671e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-04 (Thu, 04 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.15.8 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.15.8...equalsverifier-3.16.1)

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

Signed-off-by: dependabot[bot] 


  Commit: 07b3d8190371f6322b153a0514bfc53a14fe4a0f
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/07b3d8190371f6322b153a0514bfc53a14fe4a0f
  Author: Ullrich Hafner 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #893 from 
jenkinsci/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16.1

Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16.1


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/ae5442f45975...07b3d8190371

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

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


[jenkinsci/analysis-pom-plugin] ae1075: Bump com.puppycrawl.tools:checkstyle from 10.14.1 ...

2024-04-10 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: ae1075dcb5906aca14f4d4c7dead20670bd8abcb
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/ae1075dcb5906aca14f4d4c7dead20670bd8abcb
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump com.puppycrawl.tools:checkstyle from 10.14.1 to 10.15.0

Bumps 
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) 
from 10.14.1 to 10.15.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- 
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.14.1...checkstyle-10.15.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: ae5442f45975bb24838f4ba8ad6b2c0672bcd541
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/ae5442f45975bb24838f4ba8ad6b2c0672bcd541
  Author: Ullrich Hafner 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #892 from 
jenkinsci/dependabot/maven/com.puppycrawl.tools-checkstyle-10.15.0

Bump com.puppycrawl.tools:checkstyle from 10.14.1 to 10.15.0


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/f3cba80c03f8...ae5442f45975

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

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


[jenkinsci/analysis-pom-plugin] 8bffc5: Bump pmd.version from 6.55.0 to 7.0.0

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/pmd.version-7.0.0
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 8bffc5db1e0c8a25534d7e1e728e4bf1eef5d73a
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/8bffc5db1e0c8a25534d7e1e728e4bf1eef5d73a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump pmd.version from 6.55.0 to 7.0.0

Bumps `pmd.version` from 6.55.0 to 7.0.0.

Updates `net.sourceforge.pmd:pmd-core` from 6.55.0 to 7.0.0
- [Release notes](https://github.com/pmd/pmd/releases)
- 
[Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- 
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.55.0...pmd_releases/7.0.0)

Updates `net.sourceforge.pmd:pmd-java` from 6.55.0 to 7.0.0
- [Release notes](https://github.com/pmd/pmd/releases)
- 
[Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- 
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.55.0...pmd_releases/7.0.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 



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

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


[jenkinsci/analysis-pom-plugin] 38f429: Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13

2024-04-10 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 38f42969da2c6b44349301bb47339cc483a0e309
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/38f42969da2c6b44349301bb47339cc483a0e309
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-29 (Fri, 29 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13

Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 
1.14.12 to 1.14.13.
- [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.12...byte-buddy-1.14.13)

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

Signed-off-by: dependabot[bot] 


  Commit: f3cba80c03f8e8518e65e10a6104069f42c802b2
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/f3cba80c03f8e8518e65e10a6104069f42c802b2
  Author: Ullrich Hafner 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #889 from 
jenkinsci/dependabot/maven/net.bytebuddy-byte-buddy-1.14.13

Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/d50f5b24c033...f3cba80c03f8

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

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


[jenkinsci/analysis-pom-plugin]

2024-04-10 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/net.bytebuddy-byte-buddy-1.14.13
  Home:   https://github.com/jenkinsci/analysis-pom-plugin

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

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


[jenkinsci/analysis-pom-plugin] 6ac73c: Bump com.github.spotbugs:spotbugs from 4.8.3 to 4.8.4

2024-04-10 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 6ac73cd823da5b64acf489033b1814596f1269ff
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/6ac73cd823da5b64acf489033b1814596f1269ff
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump com.github.spotbugs:spotbugs from 4.8.3 to 4.8.4

Bumps [com.github.spotbugs:spotbugs](https://github.com/spotbugs/spotbugs) from 
4.8.3 to 4.8.4.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.8.3...4.8.4)

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

Signed-off-by: dependabot[bot] 


  Commit: d50f5b24c033899e8f2e921de9ca42835fb976a4
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/d50f5b24c033899e8f2e921de9ca42835fb976a4
  Author: Ullrich Hafner 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #894 from 
jenkinsci/dependabot/maven/com.github.spotbugs-spotbugs-4.8.4

Bump com.github.spotbugs:spotbugs from 4.8.3 to 4.8.4


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/d7a24df34a08...d50f5b24c033

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

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


[jenkinsci/analysis-pom-plugin] 70d390: Bump org.pitest:pitest-maven from 1.15.8 to 1.16.0

2024-04-10 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 70d3900f665eb7b29bce2f72c5455c4aa7530dda
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/70d3900f665eb7b29bce2f72c5455c4aa7530dda
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: d7a24df34a08ffc88b5157710d38860cefd75b2d
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/d7a24df34a08ffc88b5157710d38860cefd75b2d
  Author: Ullrich Hafner 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/8cc66af2c4e1...d7a24df34a08

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

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


[jenkinsci/analysis-pom-plugin] 55ddc0: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81

2024-04-10 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 55ddc0f9bd6a820efd34db36c475e64c71b276f7
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/55ddc0f9bd6a820efd34db36c475e64c71b276f7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.79 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.79...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] 


  Commit: cf9262475e8209230e0003e82f5d76123177039e
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/cf9262475e8209230e0003e82f5d76123177039e
  Author: Ullrich Hafner 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #897 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81

Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/7261300a5146...cf9262475e82

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

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


[jenkinsci/webhook-step-plugin] d9c9f4: Bump io.jenkins.tools.bom:bom-2.414.x (#241)

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.414.x (#241)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/webhook-step-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/webhook-step-plugin/push/refs/heads/master/4f5b7d-d9c9f4%40github.com.


[jenkinsci/file-operations-plugin] 2f412a: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/file-operations-plugin
  Commit: 2f412a9f5188ebc610dc87a4bcdbf5e9807b2fad
  
https://github.com/jenkinsci/file-operations-plugin/commit/2f412a9f5188ebc610dc87a4bcdbf5e9807b2fad
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/file-operations-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/file-operations-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/8fd788-2f412a%40github.com.


[jenkinsci/pipeline-model-definition-plugin] 3891af: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 3891afd24a80319cc39b6274e28c63460fca8f26
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/3891afd24a80319cc39b6274e28c63460fca8f26
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/pipeline-model-definition-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/pipeline-model-definition-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-3891af%40github.com.


[jenkinsci/hidden-parameter-plugin]

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e
  Home:   https://github.com/jenkinsci/hidden-parameter-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/hidden-parameter-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/hidden-parameter-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e/62f718-00%40github.com.


[jenkinsci/hidden-parameter-plugin] 62f718: Bump io.jenkins.tools.bom:bom-2.440.x

2024-04-10 Thread 'Valentin Delaye' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/hidden-parameter-plugin
  Commit: 62f718b030dcc03ddceef93b46e044a0470e0173
  
https://github.com/jenkinsci/hidden-parameter-plugin/commit/62f718b030dcc03ddceef93b46e044a0470e0173
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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 
2950.va_633b_f42f759 to 2961.v1f472390972e.
- [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: 27a32abdb4f48048f7d4d1ede4e5d77266035667
  
https://github.com/jenkinsci/hidden-parameter-plugin/commit/27a32abdb4f48048f7d4d1ede4e5d77266035667
  Author: Valentin Delaye 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #115 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e

Bump io.jenkins.tools.bom:bom-2.440.x from 2950.va_633b_f42f759 to 
2961.v1f472390972e


Compare: 
https://github.com/jenkinsci/hidden-parameter-plugin/compare/ac022c122a67...27a32abdb4f4

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/hidden-parameter-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/hidden-parameter-plugin/push/refs/heads/main/ac022c-27a32a%40github.com.


[jenkinsci/parameter-separator-plugin]

2024-04-10 Thread 'Valentin Delaye' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e
  Home:   https://github.com/jenkinsci/parameter-separator-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parameter-separator-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/parameter-separator-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e/27a8e4-00%40github.com.


[jenkinsci/parameter-separator-plugin] 27a8e4: Bump io.jenkins.tools.bom:bom-2.440.x

2024-04-10 Thread 'Valentin Delaye' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/parameter-separator-plugin
  Commit: 27a8e409a3449f4dd93b174bebc642208c803494
  
https://github.com/jenkinsci/parameter-separator-plugin/commit/27a8e409a3449f4dd93b174bebc642208c803494
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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 
2950.va_633b_f42f759 to 2961.v1f472390972e.
- [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: fb56ad6402f9b0785a8bc9a236bc9ff6d8cdcbfc
  
https://github.com/jenkinsci/parameter-separator-plugin/commit/fb56ad6402f9b0785a8bc9a236bc9ff6d8cdcbfc
  Author: Valentin Delaye 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #75 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e

Bump io.jenkins.tools.bom:bom-2.440.x from 2950.va_633b_f42f759 to 
2961.v1f472390972e


Compare: 
https://github.com/jenkinsci/parameter-separator-plugin/compare/5abd85c7fad8...fb56ad6402f9

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parameter-separator-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/parameter-separator-plugin/push/refs/heads/main/5abd85-fb56ad%40github.com.


[jenkinsci/parameter-separator-plugin] 58f5be: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'Valentin Delaye' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/parameter-separator-plugin
  Commit: 58f5be3d4d8b7910b498fbf38a9883d08e2c8297
  
https://github.com/jenkinsci/parameter-separator-plugin/commit/58f5be3d4d8b7910b498fbf38a9883d08e2c8297
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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] 


  Commit: 5abd85c7fad8aebd7eee8a39ab105212dae4c0d1
  
https://github.com/jenkinsci/parameter-separator-plugin/commit/5abd85c7fad8aebd7eee8a39ab105212dae4c0d1
  Author: Valentin Delaye 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #74 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81

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


Compare: 
https://github.com/jenkinsci/parameter-separator-plugin/compare/d2cad2b598d4...5abd85c7fad8

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parameter-separator-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/parameter-separator-plugin/push/refs/heads/main/d2cad2-5abd85%40github.com.


[jenkinsci/parameter-separator-plugin] 27a8e4: Bump io.jenkins.tools.bom:bom-2.440.x

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e
  Home:   https://github.com/jenkinsci/parameter-separator-plugin
  Commit: 27a8e409a3449f4dd93b174bebc642208c803494
  
https://github.com/jenkinsci/parameter-separator-plugin/commit/27a8e409a3449f4dd93b174bebc642208c803494
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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 
2950.va_633b_f42f759 to 2961.v1f472390972e.
- [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] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parameter-separator-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/parameter-separator-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e/d0a02e-27a8e4%40github.com.


[jenkinsci/parameter-separator-plugin] 58f5be: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/parameter-separator-plugin
  Commit: 58f5be3d4d8b7910b498fbf38a9883d08e2c8297
  
https://github.com/jenkinsci/parameter-separator-plugin/commit/58f5be3d4d8b7910b498fbf38a9883d08e2c8297
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/parameter-separator-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/parameter-separator-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/bb6e03-58f5be%40github.com.


[jenkinsci/hidden-parameter-plugin] 62f718: Bump io.jenkins.tools.bom:bom-2.440.x

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e
  Home:   https://github.com/jenkinsci/hidden-parameter-plugin
  Commit: 62f718b030dcc03ddceef93b46e044a0470e0173
  
https://github.com/jenkinsci/hidden-parameter-plugin/commit/62f718b030dcc03ddceef93b46e044a0470e0173
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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 
2950.va_633b_f42f759 to 2961.v1f472390972e.
- [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] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/hidden-parameter-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/hidden-parameter-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2961.v1f472390972e/79cba0-62f718%40github.com.


[jenkinsci/file-operations-plugin] 8fd788: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/file-operations-plugin
  Commit: 8fd788d0a99b7c69c88c336e41404643eee08f9c
  
https://github.com/jenkinsci/file-operations-plugin/commit/8fd788d0a99b7c69c88c336e41404643eee08f9c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/file-operations-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/file-operations-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/a3251f-8fd788%40github.com.


[jenkinsci/gradle-plugin] 80dcc0: Bump com.gradle:develocity-gradle-plugin to 3.17.1...

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 80dcc0bb983ca7d5f5a75d3a0e9ecfa590d4e6e6
  
https://github.com/jenkinsci/gradle-plugin/commit/80dcc0bb983ca7d5f5a75d3a0e9ecfa590d4e6e6
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M src/test/groovy/hudson/plugins/gradle/BaseGradleIntegrationTest.groovy

  Log Message:
  ---
  Bump com.gradle:develocity-gradle-plugin to 3.17.1 (#424)



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/60bedc-80dcc0%40github.com.


[jenkinsci/htmlpublisher-plugin] 92547e: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin
  Commit: 92547e8ee4ecb63bf4fd4470be67d42cf5c87b5c
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/92547e8ee4ecb63bf4fd4470be67d42cf5c87b5c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.79 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.79...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/htmlpublisher-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/htmlpublisher-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-92547e%40github.com.


[jenkinsci/gradle-plugin] 60bedc: Bump com.gradle:develocity-maven-extension to 1.21...

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 60bedc53841aa7ac08dd2ca8e8d50fac19df501e
  
https://github.com/jenkinsci/gradle-plugin/commit/60bedc53841aa7ac08dd2ca8e8d50fac19df501e
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

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

  Log Message:
  ---
  Bump com.gradle:develocity-maven-extension to 1.21.1 (#422)

* Bump com.gradle:develocity-maven-extension to 1.21.1

* Update compatibility matrix



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/063284-60bedc%40github.com.


[jenkinsci/gradle-plugin] 14c7c5: Use short-lived tokens instead of Access key

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/short-lived-token
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 14c7c50da66a412b771f503177e96c6168894251
  
https://github.com/jenkinsci/gradle-plugin/commit/14c7c50da66a412b771f503177e96c6168894251
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M build.gradle.kts
M 
src/main/java/hudson/plugins/gradle/injection/BuildScanEnvironmentContributor.java
A src/main/java/hudson/plugins/gradle/injection/DevelocityAccessKey.java
R 
src/main/java/hudson/plugins/gradle/injection/DevelocityAccessKeyValidator.java
M src/main/java/hudson/plugins/gradle/injection/InjectionConfig.java
A 
src/main/java/hudson/plugins/gradle/injection/token/ShortLivedTokenClient.java
M 
src/test/groovy/hudson/plugins/gradle/injection/BuildScanEnvironmentContributorTest.groovy
A 
src/test/groovy/hudson/plugins/gradle/injection/DevelocityAccessKeyTest.groovy
R 
src/test/groovy/hudson/plugins/gradle/injection/DevelocityAccessKeyValidatorTest.groovy
A 
src/test/groovy/hudson/plugins/gradle/injection/token/ShortLivedTokenClientTest.groovy

  Log Message:
  ---
  Use short-lived tokens instead of Access key



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/short-lived-token/0ad247-14c7c5%40github.com.


[jenkinsci/parameterized-scheduler-plugin] 951879: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/parameterized-scheduler-plugin
  Commit: 9518792369c03b33e407f998f05e8c33e02ce76b
  
https://github.com/jenkinsci/parameterized-scheduler-plugin/commit/9518792369c03b33e407f998f05e8c33e02ce76b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/parameterized-scheduler-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/parameterized-scheduler-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-951879%40github.com.


[jenkinsci/gradle-plugin] 063284: Fix Develocity deprecation warnings triggered by i...

2024-04-10 Thread 'Alexis Tual' via Jenkins Commits
  Branch: refs/heads/atual/up-dev-plugin
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 06328404594358857e5beeb3c58bc52cd5bf320d
  
https://github.com/jenkinsci/gradle-plugin/commit/06328404594358857e5beeb3c58bc52cd5bf320d
  Author: Alexis Tual 
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M acceptance-tests/build.gradle.kts
M src/main/resources/hudson/plugins/gradle/injection/init-script.gradle
M src/test/groovy/hudson/plugins/gradle/BaseGradleIntegrationTest.groovy

  Log Message:
  ---
  Fix Develocity deprecation warnings triggered by init-scripts (#423)

* Fix Develocity deprecation warnings triggered by init-scripts

* Do do not assert on deprecation warnings

There's still one deprecation warning left, due to setting the 
GRADLE_ENTERPRISE_ACCESS_KEY.

* Bump acc tests Jenkins version to 2.388 since suddenly the Credentials plugin 
requires this version at least


  Commit: f511364b9553ac90a975275dd26c8a9e995cfe6a
  
https://github.com/jenkinsci/gradle-plugin/commit/f511364b9553ac90a975275dd26c8a9e995cfe6a
  Author: Alexis Tual 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M acceptance-tests/build.gradle.kts
M src/main/resources/hudson/plugins/gradle/injection/init-script.gradle
M src/test/groovy/hudson/plugins/gradle/BaseGradleIntegrationTest.groovy

  Log Message:
  ---
  Merge branch 'master' into atual/up-dev-plugin


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/942d548a14f0...f511364b9553

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/up-dev-plugin/942d54-f51136%40github.com.


[jenkinsci/ec2-plugin] 17d7a2: build(deps): bump org.jenkins-ci.plugins.aws-java-...

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.aws-java-sdk-aws-java-sdk-ec2-1.12.696-451.v0651a_da_9ca_ec
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 17d7a28464006e4ac25a77a0d7be964386dfc145
  
https://github.com/jenkinsci/ec2-plugin/commit/17d7a28464006e4ac25a77a0d7be964386dfc145
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): bump org.jenkins-ci.plugins.aws-java-sdk:aws-java-sdk-ec2

Bumps 
[org.jenkins-ci.plugins.aws-java-sdk:aws-java-sdk-ec2](https://github.com/jenkinsci/aws-java-sdk-plugin)
 from 1.12.671-439.veec746c91fcb_ to 1.12.696-451.v0651a_da_9ca_ec.
- [Release notes](https://github.com/jenkinsci/aws-java-sdk-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/aws-java-sdk-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/aws-java-sdk-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins.aws-java-sdk:aws-java-sdk-ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/ec2-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/ec2-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.aws-java-sdk-aws-java-sdk-ec2-1.12.696-451.v0651a_da_9ca_ec/00-17d7a2%40github.com.


[jenkinsci/ec2-plugin] c1a719: build(deps): bump org.jenkins-ci.plugins.aws-java-...

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.aws-java-sdk-aws-java-sdk-minimal-1.12.696-451.v0651a_da_9ca_ec
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: c1a7197e35756216e1128995770675fc560bc625
  
https://github.com/jenkinsci/ec2-plugin/commit/c1a7197e35756216e1128995770675fc560bc625
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): bump org.jenkins-ci.plugins.aws-java-sdk:aws-java-sdk-minimal

Bumps 
[org.jenkins-ci.plugins.aws-java-sdk:aws-java-sdk-minimal](https://github.com/jenkinsci/aws-java-sdk-plugin)
 from 1.12.671-439.veec746c91fcb_ to 1.12.696-451.v0651a_da_9ca_ec.
- [Release notes](https://github.com/jenkinsci/aws-java-sdk-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/aws-java-sdk-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/aws-java-sdk-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins.aws-java-sdk:aws-java-sdk-minimal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/ec2-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/ec2-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins.aws-java-sdk-aws-java-sdk-minimal-1.12.696-451.v0651a_da_9ca_ec/00-c1a719%40github.com.


[jenkinsci/ec2-plugin] 55e1e7: build(deps): bump org.jenkins-ci.plugins:plugin fr...

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 55e1e764366ce53ce5076ff8525304027bc9c6a7
  
https://github.com/jenkinsci/ec2-plugin/commit/55e1e764366ce53ce5076ff8525304027bc9c6a7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  build(deps): bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.79 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.79...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/ec2-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/ec2-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-55e1e7%40github.com.


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

2024-04-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/stashnotifier-plugin
  Commit: b55b2d4b96983b66258db5055ffc05d6873c7e3f
  
https://github.com/jenkinsci/stashnotifier-plugin/commit/b55b2d4b96983b66258db5055ffc05d6873c7e3f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-10 (Wed, 10 Apr 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/stashnotifier-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/stashnotifier-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81/00-b55b2d%40github.com.


  1   2   >