[jenkinsci/oic-auth-plugin] 447206: `OicUserProperty` was discarded after saving the u...

2024-06-10 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/oic-auth-plugin
  Commit: 447206fb7a343e16a7b99ffa020616a27683a200
  
https://github.com/jenkinsci/oic-auth-plugin/commit/447206fb7a343e16a7b99ffa020616a27683a200
  Author: Jesse Glick 
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/oic/OicUserProperty.java
M src/main/resources/org/jenkinsci/plugins/oic/Messages.properties
M src/test/java/org/jenkinsci/plugins/oic/PluginTest.java

  Log Message:
  ---
  `OicUserProperty` was discarded after saving the user config page


  Commit: cac1e2fdd24b0eae437e1b1cb98f90e4b720b25f
  
https://github.com/jenkinsci/oic-auth-plugin/commit/cac1e2fdd24b0eae437e1b1cb98f90e4b720b25f
  Author: Jesse Glick 
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/oic/OicUserPropertyTest.java

  Log Message:
  ---
  `OicUserPropertyTest.testGetDescriptor` was pointless


Compare: 
https://github.com/jenkinsci/oic-auth-plugin/compare/05176354540a...cac1e2fdd24b

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/051763-cac1e2%40github.com.


[jenkinsci/jenkins-test-harness] 89e4d5: Update baseline to 2.361 to prevent detached plugins

2024-06-05 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 89e4d518e1a64dcfafd36e398ebdf8a7becfd2a7
  
https://github.com/jenkinsci/jenkins-test-harness/commit/89e4d518e1a64dcfafd36e398ebdf8a7becfd2a7
  Author: James Nord 
  Date:   2024-06-05 (Wed, 05 Jun 2024)

  Changed paths:
M RealJenkinsRuleInit/pom.xml
A RealJenkinsRuleInit/src/main/resources/index.jelly
M src/main/resources/org/jvnet/hudson/test/RealJenkinsRuleInit.jpi

  Log Message:
  ---
  Update baseline to 2.361 to prevent detached plugins

the current baseline caused some detached plugins to be installed when
starting a RealJenkinsRule.

This has an undersirable effect that when
`includeTestClasspathPlugins(false)` is called we still end up with some
plugins that can negatively impact the test.

To avoid this we are simply moving the baseline forward to 2.361 (which
is what the j-t-h specifies as its Jenkins version!)


  Commit: cc092efdbcff21704f733403b4c40470e1ff17c6
  
https://github.com/jenkinsci/jenkins-test-harness/commit/cc092efdbcff21704f733403b4c40470e1ff17c6
  Author: James Nord 
  Date:   2024-06-05 (Wed, 05 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  leave a comment for future bumps


  Commit: 8f497401120da62850ad7f223212aa9e39970629
  
https://github.com/jenkinsci/jenkins-test-harness/commit/8f497401120da62850ad7f223212aa9e39970629
  Author: Jesse Glick 
  Date:   2024-06-05 (Wed, 05 Jun 2024)

  Changed paths:
M RealJenkinsRuleInit/pom.xml
A RealJenkinsRuleInit/src/main/resources/index.jelly
M pom.xml
M src/main/resources/org/jvnet/hudson/test/RealJenkinsRuleInit.jpi

  Log Message:
  ---
  Merge pull request #779 from jtnord/bump-realjenkinsrule-version

Update the minimum version of Jenkins used by RealJenkinsRule to prevent 
detached plugins being dragged in.


Compare: 
https://github.com/jenkinsci/jenkins-test-harness/compare/695ba68964fd...8f497401120d

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

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


[jenkinsci/branch-api-plugin] 87afcc: Deprecating `BranchProperty`s which do not work wi...

2024-06-05 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 87afcc4c12c512d2d5b2fa4b4b610fbcdb2eb8f5
  
https://github.com/jenkinsci/branch-api-plugin/commit/87afcc4c12c512d2d5b2fa4b4b610fbcdb2eb8f5
  Author: Jesse Glick 
  Date:   2024-06-04 (Tue, 04 Jun 2024)

  Changed paths:
M src/main/java/jenkins/branch/BuildRetentionBranchProperty.java
M src/main/java/jenkins/branch/RateLimitBranchProperty.java
M src/main/java/jenkins/branch/UntrustedBranchProperty.java

  Log Message:
  ---
  Deprecating `BranchProperty`s which do not work with Pipeline


  Commit: a9188b5ba942fd6d0f649ac40842726c6ceb0ff9
  
https://github.com/jenkinsci/branch-api-plugin/commit/a9188b5ba942fd6d0f649ac40842726c6ceb0ff9
  Author: Jesse Glick 
  Date:   2024-06-05 (Wed, 05 Jun 2024)

  Changed paths:
M src/main/java/jenkins/branch/BuildRetentionBranchProperty.java
M src/main/java/jenkins/branch/RateLimitBranchProperty.java
M src/main/java/jenkins/branch/UntrustedBranchProperty.java

  Log Message:
  ---
  Merge pull request #459 from jglick/deprecated-branch-properties

Deprecating `BranchProperty`s which do not work with Pipeline


Compare: 
https://github.com/jenkinsci/branch-api-plugin/compare/af810c56e895...a9188b5ba942

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

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


[jenkinsci/jenkins-test-harness] 589639: IPV6 follow-up

2024-06-03 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 589639cc9c58dde89fb6da2504b733baa436ecdd
  
https://github.com/jenkinsci/jenkins-test-harness/commit/589639cc9c58dde89fb6da2504b733baa436ecdd
  Author: Vincent Latombe 
  Date:   2024-05-31 (Fri, 31 May 2024)

  Changed paths:
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  IPV6 follow-up

Reverts part of #742

Only leaves the relevant part which was to switch to the
URL(String,String,String,String) constructor.

The change from localhost to ip caused some test failures in Kubernetes
context (It is invalid to provide an IP address as part of an ingress
host name)


  Commit: 06fe71426f0b538c84274a36ae2a7616eb27f83f
  
https://github.com/jenkinsci/jenkins-test-harness/commit/06fe71426f0b538c84274a36ae2a7616eb27f83f
  Author: Vincent Latombe 
  Date:   2024-05-31 (Fri, 31 May 2024)

  Changed paths:
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java

  Log Message:
  ---
  Update src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java

Co-authored-by: Jesse Glick 


  Commit: 29bbb2e79c5a0f4449d135791f298aa66f123939
  
https://github.com/jenkinsci/jenkins-test-harness/commit/29bbb2e79c5a0f4449d135791f298aa66f123939
  Author: Jesse Glick 
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  Merge pull request #776 from Vlatombe/ipv6-follow-up

IPV6 follow-up


Compare: 
https://github.com/jenkinsci/jenkins-test-harness/compare/dd5102520424...29bbb2e79c5a

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

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


[jenkinsci/git-server-plugin] 77f913: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81

2024-05-28 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-server-plugin
  Commit: 77f913781637993969a1af30a12327523892eb6a
  
https://github.com/jenkinsci/git-server-plugin/commit/77f913781637993969a1af30a12327523892eb6a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 0d945d8d2b39f130e7303e955103f1c2b86c3929
  
https://github.com/jenkinsci/git-server-plugin/commit/0d945d8d2b39f130e7303e955103f1c2b86c3929
  Author: Jesse Glick 
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #117 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/git-server-plugin/compare/19b89e1c8740...0d945d8d2b39

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-server-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/git-server-plugin/push/refs/heads/master/19b89e-0d945d%40github.com.


[jenkinsci/git-server-plugin]

2024-05-28 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/git-server-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-server-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/git-server-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/ec96e2-00%40github.com.


[jenkinsci/git-server-plugin] ec96e2: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-05-28 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-server-plugin
  Commit: ec96e22321e1536c2edca58475d42e6f0e6f34cf
  
https://github.com/jenkinsci/git-server-plugin/commit/ec96e22321e1536c2edca58475d42e6f0e6f34cf
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 19b89e1c8740d61a068cba7a7d06a0737ca9ac8b
  
https://github.com/jenkinsci/git-server-plugin/commit/19b89e1c8740d61a068cba7a7d06a0737ca9ac8b
  Author: Jesse Glick 
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/git-server-plugin/compare/410e62a2015c...19b89e1c8740

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-server-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/git-server-plugin/push/refs/heads/master/410e62-19b89e%40github.com.


[jenkinsci/workflow-api-plugin] 1e1514: Use Java 7 versions of `GZIPInputStream` and `GZIP...

2024-05-28 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 1e1514df65c6c624afa8946c752739e974a9e1c6
  
https://github.com/jenkinsci/workflow-api-plugin/commit/1e1514df65c6c624afa8946c752739e974a9e1c6
  Author: Basil Crow 
  Date:   2024-05-25 (Sat, 25 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/log/ConsoleAnnotators.java

  Log Message:
  ---
  Use Java 7 versions of `GZIPInputStream` and `GZIPOutputStream`


  Commit: 33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01
  
https://github.com/jenkinsci/workflow-api-plugin/commit/33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01
  Author: Jesse Glick 
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/log/ConsoleAnnotators.java

  Log Message:
  ---
  Merge pull request #331 from basil/jzlib

Use Java 7 versions of `GZIPInputStream` and `GZIPOutputStream`


Compare: 
https://github.com/jenkinsci/workflow-api-plugin/compare/4c5a1853dda8...33eb726c50ba

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

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


[jenkinsci/workflow-api-plugin] f6f23e: Migrate from Apache Commons Compress to Ant

2024-05-28 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: f6f23ebe353032befa782732e5d2540bdcbfa2f9
  
https://github.com/jenkinsci/workflow-api-plugin/commit/f6f23ebe353032befa782732e5d2540bdcbfa2f9
  Author: Basil Crow 
  Date:   2024-05-25 (Sat, 25 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java

  Log Message:
  ---
  Migrate from Apache Commons Compress to Ant


  Commit: 4c5a1853dda858f80a5387a778307ddf53bf32a7
  
https://github.com/jenkinsci/workflow-api-plugin/commit/4c5a1853dda858f80a5387a778307ddf53bf32a7
  Author: Jesse Glick 
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java

  Log Message:
  ---
  Merge pull request #332 from basil/tar

Migrate from Apache Commons Compress to Ant


Compare: 
https://github.com/jenkinsci/workflow-api-plugin/compare/e804c2f2d51e...4c5a1853dda8

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

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


[jenkinsci/support-core-plugin] ffbc9b: [chore] No point for CustomLogs to be enabled by d...

2024-05-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: ffbc9bf45c76c38d5b18d385232fc42025d4f290
  
https://github.com/jenkinsci/support-core-plugin/commit/ffbc9bf45c76c38d5b18d385232fc42025d4f290
  Author: Allan Burdajewicz 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/CustomLogs.java

  Log Message:
  ---
  [chore] No point for CustomLogs to be enabled by default


  Commit: 7069a979a9e0d0498fab8c0e773a1cd1be1e0359
  
https://github.com/jenkinsci/support-core-plugin/commit/7069a979a9e0d0498fab8c0e773a1cd1be1e0359
  Author: Jesse Glick 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
A .git-blame-ignore-revs
R .github/release-drafter.yml
R .github/workflows/release-drafter.yml
M .mvn/extensions.xml
R CHANGELOG.md
M Jenkinsfile
M README.md
M pom.xml
M src/main/java/com/cloudbees/jenkins/support/SupportPlugin.java
M src/main/java/com/cloudbees/jenkins/support/api/Container.java
M src/main/java/com/cloudbees/jenkins/support/api/Content.java
M src/main/java/com/cloudbees/jenkins/support/api/LaunchLogsFileContent.java
M src/main/java/com/cloudbees/jenkins/support/filter/ContentFilter.java
M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java
M 
src/main/java/com/cloudbees/jenkins/support/impl/AbstractItemDirectoryComponent.java
M 
src/main/java/com/cloudbees/jenkins/support/impl/RunDirectoryComponent.java
M src/main/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogs.java
M 
src/main/resources/com/cloudbees/jenkins/support/impl/AbstractItemDirectoryComponent/help.html
M 
src/main/resources/com/cloudbees/jenkins/support/impl/DirectoryComponent/help-excludes.html
M 
src/main/resources/com/cloudbees/jenkins/support/impl/DirectoryComponent/help-includes.html
M 
src/main/resources/com/cloudbees/jenkins/support/impl/RunDirectoryComponent/help.html
M src/test/java/com/cloudbees/jenkins/support/CheckFilterTest.java
M src/test/java/com/cloudbees/jenkins/support/Security2186Test.java
R 
src/test/java/com/cloudbees/jenkins/support/impl/AbstractItemComponentTest.java
A 
src/test/java/com/cloudbees/jenkins/support/impl/AbstractItemDirectoryComponentTest.java
M src/test/java/com/cloudbees/jenkins/support/impl/NodeExecutorsTest.java
M 
src/test/java/com/cloudbees/jenkins/support/impl/RunDirectoryComponentTest.java
A 
src/test/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogsRestartTest.java
M src/test/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogsTest.java
M src/test/java/com/cloudbees/jenkins/support/util/Chrono.java

  Log Message:
  ---
  Merge branch 'master' into chore/excludeLogsByDefault


  Commit: dc80f205b2388dedb3631ca9a7d97a911d06ac2d
  
https://github.com/jenkinsci/support-core-plugin/commit/dc80f205b2388dedb3631ca9a7d97a911d06ac2d
  Author: Allan Burdajewicz 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/support/api/ObjectComponent.java
M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  ---
  Merge branch 'master' into chore/excludeLogsByDefault


  Commit: 2b508849847c71b3617d0a32ec13f40af5fafb93
  
https://github.com/jenkinsci/support-core-plugin/commit/2b508849847c71b3617d0a32ec13f40af5fafb93
  Author: Jesse Glick 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/CustomLogs.java

  Log Message:
  ---
  Spotless


  Commit: 5fc6afcdd1e524052a17ff8d85a336ce3b3c4f79
  
https://github.com/jenkinsci/support-core-plugin/commit/5fc6afcdd1e524052a17ff8d85a336ce3b3c4f79
  Author: Jesse Glick 
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/CustomLogs.java

  Log Message:
  ---
  Merge pull request #542 from Dohbedoh/chore/excludeLogsByDefault

[chore] No point for CustomLogs to be enabled by default


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/cdfefe55bf34...5fc6afcdd1e5

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

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


[jenkinsci/support-core-plugin] ffbc9b: [chore] No point for CustomLogs to be enabled by d...

2024-05-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/gh-readonly-queue/master/pr-542-cdfefe55bf343ded616b56823fbd4bfaaff46c44
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: ffbc9bf45c76c38d5b18d385232fc42025d4f290
  
https://github.com/jenkinsci/support-core-plugin/commit/ffbc9bf45c76c38d5b18d385232fc42025d4f290
  Author: Allan Burdajewicz 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/CustomLogs.java

  Log Message:
  ---
  [chore] No point for CustomLogs to be enabled by default


  Commit: 7069a979a9e0d0498fab8c0e773a1cd1be1e0359
  
https://github.com/jenkinsci/support-core-plugin/commit/7069a979a9e0d0498fab8c0e773a1cd1be1e0359
  Author: Jesse Glick 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
A .git-blame-ignore-revs
R .github/release-drafter.yml
R .github/workflows/release-drafter.yml
M .mvn/extensions.xml
R CHANGELOG.md
M Jenkinsfile
M README.md
M pom.xml
M src/main/java/com/cloudbees/jenkins/support/SupportPlugin.java
M src/main/java/com/cloudbees/jenkins/support/api/Container.java
M src/main/java/com/cloudbees/jenkins/support/api/Content.java
M src/main/java/com/cloudbees/jenkins/support/api/LaunchLogsFileContent.java
M src/main/java/com/cloudbees/jenkins/support/filter/ContentFilter.java
M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java
M 
src/main/java/com/cloudbees/jenkins/support/impl/AbstractItemDirectoryComponent.java
M 
src/main/java/com/cloudbees/jenkins/support/impl/RunDirectoryComponent.java
M src/main/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogs.java
M 
src/main/resources/com/cloudbees/jenkins/support/impl/AbstractItemDirectoryComponent/help.html
M 
src/main/resources/com/cloudbees/jenkins/support/impl/DirectoryComponent/help-excludes.html
M 
src/main/resources/com/cloudbees/jenkins/support/impl/DirectoryComponent/help-includes.html
M 
src/main/resources/com/cloudbees/jenkins/support/impl/RunDirectoryComponent/help.html
M src/test/java/com/cloudbees/jenkins/support/CheckFilterTest.java
M src/test/java/com/cloudbees/jenkins/support/Security2186Test.java
R 
src/test/java/com/cloudbees/jenkins/support/impl/AbstractItemComponentTest.java
A 
src/test/java/com/cloudbees/jenkins/support/impl/AbstractItemDirectoryComponentTest.java
M src/test/java/com/cloudbees/jenkins/support/impl/NodeExecutorsTest.java
M 
src/test/java/com/cloudbees/jenkins/support/impl/RunDirectoryComponentTest.java
A 
src/test/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogsRestartTest.java
M src/test/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogsTest.java
M src/test/java/com/cloudbees/jenkins/support/util/Chrono.java

  Log Message:
  ---
  Merge branch 'master' into chore/excludeLogsByDefault


  Commit: dc80f205b2388dedb3631ca9a7d97a911d06ac2d
  
https://github.com/jenkinsci/support-core-plugin/commit/dc80f205b2388dedb3631ca9a7d97a911d06ac2d
  Author: Allan Burdajewicz 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/support/api/ObjectComponent.java
M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  ---
  Merge branch 'master' into chore/excludeLogsByDefault


  Commit: 2b508849847c71b3617d0a32ec13f40af5fafb93
  
https://github.com/jenkinsci/support-core-plugin/commit/2b508849847c71b3617d0a32ec13f40af5fafb93
  Author: Jesse Glick 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/CustomLogs.java

  Log Message:
  ---
  Spotless


  Commit: 5fc6afcdd1e524052a17ff8d85a336ce3b3c4f79
  
https://github.com/jenkinsci/support-core-plugin/commit/5fc6afcdd1e524052a17ff8d85a336ce3b3c4f79
  Author: Jesse Glick 
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/CustomLogs.java

  Log Message:
  ---
  Merge pull request #542 from Dohbedoh/chore/excludeLogsByDefault

[chore] No point for CustomLogs to be enabled by default


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/ffbc9bf45c76%5E...5fc6afcdd1e5

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

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


[jenkinsci/workflow-job-plugin] ddeb3b: Update WorkflowJobTest.java

2024-05-24 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: ddeb3b4b21b083c7a1a52c5cfa16b0d9e6adbb7b
  
https://github.com/jenkinsci/workflow-job-plugin/commit/ddeb3b4b21b083c7a1a52c5cfa16b0d9e6adbb7b
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowJobTest.java

  Log Message:
  ---
  Update WorkflowJobTest.java


  Commit: 22a0edd01d2c6e94f7bcaf3d5d28676d5423791a
  
https://github.com/jenkinsci/workflow-job-plugin/commit/22a0edd01d2c6e94f7bcaf3d5d28676d5423791a
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2024-05-19 (Sun, 19 May 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowJobTest.java

  Log Message:
  ---
  Update WorkflowJobTest.java


  Commit: 2ecbaa42fd466bb3e8ecba3c41be497ebcf9a8dd
  
https://github.com/jenkinsci/workflow-job-plugin/commit/2ecbaa42fd466bb3e8ecba3c41be497ebcf9a8dd
  Author: Jesse Glick 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowJobTest.java

  Log Message:
  ---
  Merge pull request #437 from janfaracik/remove-disable-project

Remove 'Disable project' button usage in test


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/bebf01bc77f6...2ecbaa42fd46

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-job-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/workflow-job-plugin/push/refs/heads/master/bebf01-2ecbaa%40github.com.


[jenkinsci/pipeline-input-step-plugin] bade10: Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82

2024-05-23 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-input-step-plugin
  Commit: bade104328ae131c8c85661862569f9258ffd013
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/bade104328ae131c8c85661862569f9258ffd013
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 5b3ac1ca520520d04f672be1547240a5808db772
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/5b3ac1ca520520d04f672be1547240a5808db772
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M pom.xml

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

Bumps [io.jenkins.tools.bom:bom-2.440.x](https://github.com/jenkinsci/bom) from 
2746.vb_79a_1d3e7b_c8 to 3056.v53343b_a_b_a_850.
- [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: a0b26861fa2a861ff5e34f33cfdb78088e0f2d19
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/a0b26861fa2a861ff5e34f33cfdb78088e0f2d19
  Author: Mark Waite 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Jenkins 2.440.3 or newer

https://stats.jenkins.io/pluginversions/pipeline-input-step.html shows
that 90% of the installations of 495.ve9c153f6067b_  are already
running Jenkins 2.440.3 or newer.

https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/
recommends Jenkins 2.440.3 as one of the versions, rather than 2.440.

https://github.com/jenkinsci/pipeline-input-step-plugin/pull/167 fails
to update the BOM version because it is not requiring Jenkins 2.440.1
or newer.

This will allow merge of:

* https://github.com/jenkinsci/pipeline-input-step-plugin/pull/164
* https://github.com/jenkinsci/pipeline-input-step-plugin/pull/167


  Commit: b9cb12949cbef1c056ed01680a07b080a3ddb065
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/b9cb12949cbef1c056ed01680a07b080a3ddb065
  Author: Mark Waite 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 
'dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-3056.v53343b_a_b_a_850' into 
require-jenkins-2.440.3-or-newer


  Commit: 4cf5e38fe967f74441e3b53c25a43f5b7473b6f2
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/4cf5e38fe967f74441e3b53c25a43f5b7473b6f2
  Author: Mark Waite 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'dependabot/maven/org.jenkins-ci.plugins-plugin-4.82' into 
require-jenkins-2.440.3-or-newer


  Commit: 38405699ecbf53425c7c7ba261e0ce02bcfc1754
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/38405699ecbf53425c7c7ba261e0ce02bcfc1754
  Author: Jesse Glick 
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #168 from MarkEWaite/require-jenkins-2.440.3-or-newer

Require Jenkins 2.440.3 or newer


Compare: 
https://github.com/jenkinsci/pipeline-input-step-plugin/compare/a5e6fdebefd1...38405699ecbf

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


[jenkinsci/support-core-plugin]

2024-05-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.82
  Home:   https://github.com/jenkinsci/support-core-plugin

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

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


[jenkinsci/support-core-plugin] 50c169: Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82

2024-05-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: 50c1694f47573ff617de0e08fc2a1d68f5cea52f
  
https://github.com/jenkinsci/support-core-plugin/commit/50c1694f47573ff617de0e08fc2a1d68f5cea52f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: a2be971f72aa3ff17f6039edec7147abdc6088bd
  
https://github.com/jenkinsci/support-core-plugin/commit/a2be971f72aa3ff17f6039edec7147abdc6088bd
  Author: Basil Crow 
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  ---
  Forward compatibility with EE 9


  Commit: 35f3ec4bd4d0bdc70d7d775eb8d1f36ce86cad3f
  
https://github.com/jenkinsci/support-core-plugin/commit/35f3ec4bd4d0bdc70d7d775eb8d1f36ce86cad3f
  Author: Jesse Glick 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  ---
  Merge pull request #543 from basil/forward

Forward compatibility with EE 9


  Commit: cdfefe55bf343ded616b56823fbd4bfaaff46c44
  
https://github.com/jenkinsci/support-core-plugin/commit/cdfefe55bf343ded616b56823fbd4bfaaff46c44
  Author: Jesse Glick 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/85b1590d14fc...cdfefe55bf34

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

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


[jenkinsci/support-core-plugin] ce8cf1: [doc] Remove misleading javadoc comment

2024-05-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: ce8cf1fb6aa46e86fad6eee1cee48dbb059156e6
  
https://github.com/jenkinsci/support-core-plugin/commit/ce8cf1fb6aa46e86fad6eee1cee48dbb059156e6
  Author: Pierre Beitz 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/api/ObjectComponent.java

  Log Message:
  ---
  [doc] Remove misleading javadoc comment


  Commit: 85b1590d14fc8a2b9d994f57597e19379edb90f3
  
https://github.com/jenkinsci/support-core-plugin/commit/85b1590d14fc8a2b9d994f57597e19379edb90f3
  Author: Jesse Glick 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/api/ObjectComponent.java

  Log Message:
  ---
  Merge pull request #544 from PierreBtz/patch-2

[doc] Remove misleading javadoc comment


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/9b14982c4c80...85b1590d14fc

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

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


[jenkinsci/support-core-plugin] cdfefe: Merge pull request #538 from jenkinsci/dependabot/...

2024-05-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/gh-readonly-queue/master/pr-538-35f3ec4bd4d0bdc70d7d775eb8d1f36ce86cad3f
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: cdfefe55bf343ded616b56823fbd4bfaaff46c44
  
https://github.com/jenkinsci/support-core-plugin/commit/cdfefe55bf343ded616b56823fbd4bfaaff46c44
  Author: Jesse Glick 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
M pom.xml

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

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



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

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


[jenkinsci/support-core-plugin] a2be97: Forward compatibility with EE 9

2024-05-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/gh-readonly-queue/master/pr-543-85b1590d14fc8a2b9d994f57597e19379edb90f3
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: a2be971f72aa3ff17f6039edec7147abdc6088bd
  
https://github.com/jenkinsci/support-core-plugin/commit/a2be971f72aa3ff17f6039edec7147abdc6088bd
  Author: Basil Crow 
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  ---
  Forward compatibility with EE 9


  Commit: 35f3ec4bd4d0bdc70d7d775eb8d1f36ce86cad3f
  
https://github.com/jenkinsci/support-core-plugin/commit/35f3ec4bd4d0bdc70d7d775eb8d1f36ce86cad3f
  Author: Jesse Glick 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  ---
  Merge pull request #543 from basil/forward

Forward compatibility with EE 9


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/a2be971f72aa%5E...35f3ec4bd4d0

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

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


[jenkinsci/support-core-plugin] ce8cf1: [doc] Remove misleading javadoc comment

2024-05-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/gh-readonly-queue/master/pr-544-9b14982c4c80266152c30ddd95a29376b9892fb5
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: ce8cf1fb6aa46e86fad6eee1cee48dbb059156e6
  
https://github.com/jenkinsci/support-core-plugin/commit/ce8cf1fb6aa46e86fad6eee1cee48dbb059156e6
  Author: Pierre Beitz 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/api/ObjectComponent.java

  Log Message:
  ---
  [doc] Remove misleading javadoc comment


  Commit: 85b1590d14fc8a2b9d994f57597e19379edb90f3
  
https://github.com/jenkinsci/support-core-plugin/commit/85b1590d14fc8a2b9d994f57597e19379edb90f3
  Author: Jesse Glick 
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/api/ObjectComponent.java

  Log Message:
  ---
  Merge pull request #544 from PierreBtz/patch-2

[doc] Remove misleading javadoc comment


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/ce8cf1fb6aa4%5E...85b1590d14fc

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

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


[jenkinsci/docker-workflow-plugin] c2d44a: ---

2024-05-21 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-workflow-plugin
  Commit: c2d44aa33cfc781bd23d47353f42c2399cc61816
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/c2d44aa33cfc781bd23d47353f42c2399cc61816
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  ---
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: 42d35ccb3a8677c6787276eb57fee53392259849
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/42d35ccb3a8677c6787276eb57fee53392259849
  Author: Jesse Glick 
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
M pom.xml

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

Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.82


Compare: 
https://github.com/jenkinsci/docker-workflow-plugin/compare/c0c340686b54...42d35ccb3a86

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/docker-workflow-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/docker-workflow-plugin/push/refs/heads/master/c0c340-42d35c%40github.com.


[jenkinsci/durable-task-plugin] 4dfd12: ---

2024-05-20 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/durable-task-plugin
  Commit: 4dfd12ac8ef1b6ba4d833ef388e08756c9a25b27
  
https://github.com/jenkinsci/durable-task-plugin/commit/4dfd12ac8ef1b6ba4d833ef388e08756c9a25b27
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M pom.xml

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

Signed-off-by: dependabot[bot] 


  Commit: 7f70dd3dc24f8a537c4ba26020022eff6f1fe340
  
https://github.com/jenkinsci/durable-task-plugin/commit/7f70dd3dc24f8a537c4ba26020022eff6f1fe340
  Author: Jesse Glick 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #215 from 
jenkinsci/dependabot/maven/org.jenkins-ci.test-docker-fixtures-200.v22a_e8766731c

Bump org.jenkins-ci.test:docker-fixtures from 190.vd6a_e600cb_775 to 
200.v22a_e8766731c


Compare: 
https://github.com/jenkinsci/durable-task-plugin/compare/32f845b39b3b...7f70dd3dc24f

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/durable-task-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/durable-task-plugin/push/refs/heads/master/32f845-7f70dd%40github.com.


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

2024-05-20 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: 60f512b36f0173acea47b3fdd0177efa11db19cc
  
https://github.com/jenkinsci/groovy-plugin/commit/60f512b36f0173acea47b3fdd0177efa11db19cc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-20 (Mon, 20 May 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 190.vd6a_e600cb_775 to 200.v22a_e8766731c.
- [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] 


  Commit: 8b5216d8c6dd04dcb161a743087d4dc5d4863f30
  
https://github.com/jenkinsci/groovy-plugin/commit/8b5216d8c6dd04dcb161a743087d4dc5d4863f30
  Author: Basil Crow 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Do not use container agents


  Commit: 9539341d7cf98058b27d126f8121a8c22992162d
  
https://github.com/jenkinsci/groovy-plugin/commit/9539341d7cf98058b27d126f8121a8c22992162d
  Author: Basil Crow 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M src/test/java/hudson/plugins/groovy/WithGroovyStepTest.java

  Log Message:
  ---
  Java 11 to 17


  Commit: 413c69641e50c97a8a618acda18eb15ed3bcc471
  
https://github.com/jenkinsci/groovy-plugin/commit/413c69641e50c97a8a618acda18eb15ed3bcc471
  Author: Jesse Glick 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/test/java/hudson/plugins/groovy/WithGroovyStepTest.java

  Log Message:
  ---
  Merge pull request #69 from 
jenkinsci/dependabot/maven/org.jenkins-ci.test-docker-fixtures-200.v22a_e8766731c

Bump org.jenkins-ci.test:docker-fixtures from 190.vd6a_e600cb_775 to 
200.v22a_e8766731c


Compare: 
https://github.com/jenkinsci/groovy-plugin/compare/9729bbc47c49...413c69641e50

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/9729bb-413c69%40github.com.


[jenkinsci/maven-plugin] ca060a: Bump maven-reporting-api from 3.0 to 3.1.1

2024-05-20 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: ca060af03a9875961bcefc5f63f0c17fd1307539
  
https://github.com/jenkinsci/maven-plugin/commit/ca060af03a9875961bcefc5f63f0c17fd1307539
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-reporting-api from 3.0 to 3.1.1

Bumps [maven-reporting-api](https://github.com/apache/maven-reporting-api) from 
3.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-reporting-api/releases)
- 
[Commits](https://github.com/apache/maven-reporting-api/compare/maven-reporting-api-3.0...maven-reporting-api-3.1.1)

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

Signed-off-by: dependabot[bot] 


  Commit: 29836c51a79cbd945e8bfc706b09ea89f8b19b20
  
https://github.com/jenkinsci/maven-plugin/commit/29836c51a79cbd945e8bfc706b09ea89f8b19b20
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.codehaus.plexus:plexus-classworlds from 2.6.0 to 2.7.0

Bumps 
[org.codehaus.plexus:plexus-classworlds](https://github.com/codehaus-plexus/plexus-classworlds)
 from 2.6.0 to 2.7.0.
- [Release 
notes](https://github.com/codehaus-plexus/plexus-classworlds/releases)
- 
[Commits](https://github.com/codehaus-plexus/plexus-classworlds/compare/plexus-classworlds-2.6.0...plexus-classworlds-2.7.0)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-classworlds
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: d196836baef84088f6023739bcf447ed5723464f
  
https://github.com/jenkinsci/maven-plugin/commit/d196836baef84088f6023739bcf447ed5723464f
  Author: Stefan Spieker 
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M src/main/java/hudson/maven/AbstractMavenBuilder.java
M src/main/java/hudson/maven/MavenModuleSet.java
M src/main/java/hudson/maven/MavenModuleSetBuild.java
M src/main/java/hudson/maven/MojoInfo.java
M src/main/java/hudson/maven/ProcessCache.java
M src/main/java/hudson/maven/SplittableBuildListener.java
M src/main/java/hudson/maven/reporters/TestMojo.java
M src/test/java/hudson/maven/Maven36xBuildTest.java
M src/test/java/hudson/maven/MavenProjectTest.java
M src/test/java/hudson/maven/reporters/MavenMailerTest.java

  Log Message:
  ---
  replaced deprecated NullStream and Jenkins.getInstance() with suggested 
replacements


  Commit: cf80c69834bfa777844660305067ae24fd207a67
  
https://github.com/jenkinsci/maven-plugin/commit/cf80c69834bfa777844660305067ae24fd207a67
  Author: Mark Waite 
  Date:   2024-04-05 (Fri, 05 Apr 2024)

  Changed paths:
A .github/CODEOWNERS
M README.md
M pom.xml
M src/main/java/hudson/maven/AbstractMavenBuilder.java
M src/main/java/hudson/maven/MavenModuleSet.java
M src/main/java/hudson/maven/MavenModuleSetBuild.java
M src/main/java/hudson/maven/MojoInfo.java
M src/main/java/hudson/maven/ProcessCache.java
M src/main/java/hudson/maven/SplittableBuildListener.java
M src/main/java/hudson/maven/reporters/TestMojo.java
M src/test/java/hudson/maven/Maven36xBuildTest.java
M src/test/java/hudson/maven/MavenProjectTest.java
M src/test/java/hudson/maven/reporters/MavenMailerTest.java

  Log Message:
  ---
  Merge branches 'angus', 'conventions/codeowners', 
'dependabot/maven/master/org.apache.maven.reporting-maven-reporting-api-3.1.1', 
'dependabot/maven/master/org.codehaus.plexus-plexus-classworlds-2.7.0', 
'deprecations' and 'patch-1' into octopus


  Commit: 7ae02e21e9806e3fa18115f99a54004a14a3c6e8
  
https://github.com/jenkinsci/maven-plugin/commit/7ae02e21e9806e3fa18115f99a54004a14a3c6e8
  Author: samgabriel 
  Date:   2024-04-05 (Fri, 05 Apr 2024)

  Changed paths:
M src/main/java/hudson/maven/Maven31ProcessFactory.java
M src/main/java/hudson/maven/Maven32ProcessFactory.java
M src/main/java/hudson/maven/Maven33ProcessFactory.java
M src/main/java/hudson/maven/Maven35ProcessFactory.java
M src/main/java/hudson/maven/Maven3ProcessFactory.java

  Log Message:
  ---
  Fixes JENKINS-19396 running on linux with windows master


  Commit: 346699ea9b6ac271498982a2cb0cf33047dbe084
  
https://github.com/jenkinsci/maven-plugin/commit/346699ea9b6ac271498982a2cb0cf33047dbe084
  Author: Jesse Glick 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M src/main/java/hudson/maven/AbstractMavenProcessFactory.java
M src/main/java/hudson/maven/MavenBuild.java
M src/main/java/hudson/maven/ModuleName.java
M src/main/java/hudson/maven/MojoInfo.java
M 

[jenkinsci/maven-plugin] 854e29: Fix a syntax error.

2024-05-20 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 854e291b3a8f97faa651d7db2fb1d3d58fceedc2
  
https://github.com/jenkinsci/maven-plugin/commit/854e291b3a8f97faa651d7db2fb1d3d58fceedc2
  Author: Matthias Mailänder 
  Date:   2023-11-29 (Wed, 29 Nov 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Fix a syntax error.


  Commit: 5b86fa7d23d32a4d697822204f668c0d92dd5646
  
https://github.com/jenkinsci/maven-plugin/commit/5b86fa7d23d32a4d697822204f668c0d92dd5646
  Author: Jesse Glick 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #320 from Mailaender/patch-1

Fixed a small syntax error in the README


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/08a37cb408e2...5b86fa7d23d3

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/maven-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/maven-plugin/push/refs/heads/master/08a37c-5b86fa%40github.com.


[jenkinsci/maven-plugin] 79f6b8: chore(CODEOWNERS): add plugin development team

2024-05-20 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 79f6b892423f813218883a00323f774a16bf6ba8
  
https://github.com/jenkinsci/maven-plugin/commit/79f6b892423f813218883a00323f774a16bf6ba8
  Author: Steve Hill 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
A .github/CODEOWNERS

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

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

Co-authored-by: Moderne 


  Commit: 08a37cb408e25ecdccc7350c4d52412ea921cd43
  
https://github.com/jenkinsci/maven-plugin/commit/08a37cb408e25ecdccc7350c4d52412ea921cd43
  Author: Jesse Glick 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Merge pull request #317 from sghill-rewrite/conventions/codeowners

Add Plugin Development Team to CODEOWNERS


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/550b779ef00f...08a37cb408e2

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/maven-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/maven-plugin/push/refs/heads/master/550b77-08a37c%40github.com.


[jenkinsci/maven-plugin] f46ae7: Adapt to Jakarta Activation and Jakarta Mail upgrades

2024-05-20 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: f46ae7e696ed4347ee0b23a1c60ce36476a0c17a
  
https://github.com/jenkinsci/maven-plugin/commit/f46ae7e696ed4347ee0b23a1c60ce36476a0c17a
  Author: Basil Crow 
  Date:   2024-03-04 (Mon, 04 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Adapt to Jakarta Activation and Jakarta Mail upgrades


  Commit: 550b779ef00faf0f11dc3643f917f4bdf3c33c9b
  
https://github.com/jenkinsci/maven-plugin/commit/550b779ef00faf0f11dc3643f917f4bdf3c33c9b
  Author: Jesse Glick 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #321 from basil/angus

Adapt to Jakarta Activation and Jakarta Mail upgrades


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/75dda1dc8a7d...550b779ef00f

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/maven-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/maven-plugin/push/refs/heads/master/75dda1-550b77%40github.com.


[jenkinsci/incrementals-tools] 6030ad: Bump s4u/setup-maven-action from 1.12.0 to 1.13.0

2024-05-20 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/incrementals-tools
  Commit: 6030adff40a3df0e40cdf41e3339d358b4e283a2
  
https://github.com/jenkinsci/incrementals-tools/commit/6030adff40a3df0e40cdf41e3339d358b4e283a2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-20 (Mon, 20 May 2024)

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

  Log Message:
  ---
  Bump s4u/setup-maven-action from 1.12.0 to 1.13.0

Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 
1.12.0 to 1.13.0.
- [Release notes](https://github.com/s4u/setup-maven-action/releases)
- [Commits](https://github.com/s4u/setup-maven-action/compare/v1.12.0...v1.13.0)

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

Signed-off-by: dependabot[bot] 


  Commit: 17ef6738be8111f7b110f10dd378a0144c97c332
  
https://github.com/jenkinsci/incrementals-tools/commit/17ef6738be8111f7b110f10dd378a0144c97c332
  Author: Jesse Glick 
  Date:   2024-05-20 (Mon, 20 May 2024)

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

  Log Message:
  ---
  Merge pull request #108 from 
jenkinsci/dependabot/github_actions/s4u/setup-maven-action-1.13.0

Bump s4u/setup-maven-action from 1.12.0 to 1.13.0


Compare: 
https://github.com/jenkinsci/incrementals-tools/compare/7d5bc6915b33...17ef6738be81

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/incrementals-tools/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/incrementals-tools/push/refs/heads/master/7d5bc6-17ef67%40github.com.


[jenkinsci/incrementals-tools]

2024-05-20 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/s4u/setup-maven-action-1.13.0
  Home:   https://github.com/jenkinsci/incrementals-tools

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/incrementals-tools/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/incrementals-tools/push/refs/heads/dependabot/github_actions/s4u/setup-maven-action-1.13.0/6030ad-00%40github.com.


[jenkinsci/jenkins] aaf4b6: [JENKINS-73090] Handle CR from `LineTransformation...

2024-05-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: aaf4b64cc0f99f440e66429abc949aeb4822a695
  
https://github.com/jenkinsci/jenkins/commit/aaf4b64cc0f99f440e66429abc949aeb4822a695
  Author: Jesse Glick 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M core/src/main/java/hudson/console/HyperlinkNote.java
M core/src/main/java/hudson/console/LineTransformationOutputStream.java
A core/src/test/java/hudson/console/LineTransformationOutputStreamTest.java

  Log Message:
  ---
  [JENKINS-73090] Handle CR from `LineTransformationOutputStream` (#9219)

* [JENKINS-73090] Handle CR from `LineTransformationOutputStream`

* Spotless

* Strengthening test to assert that actual linefeed is passed to `eol`

* Also needed to adjust `HyperlinkNote` trick



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/90a6ac-aaf4b6%40github.com.


[jenkinsci/workflow-basic-steps-plugin] 2dedb2: Added `CatchErrorStepTest.abortPreviousWithCatchEr...

2024-05-17 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: 2dedb23002effb76a723516a18d58261a07e9432
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/2dedb23002effb76a723516a18d58261a07e9432
  Author: Jesse Glick 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest.java

  Log Message:
  ---
  Added `CatchErrorStepTest.abortPreviousWithCatchError`


  Commit: 1341de542ab6001ca7161d0a8543aa8195b8a6b8
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/1341de542ab6001ca7161d0a8543aa8195b8a6b8
  Author: Jesse Glick 
  Date:   2024-05-17 (Fri, 17 May 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest.java

  Log Message:
  ---
  Merge pull request #310 from jglick/abortPreviousWithCatchError

Added `CatchErrorStepTest.abortPreviousWithCatchError`


Compare: 
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/d112f884dba3...1341de542ab6

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-basic-steps-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/workflow-basic-steps-plugin/push/refs/heads/master/d112f8-1341de%40github.com.


[jenkinsci/workflow-api-plugin] 7c6165: Fix origin identification for unserializable excep...

2024-05-16 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 7c6165ae01d3d05a7addfedd88e815478871d6c0
  
https://github.com/jenkinsci/workflow-api-plugin/commit/7c6165ae01d3d05a7addfedd88e815478871d6c0
  Author: Devin Nusbaum 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java
M src/test/java/org/jenkinsci/plugins/workflow/actions/ErrorActionTest.java

  Log Message:
  ---
  Fix origin identification for unserializable exceptions


  Commit: d816bebadcaa84e14a76c21cc7db2710ae43c68e
  
https://github.com/jenkinsci/workflow-api-plugin/commit/d816bebadcaa84e14a76c21cc7db2710ae43c68e
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java
M src/test/java/org/jenkinsci/plugins/workflow/actions/ErrorActionTest.java

  Log Message:
  ---
  `ErrorActionTest.findOriginFromBodyExecutionCallback`


  Commit: 884b09ea5e58c6b01745c0cdba87bc8354e55fbc
  
https://github.com/jenkinsci/workflow-api-plugin/commit/884b09ea5e58c6b01745c0cdba87bc8354e55fbc
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java
M src/test/java/org/jenkinsci/plugins/workflow/actions/ErrorActionTest.java

  Log Message:
  ---
  Still failing even after purported `ProxyException` fix.
Merge branch 'erroraction-id-proxyexception' into 
findOriginFromBodyExecutionCallback


  Commit: 9c0a25a0fc22bc7f71d4584acab918aa6985ac0c
  
https://github.com/jenkinsci/workflow-api-plugin/commit/9c0a25a0fc22bc7f71d4584acab918aa6985ac0c
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java

  Log Message:
  ---
  Logging in `equals`


  Commit: 23d9662a2a81e2ac581bd554c1aa2682c1bc719f
  
https://github.com/jenkinsci/workflow-api-plugin/commit/23d9662a2a81e2ac581bd554c1aa2682c1bc719f
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java

  Log Message:
  ---
  Do not do a null check on `error` when it is `@NonNull`


  Commit: 352dc46d0227ff205dbc07810492f91269bbd444
  
https://github.com/jenkinsci/workflow-api-plugin/commit/352dc46d0227ff205dbc07810492f91269bbd444
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java

  Log Message:
  ---
  Doing an id check first does not suffice; the `ProxyException` lacks an id 
initially, and later gets a distinct one


  Commit: b33d4594a46e2e862f7bb27329bd66ee4cac041d
  
https://github.com/jenkinsci/workflow-api-plugin/commit/b33d4594a46e2e862f7bb27329bd66ee4cac041d
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java

  Log Message:
  ---
  Back to `ForkScanner` 
https://github.com/jenkinsci/workflow-api-plugin/pull/327/commits/28d0acd535d3008120412de33819115953edf710
 
https://github.com/jenkinsci/workflow-api-plugin/pull/327#discussion_r1604122340


  Commit: 15024e3bc079c4fcc9de6c20758acaaa17fb8575
  
https://github.com/jenkinsci/workflow-api-plugin/commit/15024e3bc079c4fcc9de6c20758acaaa17fb8575
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java

  Log Message:
  ---
  We need to use the same id


  Commit: fd9832948eb3ad216d41b43c4f114d0765a206ed
  
https://github.com/jenkinsci/workflow-api-plugin/commit/fd9832948eb3ad216d41b43c4f114d0765a206ed
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java

  Log Message:
  ---
  Optimization along the lines of c27b80bcdfb3d416e66ae24f2e2cac65b12f6222


  Commit: 401e35efd6902787fe0d6a1d36cb2c74c428a18e
  
https://github.com/jenkinsci/workflow-api-plugin/commit/401e35efd6902787fe0d6a1d36cb2c74c428a18e
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/actions/ErrorActionTest.java

  Log Message:
  ---
  Removing earlier test case

Co-authored-by: Devin Nusbaum 


  Commit: c952156139b00f82e7f86aa60a90f2fd9729ccfe
  
https://github.com/jenkinsci/workflow-api-plugin/commit/c952156139b00f82e7f86aa60a90f2fd9729ccfe
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/actions/ErrorActionTest.java

  Log Message:
  ---
  Cleaning imports (maybe 

[jenkinsci/workflow-api-plugin] 776f63: Bump baseline to pick up Remoting fix

2024-05-16 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 776f63468c2db236f0f1094a6d487185f48550e1
  
https://github.com/jenkinsci/workflow-api-plugin/commit/776f63468c2db236f0f1094a6d487185f48550e1
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/workflow/actions/ErrorActionTest.java

  Log Message:
  ---
  Bump baseline to pick up Remoting fix


  Commit: c7230bbb8f2eeac3d2c4f41f09361ab74b722c5b
  
https://github.com/jenkinsci/workflow-api-plugin/commit/c7230bbb8f2eeac3d2c4f41f09361ab74b722c5b
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/workflow/actions/ErrorActionTest.java

  Log Message:
  ---
  Merge pull request #326 from jglick/bump

Bump baseline to pick up `ProxyException` fix


Compare: 
https://github.com/jenkinsci/workflow-api-plugin/compare/58374d0caf52...c7230bbb8f2e

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

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


[jenkinsci/pam-auth-plugin] 031da3: chore(CODEOWNERS): add plugin development team

2024-05-16 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pam-auth-plugin
  Commit: 031da3ab43722b14279626512ae780efcf2ea91a
  
https://github.com/jenkinsci/pam-auth-plugin/commit/031da3ab43722b14279626512ae780efcf2ea91a
  Author: Steve Hill 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
A .github/CODEOWNERS

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

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

Co-authored-by: Moderne 


  Commit: 69745f3dec7111442a86b539ab9cac78717935c2
  
https://github.com/jenkinsci/pam-auth-plugin/commit/69745f3dec7111442a86b539ab9cac78717935c2
  Author: Jesse Glick 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Merge pull request #26 from sghill-rewrite/conventions/codeowners

Add Plugin Development Team to CODEOWNERS


Compare: 
https://github.com/jenkinsci/pam-auth-plugin/compare/6953fd766feb...69745f3dec71

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


[jenkinsci/workflow-job-plugin] a36616: Switch to 2.452.x BOM

2024-05-13 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: a36616e0f47d7e4265f8fb2845f065e270252d46
  
https://github.com/jenkinsci/workflow-job-plugin/commit/a36616e0f47d7e4265f8fb2845f065e270252d46
  Author: Jesse Glick 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Switch to 2.452.x BOM


  Commit: bebf01bc77f62c3d43b80b3f20da7cfaf0a60522
  
https://github.com/jenkinsci/workflow-job-plugin/commit/bebf01bc77f62c3d43b80b3f20da7cfaf0a60522
  Author: Jesse Glick 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #433 from jglick/bom

Switch to 2.452.x BOM


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/830a32bff2c1...bebf01bc77f6

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-job-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/workflow-job-plugin/push/refs/heads/master/830a32-bebf01%40github.com.


[jenkinsci/email-ext-plugin] 1fb0e1: Do not submit an empty pre/post-send script for ap...

2024-05-13 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 1fb0e12aab6099cdc91aa03171f1e6a3d3166c1f
  
https://github.com/jenkinsci/email-ext-plugin/commit/1fb0e12aab6099cdc91aa03171f1e6a3d3166c1f
  Author: Jesse Glick 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M 
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
M 
src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest.java
M src/test/java/hudson/plugins/emailext/plugins/ContentBuilderTest.java

  Log Message:
  ---
  Do not submit an empty pre/post-send script for approval (#518)

* Do not submit an empty pre/post-send script for approval

* Fixing `ContentBuilderTest`



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

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


[jenkinsci/email-ext-plugin] 45d1ec: Deleting unused fields in `ExtendedEmailPublisherD...

2024-05-13 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 45d1eca54dbc3074f3fb6f178b3c1dcc13a810b3
  
https://github.com/jenkinsci/email-ext-plugin/commit/45d1eca54dbc3074f3fb6f178b3c1dcc13a810b3
  Author: Jesse Glick 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M 
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
M 
src/test/java/hudson/plugins/emailext/plugins/content/JellyScriptContentTest.java

  Log Message:
  ---
  Deleting unused fields in `ExtendedEmailPublisherDescriptor` (#517)

* Deleting unused fields in `ExtendedEmailPublisherDescriptor`

* Fixing `JellyScriptContentTest` 
https://github.com/jenkinsci/email-ext-plugin/pull/517#discussion_r1597198027



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

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


[jenkinsci/log-cli-plugin] 68934f: Bumping parent

2024-05-10 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/log-cli-plugin
  Commit: 68934fc19332141418f0f5fd49f9f7205dc15a7f
  
https://github.com/jenkinsci/log-cli-plugin/commit/68934fc19332141418f0f5fd49f9f7205dc15a7f
  Author: Jesse Glick 
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bumping parent


  Commit: c4cd06b8384e88552b397b41723d9721669f1abc
  
https://github.com/jenkinsci/log-cli-plugin/commit/c4cd06b8384e88552b397b41723d9721669f1abc
  Author: Jesse Glick 
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #144 from jglick/4.82

Bumping parent


Compare: 
https://github.com/jenkinsci/log-cli-plugin/compare/6e5ecd1cdb3d...c4cd06b8384e

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

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


[jenkinsci/workflow-api-plugin] 25ef14: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.82

2024-05-09 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 25ef1413f1735e174bc86d84e3cb40e1ea611f02
  
https://github.com/jenkinsci/workflow-api-plugin/commit/25ef1413f1735e174bc86d84e3cb40e1ea611f02
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 58374d0caf521c62678c0b54004e32efb8dabcc7
  
https://github.com/jenkinsci/workflow-api-plugin/commit/58374d0caf521c62678c0b54004e32efb8dabcc7
  Author: Jesse Glick 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-api-plugin/compare/bfcc8797c1cc...58374d0caf52

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

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


[jenkinsci/workflow-basic-steps-plugin] b195d7: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.82

2024-05-07 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: b195d7a1856c806585c54bf18e4367f97f1ee499
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/b195d7a1856c806585c54bf18e4367f97f1ee499
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: d112f884dba327f142168678340956f16687ce74
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/d112f884dba327f142168678340956f16687ce74
  Author: Jesse Glick 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/140e6b5d2a8d...d112f884dba3

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-basic-steps-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/workflow-basic-steps-plugin/push/refs/heads/master/140e6b-d112f8%40github.com.


[jenkinsci/workflow-job-plugin] 1f0469: Bump io.jenkins.tools.bom:bom-2.440.x

2024-05-07 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: 1f0469daf62aadd502c0c11d6279f0b8157f7ffd
  
https://github.com/jenkinsci/workflow-job-plugin/commit/1f0469daf62aadd502c0c11d6279f0b8157f7ffd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

Bumps [io.jenkins.tools.bom:bom-2.440.x](https://github.com/jenkinsci/bom) from 
2907.vcb_35d6f2f7de to 3023.v02a_987a_b_3ff9.
- [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: 5a5522eff123be65813bec6352436e621ec414fe
  
https://github.com/jenkinsci/workflow-job-plugin/commit/5a5522eff123be65813bec6352436e621ec414fe
  Author: Jesse Glick 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #432 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-3023.v02a_987a_b_3ff9

Bump io.jenkins.tools.bom:bom-2.440.x from 2907.vcb_35d6f2f7de to 
3023.v02a_987a_b_3ff9


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/17f8a604b2fd...5a5522eff123

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-job-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/workflow-job-plugin/push/refs/heads/master/17f8a6-5a5522%40github.com.


[jenkinsci/workflow-job-plugin]

2024-05-07 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-3023.v02a_987a_b_3ff9
  Home:   https://github.com/jenkinsci/workflow-job-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-job-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/workflow-job-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-3023.v02a_987a_b_3ff9/1f0469-00%40github.com.


[jenkinsci/workflow-job-plugin] e5ac11: Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82

2024-05-07 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: e5ac1132b8f8bd4534d3466a08249e4e7f0712c7
  
https://github.com/jenkinsci/workflow-job-plugin/commit/e5ac1132b8f8bd4534d3466a08249e4e7f0712c7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 17f8a604b2fda2890ff6fc425f9425952b205632
  
https://github.com/jenkinsci/workflow-job-plugin/commit/17f8a604b2fda2890ff6fc425f9425952b205632
  Author: Jesse Glick 
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/4f9c9131248b...17f8a604b2fd

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-job-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/workflow-job-plugin/push/refs/heads/master/4f9c91-17f8a6%40github.com.


[jenkinsci/durable-task-plugin] e743c8: Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82

2024-05-06 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/durable-task-plugin
  Commit: e743c80e925221754cf3d346325cbb877ea2a1ac
  
https://github.com/jenkinsci/durable-task-plugin/commit/e743c80e925221754cf3d346325cbb877ea2a1ac
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 32f845b39b3b77e6a98a816ed68577078d350517
  
https://github.com/jenkinsci/durable-task-plugin/commit/32f845b39b3b77e6a98a816ed68577078d350517
  Author: Jesse Glick 
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/durable-task-plugin/compare/1c43437969bf...32f845b39b3b

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/durable-task-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/durable-task-plugin/push/refs/heads/master/1c4343-32f845%40github.com.


[jenkinsci/script-security-plugin] 9ee8ca: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.82

2024-05-06 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 9ee8ca41a31f1365bde478241ce8a2c56f60c10d
  
https://github.com/jenkinsci/script-security-plugin/commit/9ee8ca41a31f1365bde478241ce8a2c56f60c10d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 83a623f41455067106e1d316a3e5f4858679d78d
  
https://github.com/jenkinsci/script-security-plugin/commit/83a623f41455067106e1d316a3e5f4858679d78d
  Author: Jesse Glick 
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/f33aa9863911...83a623f41455

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/master/f33aa9-83a623%40github.com.


[jenkinsci/groovy-plugin] e663cc: Bump org.apache.commons:commons-exec from 1.3 to 1...

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.commons:commons-exec from 1.3 to 1.4.0

Bumps org.apache.commons:commons-exec from 1.3 to 1.4.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-exec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 2de1138af3c77af5d0af89a12804fde1d1cc7b0d
  
https://github.com/jenkinsci/groovy-plugin/commit/2de1138af3c77af5d0af89a12804fde1d1cc7b0d
  Author: Jesse Glick 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #67 from 
jenkinsci/dependabot/maven/org.apache.commons-commons-exec-1.4.0

Bump org.apache.commons:commons-exec from 1.3 to 1.4.0


Compare: 
https://github.com/jenkinsci/groovy-plugin/compare/1e173b13bf1a...2de1138af3c7

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/1e173b-2de113%40github.com.


[jenkinsci/groovy-plugin] 8d6401: Bump io.jenkins.tools.bom:bom-2.387.x

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

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 1e173b13bf1ac4ecb6ac2146e3f3bb26e0c947ae
  
https://github.com/jenkinsci/groovy-plugin/commit/1e173b13bf1ac4ecb6ac2146e3f3bb26e0c947ae
  Author: Jesse Glick 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #68 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d

Bump io.jenkins.tools.bom:bom-2.387.x from 2446.v2e9fd3b_d8c81 to 
2543.vfb_1a_5fb_9496d


Compare: 
https://github.com/jenkinsci/groovy-plugin/compare/5c49b6fa4fff...1e173b13bf1a

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/5c49b6-1e173b%40github.com.


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

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

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 5c49b6fa4fffe05b75c9d9039385bd00f6d64daf
  
https://github.com/jenkinsci/groovy-plugin/commit/5c49b6fa4fffe05b75c9d9039385bd00f6d64daf
  Author: Jesse Glick 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/groovy-plugin/compare/51293b460197...5c49b6fa4fff

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/51293b-5c49b6%40github.com.


[jenkinsci/artifact-manager-s3-plugin] 1bfba6: Better documenting deletion-related system properties

2024-05-01 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifact-manager-s3-plugin
  Commit: 1bfba617f3b38aa23bfe382e2cfe9a573cba26d6
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/1bfba617f3b38aa23bfe382e2cfe9a573cba26d6
  Author: Jesse Glick 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Better documenting deletion-related system properties



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/717b4c-1bfba6%40github.com.


[jenkinsci/workflow-support-plugin] c42bdd: Use lists instead of arrays for FlowNode actions t...

2024-05-01 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: c42bddb8298310bb38508a01aeaaec78982c8038
  
https://github.com/jenkinsci/workflow-support-plugin/commit/c42bddb8298310bb38508a01aeaaec78982c8038
  Author: Devin Nusbaum 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorage.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamFlowNodeStorage.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest.java
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/.lastStarted
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/build.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/log
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/log-index
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/workflow/flowNodeStore.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/legacyIds
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/permalinks
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/jobs/test0/config.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/jobs/test0/nextBuildNumber
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest/actionDeserializationShouldBeRobust/org.jenkinsci.plugins.workflow.flow.FlowExecutionList.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/.lastStarted
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/build.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/log
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/log-index
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/program.dat
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/workflow/2.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/workflow/3.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/workflow/4.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/1/workflow/5.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/legacyIds
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/builds/permalinks
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/config.xml
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/jobs/test0/nextBuildNumber
A 
src/test/resources/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamStorageTest/actionDeserializationShouldBeRobust/org.jenkinsci.plugins.workflow.flow.FlowExecutionList.xml

  Log Message:
  ---
  Use lists instead of arrays for FlowNode actions to make deserialization more 
robust


  Commit: bde0c1b7dbe61b524a3557f9e07be30ed57aa514
  
https://github.com/jenkinsci/workflow-support-plugin/commit/bde0c1b7dbe61b524a3557f9e07be30ed57aa514
  Author: Devin Nusbaum 
  Date:   2024-04-29 

[jenkinsci/ssh-agent-plugin] 802bc8: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-05-01 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: 802bc8cf713282567289247dbad5375371ff01af
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/802bc8cf713282567289247dbad5375371ff01af
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: c641003a87b068d177b6aaf26fb2f5ddecf88544
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/c641003a87b068d177b6aaf26fb2f5ddecf88544
  Author: Jesse Glick 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/f9076cd4ee21...c641003a87b0

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


[jenkinsci/ssh-agent-plugin]

2024-05-01 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/ssh-agent-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/ssh-agent-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-agent-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/802bc8-00%40github.com.


[jenkinsci/incrementals-tools] b589f1: Remove reference to `maven-compat`

2024-05-01 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/incrementals-tools
  Commit: b589f1b9e0627ab8853d32a7858b131ada4896a0
  
https://github.com/jenkinsci/incrementals-tools/commit/b589f1b9e0627ab8853d32a7858b131ada4896a0
  Author: Basil Crow 
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M maven-plugin/pom.xml
M pom.xml

  Log Message:
  ---
  Remove reference to `maven-compat`


  Commit: 7d5bc6915b3361b03f72e15b95b3a81f9c7e17a7
  
https://github.com/jenkinsci/incrementals-tools/commit/7d5bc6915b3361b03f72e15b95b3a81f9c7e17a7
  Author: Jesse Glick 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M maven-plugin/pom.xml
M pom.xml

  Log Message:
  ---
  Merge pull request #105 from basil/maven-compat

Remove reference to `maven-compat`


Compare: 
https://github.com/jenkinsci/incrementals-tools/compare/2d508cc5175f...7d5bc6915b33

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/incrementals-tools/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/incrementals-tools/push/refs/heads/master/2d508c-7d5bc6%40github.com.


[jenkinsci/authentication-tokens-plugin] 4361dc: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/authentication-tokens-plugin
  Commit: 4361dc2e0b7f74410f064bf3e83995252d765d6c
  
https://github.com/jenkinsci/authentication-tokens-plugin/commit/4361dc2e0b7f74410f064bf3e83995252d765d6c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-29 (Mon, 29 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: 0faf833239b5c1393d01b28bab9f421d5f700a36
  
https://github.com/jenkinsci/authentication-tokens-plugin/commit/0faf833239b5c1393d01b28bab9f421d5f700a36
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #165 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/authentication-tokens-plugin/compare/52b6575c3b08...0faf833239b5

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/authentication-tokens-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/authentication-tokens-plugin/push/refs/heads/master/52b657-0faf83%40github.com.


[jenkinsci/workflow-support-plugin] e6b2f3: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: e6b2f3bdcb0a34bdf39b9ea47faa2c47434d6796
  
https://github.com/jenkinsci/workflow-support-plugin/commit/e6b2f3bdcb0a34bdf39b9ea47faa2c47434d6796
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 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: 5013153e65030bb168d6a89668601534c062a25d
  
https://github.com/jenkinsci/workflow-support-plugin/commit/5013153e65030bb168d6a89668601534c062a25d
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #262 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/workflow-support-plugin/compare/cb24e2ce6310...5013153e6503

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


[jenkinsci/workflow-support-plugin] 86047d: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 86047d9f7a5cc6ea3e1f7e7f4074b2d3c93edf41
  
https://github.com/jenkinsci/workflow-support-plugin/commit/86047d9f7a5cc6ea3e1f7e7f4074b2d3c93edf41
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: cb24e2ce6310c6bfd796b29e70c245291da5eb02
  
https://github.com/jenkinsci/workflow-support-plugin/commit/cb24e2ce6310c6bfd796b29e70c245291da5eb02
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/175aa9c5b78f...cb24e2ce6310

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-support-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/workflow-support-plugin/push/refs/heads/master/175aa9-cb24e2%40github.com.


[jenkinsci/workflow-support-plugin]

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/workflow-support-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-support-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/workflow-support-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/86047d-00%40github.com.


[jenkinsci/artifact-manager-s3-plugin] be6d24: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifact-manager-s3-plugin
  Commit: be6d243c7bee699217019e02db238f36524a2e7b
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/be6d243c7bee699217019e02db238f36524a2e7b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 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: 717b4c00169f9ceef271d72236c6a3dbe5651efc
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/717b4c00169f9ceef271d72236c6a3dbe5651efc
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #484 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/artifact-manager-s3-plugin/compare/90b0f06a53b3...717b4c00169f

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/90b0f0-717b4c%40github.com.


[jenkinsci/artifact-manager-s3-plugin]

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/artifact-manager-s3-plugin

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/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/ddc5ae-00%40github.com.


[jenkinsci/artifact-manager-s3-plugin] ddc5ae: Bump io.jenkins.tools.incrementals:git-changelist-...

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

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 90b0f06a53b34a943452ed76ef97800613e3fca1
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/90b0f06a53b34a943452ed76ef97800613e3fca1
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


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

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/88a137-90b0f0%40github.com.


[jenkinsci/authentication-tokens-plugin] bb173e: Bump io.jenkins.tools.bom:bom-2.387.x

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/authentication-tokens-plugin
  Commit: bb173eec22e89c11878c67dcd21e5e479a4a0920
  
https://github.com/jenkinsci/authentication-tokens-plugin/commit/bb173eec22e89c11878c67dcd21e5e479a4a0920
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 52b6575c3b081fd16b573eadfe5b8e3ddfc0b58a
  
https://github.com/jenkinsci/authentication-tokens-plugin/commit/52b6575c3b081fd16b573eadfe5b8e3ddfc0b58a
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #157 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d

Bump io.jenkins.tools.bom:bom-2.387.x from 2496.vddfca_753db_80 to 
2543.vfb_1a_5fb_9496d


Compare: 
https://github.com/jenkinsci/authentication-tokens-plugin/compare/1ac847a927ba...52b6575c3b08

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/authentication-tokens-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/authentication-tokens-plugin/push/refs/heads/master/1ac847-52b657%40github.com.


[jenkinsci/authentication-tokens-plugin] 3ff8ef: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/authentication-tokens-plugin
  Commit: 3ff8ef374c298e7f4fe38cc86f695fa37be2761f
  
https://github.com/jenkinsci/authentication-tokens-plugin/commit/3ff8ef374c298e7f4fe38cc86f695fa37be2761f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 1ac847a927ba6de0c3e99d8b655f35d0839e53d6
  
https://github.com/jenkinsci/authentication-tokens-plugin/commit/1ac847a927ba6de0c3e99d8b655f35d0839e53d6
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/authentication-tokens-plugin/compare/6bc0bf37ab28...1ac847a927ba

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


[jenkinsci/authentication-tokens-plugin]

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/authentication-tokens-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/authentication-tokens-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/authentication-tokens-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/3ff8ef-00%40github.com.


[jenkinsci/cloudbees-folder-plugin] a3b3b8: Bump io.jenkins.tools.bom:bom-2.440.x

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-folder-plugin
  Commit: a3b3b8a54019780e8166deb390e3d3fd3697b902
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/a3b3b8a54019780e8166deb390e3d3fd3697b902
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-29 (Mon, 29 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 
2746.vb_79a_1d3e7b_c8 to 2982.vdce2153031a_0.
- [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: bee0d4bae05722c4925e5861bc9b788802afd64f
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/bee0d4bae05722c4925e5861bc9b788802afd64f
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump io.jenkins.tools.bom:bom-2.440.x from 2746.vb_79a_1d3e7b_c8 to 
2982.vdce2153031a_0 (#394)


Compare: 
https://github.com/jenkinsci/cloudbees-folder-plugin/compare/3c5cd2190e9e...bee0d4bae057

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/cloudbees-folder-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/cloudbees-folder-plugin/push/refs/heads/master/3c5cd2-bee0d4%40github.com.


[jenkinsci/cloudbees-folder-plugin] 16573e: Use symbol for folder icon

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-folder-plugin
  Commit: 16573e0a953bc1e44d444c0a56815816ac8c61a5
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/16573e0a953bc1e44d444c0a56815816ac8c61a5
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2024-04-20 (Sat, 20 Apr 2024)

  Changed paths:
M pom.xml
M 
src/main/java/com/cloudbees/hudson/plugins/folder/AbstractFolderDescriptor.java

  Log Message:
  ---
  Use symbol for folder icon


  Commit: 3c5cd2190e9ea59d40471a552c112a7fcdd022b7
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/3c5cd2190e9ea59d40471a552c112a7fcdd022b7
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml
M 
src/main/java/com/cloudbees/hudson/plugins/folder/AbstractFolderDescriptor.java

  Log Message:
  ---
  Use symbol for folder icon (#393)


Compare: 
https://github.com/jenkinsci/cloudbees-folder-plugin/compare/62c25d6f7976...3c5cd2190e9e

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/cloudbees-folder-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/cloudbees-folder-plugin/push/refs/heads/master/62c25d-3c5cd2%40github.com.


[jenkinsci/workflow-job-plugin] c9d50a: Use symbol

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: c9d50ac678ee9e05a2d1b0e7f320743767e89c9f
  
https://github.com/jenkinsci/workflow-job-plugin/commit/c9d50ac678ee9e05a2d1b0e7f320743767e89c9f
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2024-04-20 (Sat, 20 Apr 2024)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java

  Log Message:
  ---
  Use symbol


  Commit: 4f9c9131248be177fed3d30a7bd6e5863c1ee866
  
https://github.com/jenkinsci/workflow-job-plugin/commit/4f9c9131248be177fed3d30a7bd6e5863c1ee866
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java

  Log Message:
  ---
  Merge pull request #428 from janfaracik/use-symbol

Use symbol for pipeline icon


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/86cd537ef538...4f9c9131248b

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-job-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/workflow-job-plugin/push/refs/heads/master/86cd53-4f9c91%40github.com.


[jenkinsci/branch-api-plugin]

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/branch-api-plugin

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

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


[jenkinsci/branch-api-plugin] 032bdf: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 032bdf4182fdc53e35e603a7bc6d89b19165a7cd
  
https://github.com/jenkinsci/branch-api-plugin/commit/032bdf4182fdc53e35e603a7bc6d89b19165a7cd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 9d30c9c8450ef4dbd296c7232416284e949a498e
  
https://github.com/jenkinsci/branch-api-plugin/commit/9d30c9c8450ef4dbd296c7232416284e949a498e
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/branch-api-plugin/compare/af1064e4aaf3...9d30c9c8450e

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

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


[jenkinsci/pipeline-stage-step-plugin] 2d5b01: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-stage-step-plugin
  Commit: 2d5b011d9f7db4d481e8c6d90cce7b3af2d13841
  
https://github.com/jenkinsci/pipeline-stage-step-plugin/commit/2d5b011d9f7db4d481e8c6d90cce7b3af2d13841
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 7f1bcf9f3222df81fc175798bc5017ce593cee52
  
https://github.com/jenkinsci/pipeline-stage-step-plugin/commit/7f1bcf9f3222df81fc175798bc5017ce593cee52
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/pipeline-stage-step-plugin/compare/8cd10304c27a...7f1bcf9f3222

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pipeline-stage-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/pipeline-stage-step-plugin/push/refs/heads/master/8cd103-7f1bcf%40github.com.


[jenkinsci/cloudbees-folder-plugin] 22e764: Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.81

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-folder-plugin
  Commit: 22e7642c13ba01b9c88b288495be9bdfc1be7cd0
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/22e7642c13ba01b9c88b288495be9bdfc1be7cd0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.78 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.78...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: 62c25d6f797636d0565b6da0cf0ab1f1ef901432
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/62c25d6f797636d0565b6da0cf0ab1f1ef901432
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/cloudbees-folder-plugin/compare/16eb748ff64d...62c25d6f7976

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/cloudbees-folder-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/cloudbees-folder-plugin/push/refs/heads/master/16eb74-62c25d%40github.com.


[jenkinsci/cloudbees-folder-plugin]

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/cloudbees-folder-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/cloudbees-folder-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/cloudbees-folder-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/bd326d-00%40github.com.


[jenkinsci/cloudbees-folder-plugin] bd326d: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-folder-plugin
  Commit: bd326dd9570242cf035f247cec18979be4a94685
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/bd326dd9570242cf035f247cec18979be4a94685
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 16eb748ff64d8e9baf96fe8d4cb2176ac4db57b0
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/16eb748ff64d8e9baf96fe8d4cb2176ac4db57b0
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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


Compare: 
https://github.com/jenkinsci/cloudbees-folder-plugin/compare/42bbc0a912b1...16eb748ff64d

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/cloudbees-folder-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/cloudbees-folder-plugin/push/refs/heads/master/42bbc0-16eb74%40github.com.


[jenkinsci/workflow-basic-steps-plugin] eba0b4: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: eba0b47873dc0c4d14292bfd9c5f0e40a1cc31fc
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/eba0b47873dc0c4d14292bfd9c5f0e40a1cc31fc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 140e6b5d2a8db595fd29e4202e33682a14448d37
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/140e6b5d2a8db595fd29e4202e33682a14448d37
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/cbfc1e3a21a9...140e6b5d2a8d

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-basic-steps-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/workflow-basic-steps-plugin/push/refs/heads/master/cbfc1e-140e6b%40github.com.


[jenkinsci/workflow-basic-steps-plugin]

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-basic-steps-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/workflow-basic-steps-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/eba0b4-00%40github.com.


[jenkinsci/credentials-binding-plugin] 8624d6: Bump org.xmlunit:xmlunit-matchers from 2.9.1 to 2....

2024-04-29 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: 8624d66b8e7b7f204aa871009229a73cdfc2e9d4
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/8624d66b8e7b7f204aa871009229a73cdfc2e9d4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.xmlunit:xmlunit-matchers from 2.9.1 to 2.10.0

Bumps [org.xmlunit:xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 
2.9.1 to 2.10.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-matchers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 2d4478a57c29cbb76b295ea53ad22c46ebe375cb
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/2d4478a57c29cbb76b295ea53ad22c46ebe375cb
  Author: Jesse Glick 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #307 from 
jenkinsci/dependabot/maven/org.xmlunit-xmlunit-matchers-2.10.0

Bump org.xmlunit:xmlunit-matchers from 2.9.1 to 2.10.0


Compare: 
https://github.com/jenkinsci/credentials-binding-plugin/compare/f4b8ad2bd165...2d4478a57c29

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/credentials-binding-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-binding-plugin/push/refs/heads/master/f4b8ad-2d4478%40github.com.


[jenkinsci/workflow-api-plugin] 486d69: Bump io.jenkins.tools.incrementals:git-changelist-...

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

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: bfcc8797c1cc1d55a244eecc43b86d625b580d19
  
https://github.com/jenkinsci/workflow-api-plugin/commit/bfcc8797c1cc1d55a244eecc43b86d625b580d19
  Author: Jesse Glick 
  Date:   2024-04-26 (Fri, 26 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-api-plugin/compare/2e338a5c7a3c...bfcc8797c1cc

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

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


[jenkinsci/workflow-api-plugin]

2024-04-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/workflow-api-plugin

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

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


[jenkinsci/mailer-plugin]

2024-04-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/mailer-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/mailer-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/mailer-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/d7bfbf-00%40github.com.


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

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

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 9b14982c4c80266152c30ddd95a29376b9892fb5
  
https://github.com/jenkinsci/support-core-plugin/commit/9b14982c4c80266152c30ddd95a29376b9892fb5
  Author: Jesse Glick 
  Date:   2024-04-26 (Fri, 26 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/2d6ae3b17882...9b14982c4c80

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

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


[jenkinsci/support-core-plugin]

2024-04-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/support-core-plugin

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

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


[jenkinsci/pipeline-input-step-plugin] beea3c: Bump io.jenkins.tools.incrementals:git-changelist-...

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

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: a5e6fdebefd16aa513b24337d9ede890dce593a8
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/a5e6fdebefd16aa513b24337d9ede890dce593a8
  Author: Jesse Glick 
  Date:   2024-04-26 (Fri, 26 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/pipeline-input-step-plugin/compare/e9c153f6067b...a5e6fdebefd1

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


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

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

  Changed paths:
M .mvn/extensions.xml

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

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



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

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


[jenkinsci/git-server-plugin] e74782: Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.80

2024-04-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-server-plugin
  Commit: e747826fc934c0d789e3167c934e61184079dcab
  
https://github.com/jenkinsci/git-server-plugin/commit/e747826fc934c0d789e3167c934e61184079dcab
  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 org.jenkins-ci.plugins:plugin from 4.78 to 4.80

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

---
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: 920eadda0a8c5433d2412993718cd7d03a5c406b
  
https://github.com/jenkinsci/git-server-plugin/commit/920eadda0a8c5433d2412993718cd7d03a5c406b
  Author: Jesse Glick 
  Date:   2024-04-26 (Fri, 26 Apr 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/git-server-plugin/compare/20c48edbb2bb...920eadda0a8c

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-server-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/git-server-plugin/push/refs/heads/master/20c48e-920ead%40github.com.


[jenkinsci/workflow-basic-steps-plugin] cfa55a: Log a note when `catchError` sets build result

2024-04-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: cfa55a82b3f585dfa45bceaf42ad9ccc5f820b52
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/cfa55a82b3f585dfa45bceaf42ad9ccc5f820b52
  Author: Jesse Glick 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest.java

  Log Message:
  ---
  Log a note when `catchError` sets build result


  Commit: 6a6e3416ea7d262b4f18b186bb701a3c1f8225c6
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/6a6e3416ea7d262b4f18b186bb701a3c1f8225c6
  Author: Jesse Glick 
  Date:   2024-04-26 (Fri, 26 Apr 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStep.java

  Log Message:
  ---
  Avoid logging when `setResult` is predicted to do nothing 
https://github.com/jenkinsci/workflow-basic-steps-plugin/pull/308#discussion_r1580724541


  Commit: cbfc1e3a21a989db5a1c6537638c6a052dd04d82
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/cbfc1e3a21a989db5a1c6537638c6a052dd04d82
  Author: Jesse Glick 
  Date:   2024-04-26 (Fri, 26 Apr 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest.java

  Log Message:
  ---
  Merge pull request #308 from jglick/catchError

Log a note when `catchError` sets build result


Compare: 
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/bf550f7655fd...cbfc1e3a21a9

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-basic-steps-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/workflow-basic-steps-plugin/push/refs/heads/master/bf550f-cbfc1e%40github.com.


[jenkinsci/github-branch-source-plugin]

2024-04-26 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  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/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/bc2c41-00%40github.com.


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

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

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

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



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

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


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

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

  Changed paths:
M .mvn/extensions.xml

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

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



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

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


[jenkinsci/credentials-binding-plugin] 2cbb6e: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81

2024-04-24 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: 2cbb6e89cf38530cb09d86a755699e6afd45f062
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/2cbb6e89cf38530cb09d86a755699e6afd45f062
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 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: f4b8ad2bd1657273fb522e218418cb011f275844
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/f4b8ad2bd1657273fb522e218418cb011f275844
  Author: Jesse Glick 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #304 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/credentials-binding-plugin/compare/4003a179e15f...f4b8ad2bd165

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/credentials-binding-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-binding-plugin/push/refs/heads/master/4003a1-f4b8ad%40github.com.


[jenkinsci/credentials-binding-plugin]

2024-04-24 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/credentials-binding-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/credentials-binding-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-binding-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/07bec8-00%40github.com.


[jenkinsci/credentials-binding-plugin] 07bec8: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-24 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: 07bec89e8bf21776803b131e1bc376760e634a98
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/07bec89e8bf21776803b131e1bc376760e634a98
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 4003a179e15fcdfc1a6e70cbf9bbf3ed6800b21f
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/4003a179e15fcdfc1a6e70cbf9bbf3ed6800b21f
  Author: Jesse Glick 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/credentials-binding-plugin/compare/50eda2a5e316...4003a179e15f

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/credentials-binding-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-binding-plugin/push/refs/heads/master/50eda2-4003a1%40github.com.


[jenkinsci/mock-load-builder-plugin] 38d883: Adding `testFailureIgnore` option more similar to ...

2024-04-24 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mock-load-builder-plugin
  Commit: 38d8837277212012630dab74b195011c526afae7
  
https://github.com/jenkinsci/mock-load-builder-plugin/commit/38d8837277212012630dab74b195011c526afae7
  Author: Jesse Glick 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M 
src/main/java/jenkins/plugin/mockloadbuilder/PipelineMockProjectFactory.java
M src/main/java/jenkins/plugin/mockloadbuilder/WithMockLoadStep.java
M src/main/java/mock/MockLoad.java
M 
src/main/resources/jenkins/plugin/mockloadbuilder/WithMockLoadStep/config.jelly
A 
src/main/resources/jenkins/plugin/mockloadbuilder/WithMockLoadStep/help-testFailureIgnore.html
M 
src/main/resources/jenkins/plugin/mockloadbuilder/WithMockLoadStep/help.html
M src/test/java/jenkins/plugin/mockloadbuilder/WithMockLoadStepTest.java

  Log Message:
  ---
  Adding `testFailureIgnore` option more similar to a real Maven project


  Commit: 1fc7e407a0b1d7f8960713dfd591582dc2841d77
  
https://github.com/jenkinsci/mock-load-builder-plugin/commit/1fc7e407a0b1d7f8960713dfd591582dc2841d77
  Author: Jesse Glick 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M 
src/main/java/jenkins/plugin/mockloadbuilder/PipelineMockProjectFactory.java
M src/main/java/jenkins/plugin/mockloadbuilder/WithMockLoadStep.java
M src/main/java/mock/MockLoad.java
M 
src/main/resources/jenkins/plugin/mockloadbuilder/WithMockLoadStep/config.jelly
A 
src/main/resources/jenkins/plugin/mockloadbuilder/WithMockLoadStep/help-testFailureIgnore.html
M 
src/main/resources/jenkins/plugin/mockloadbuilder/WithMockLoadStep/help.html
M src/test/java/jenkins/plugin/mockloadbuilder/WithMockLoadStepTest.java

  Log Message:
  ---
  Merge pull request #102 from jglick/testFailureIgnore

Adding `testFailureIgnore` option more similar to a real Maven project


Compare: 
https://github.com/jenkinsci/mock-load-builder-plugin/compare/cfde46277e96...1fc7e407a0b1

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/mock-load-builder-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/mock-load-builder-plugin/push/refs/heads/master/cfde46-1fc7e4%40github.com.


[jenkinsci/durable-task-plugin] c5dca5: Bump org.awaitility:awaitility from 4.2.0 to 4.2.1

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.awaitility:awaitility from 4.2.0 to 4.2.1

Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) 
from 4.2.0 to 4.2.1.
- 
[Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- 
[Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.2.1)

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

Signed-off-by: dependabot[bot] 


  Commit: 1c43437969bfbd02403b757d798fa6a9131e3636
  
https://github.com/jenkinsci/durable-task-plugin/commit/1c43437969bfbd02403b757d798fa6a9131e3636
  Author: Jesse Glick 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #213 from 
jenkinsci/dependabot/maven/org.awaitility-awaitility-4.2.1

Bump org.awaitility:awaitility from 4.2.0 to 4.2.1


Compare: 
https://github.com/jenkinsci/durable-task-plugin/compare/091b98c3c11b...1c43437969bf

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/durable-task-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/durable-task-plugin/push/refs/heads/master/091b98-1c4343%40github.com.


[jenkinsci/support-core-plugin] 0295d0: Deleting `Jenkins72799Hack`

2024-04-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: 0295d01e9ba947b74e179f6b71c238b173ba4f11
  
https://github.com/jenkinsci/support-core-plugin/commit/0295d01e9ba947b74e179f6b71c238b173ba4f11
  Author: Jesse Glick 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogs.java

  Log Message:
  ---
  Deleting `Jenkins72799Hack`


  Commit: 34299c1e35cecdc38bc7be9953f26a2ce8f2bf91
  
https://github.com/jenkinsci/support-core-plugin/commit/34299c1e35cecdc38bc7be9953f26a2ce8f2bf91
  Author: Jesse Glick 
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' of https://github.com/jenkinsci/support-core-plugin 
into Jenkins72799Hack


  Commit: f04c2049997ce7c2e13bfd4c76dc133123616df1
  
https://github.com/jenkinsci/support-core-plugin/commit/f04c2049997ce7c2e13bfd4c76dc133123616df1
  Author: Jesse Glick 
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  2.440.3 released


  Commit: 2d6ae3b1788284415c83143161026dd453516ed9
  
https://github.com/jenkinsci/support-core-plugin/commit/2d6ae3b1788284415c83143161026dd453516ed9
  Author: Jesse Glick 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogs.java

  Log Message:
  ---
  Merge pull request #532 from jglick/Jenkins72799Hack

Deleting `Jenkins72799Hack`


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/7265e237cfa5...2d6ae3b17882

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

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


[jenkinsci/support-core-plugin] 0295d0: Deleting `Jenkins72799Hack`

2024-04-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/gh-readonly-queue/master/pr-532-7265e237cfa5e65831fe16e8278af52029b55baa
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: 0295d01e9ba947b74e179f6b71c238b173ba4f11
  
https://github.com/jenkinsci/support-core-plugin/commit/0295d01e9ba947b74e179f6b71c238b173ba4f11
  Author: Jesse Glick 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogs.java

  Log Message:
  ---
  Deleting `Jenkins72799Hack`


  Commit: 34299c1e35cecdc38bc7be9953f26a2ce8f2bf91
  
https://github.com/jenkinsci/support-core-plugin/commit/34299c1e35cecdc38bc7be9953f26a2ce8f2bf91
  Author: Jesse Glick 
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' of https://github.com/jenkinsci/support-core-plugin 
into Jenkins72799Hack


  Commit: f04c2049997ce7c2e13bfd4c76dc133123616df1
  
https://github.com/jenkinsci/support-core-plugin/commit/f04c2049997ce7c2e13bfd4c76dc133123616df1
  Author: Jesse Glick 
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  2.440.3 released


  Commit: 2d6ae3b1788284415c83143161026dd453516ed9
  
https://github.com/jenkinsci/support-core-plugin/commit/2d6ae3b1788284415c83143161026dd453516ed9
  Author: Jesse Glick 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/support/impl/SlaveLaunchLogs.java

  Log Message:
  ---
  Merge pull request #532 from jglick/Jenkins72799Hack

Deleting `Jenkins72799Hack`


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/0295d01e9ba9%5E...2d6ae3b17882

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

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


[jenkinsci/ssh-credentials-plugin] 8ec81c: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin
  Commit: 8ec81c0266740371b9e221b36b6ad815d51f36b9
  
https://github.com/jenkinsci/ssh-credentials-plugin/commit/8ec81c0266740371b9e221b36b6ad815d51f36b9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 6e8b3b254dbc0193a3369561d961cad0d24151b6
  
https://github.com/jenkinsci/ssh-credentials-plugin/commit/6e8b3b254dbc0193a3369561d961cad0d24151b6
  Author: Jesse Glick 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/ssh-credentials-plugin/compare/395d2403ccd4...6e8b3b254dbc

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


[jenkinsci/ssh-credentials-plugin]

2024-04-22 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/ssh-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/ssh-credentials-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/8ec81c-00%40github.com.


[jenkinsci/pipeline-graph-analysis-plugin] f66227: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-19 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-graph-analysis-plugin
  Commit: f6622736079de7fb9d71245b30f3b57c08d013b9
  
https://github.com/jenkinsci/pipeline-graph-analysis-plugin/commit/f6622736079de7fb9d71245b30f3b57c08d013b9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: c879af3ab254b39d28c235bc9d1dc78180f9213e
  
https://github.com/jenkinsci/pipeline-graph-analysis-plugin/commit/c879af3ab254b39d28c235bc9d1dc78180f9213e
  Author: Jesse Glick 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/pipeline-graph-analysis-plugin/compare/9dd4d6c086fb...c879af3ab254

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pipeline-graph-analysis-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-graph-analysis-plugin/push/refs/heads/master/9dd4d6-c879af%40github.com.


[jenkinsci/pipeline-graph-analysis-plugin]

2024-04-19 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/pipeline-graph-analysis-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pipeline-graph-analysis-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-graph-analysis-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/f66227-00%40github.com.


[jenkinsci/workflow-multibranch-plugin]

2024-04-19 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/workflow-multibranch-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-multibranch-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/workflow-multibranch-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/3a14df-00%40github.com.


[jenkinsci/workflow-multibranch-plugin] 3a14df: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-04-19 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-multibranch-plugin
  Commit: 3a14df564ec196e356e437403097ad9338ba05e1
  
https://github.com/jenkinsci/workflow-multibranch-plugin/commit/3a14df564ec196e356e437403097ad9338ba05e1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 43e86a132bb0bc4127e81ef0e9892bf2c8a267c3
  
https://github.com/jenkinsci/workflow-multibranch-plugin/commit/43e86a132bb0bc4127e81ef0e9892bf2c8a267c3
  Author: Jesse Glick 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-multibranch-plugin/compare/6e8427d9e44e...43e86a132bb0

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


[jenkinsci/pipeline-milestone-step-plugin]

2024-04-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8
  Home:   https://github.com/jenkinsci/pipeline-milestone-step-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pipeline-milestone-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/pipeline-milestone-step-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8/3fc5e3-00%40github.com.


  1   2   3   4   5   6   7   8   9   10   >