[jenkinsci/workflow-support-plugin]

2024-07-10 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/920.v59f71ce16f04
  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/tags/920.v59f71ce16f04/00-59f71c%40github.com.


[jenkinsci/workflow-support-plugin] acccaa: Enable Jenkins Security Scan

2024-07-10 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: acccaa056a2c28ca84f8f0d1085b58f7efe1b733
  
https://github.com/jenkinsci/workflow-support-plugin/commit/acccaa056a2c28ca84f8f0d1085b58f7efe1b733
  Author: strangelookingnerd 
<49242855+strangelookingn...@users.noreply.github.com>
  Date:   2024-06-24 (Mon, 24 Jun 2024)

  Changed paths:
A .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Enable Jenkins Security Scan


  Commit: 59f71ce16f0403b4c66d41194da05abff8aa2eb0
  
https://github.com/jenkinsci/workflow-support-plugin/commit/59f71ce16f0403b4c66d41194da05abff8aa2eb0
  Author: Jesse Glick 
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
A .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Merge pull request #266 from strangelookingnerd/patch-1

Enable Jenkins Security Scan


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/dd4ffb4e911c...59f71ce16f04

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/dd4ffb-59f71c%40github.com.


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

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

  Changed paths:
M pom.xml

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

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

---
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: dd4ffb4e911c57d0d520439b3af2b50a9bf050ad
  
https://github.com/jenkinsci/workflow-support-plugin/commit/dd4ffb4e911c57d0d520439b3af2b50a9bf050ad
  Author: Jesse Glick 
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/c71c40c51f3b...dd4ffb4e911c

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/c71c40-dd4ffb%40github.com.


[jenkinsci/workflow-support-plugin] db3518: [JENKINS-73421] Expose getExternalizableId() in Ru...

2024-07-10 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: db351823bec94170209346b39e5b800fd03e0de0
  
https://github.com/jenkinsci/workflow-support-plugin/commit/db351823bec94170209346b39e5b800fd03e0de0
  Author: Rowe 
  Date:   2024-07-08 (Mon, 08 Jul 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.java

  Log Message:
  ---
  [JENKINS-73421] Expose getExternalizableId() in RunWrapper API


  Commit: dfdf19bc23df258236f0c1c29cb38c5008a8252b
  
https://github.com/jenkinsci/workflow-support-plugin/commit/dfdf19bc23df258236f0c1c29cb38c5008a8252b
  Author: stuartrowe 
  Date:   2024-07-08 (Mon, 08 Jul 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.java

  Log Message:
  ---
  Return exisiting externalizableId member instead


  Commit: f129830bc09fc5b1a925b8dacb12eff108e2e8a9
  
https://github.com/jenkinsci/workflow-support-plugin/commit/f129830bc09fc5b1a925b8dacb12eff108e2e8a9
  Author: stuartrowe 
  Date:   2024-07-08 (Mon, 08 Jul 2024)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapperTest.java

  Log Message:
  ---
  Add test for RunWRapper#getExternalizableId()


  Commit: 36224c1a99ed70ebd5e331818c081ee82ede858d
  
https://github.com/jenkinsci/workflow-support-plugin/commit/36224c1a99ed70ebd5e331818c081ee82ede858d
  Author: stuartrowe 
  Date:   2024-07-08 (Mon, 08 Jul 2024)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapperTest.java

  Log Message:
  ---
  fix extra ' in externalizableId test pipeline definition


  Commit: 3ded1d47d6d985b68692ba5b4304c84fc155985c
  
https://github.com/jenkinsci/workflow-support-plugin/commit/3ded1d47d6d985b68692ba5b4304c84fc155985c
  Author: stuartrowe 
  Date:   2024-07-08 (Mon, 08 Jul 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.java

  Log Message:
  ---
  fix spelling


  Commit: ca98acf3940477d5393e167f123e7d1f7817b388
  
https://github.com/jenkinsci/workflow-support-plugin/commit/ca98acf3940477d5393e167f123e7d1f7817b388
  Author: Stuart Rowe 
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapperTest.java

  Log Message:
  ---
  Apply suggestions from code review

Make the RunWrapperTest#externalizableId) test more robust and exercise the 
property getter.

Co-authored-by: Jesse Glick 


  Commit: aaade5b88125d3188424c456379b2a60ae02ce4e
  
https://github.com/jenkinsci/workflow-support-plugin/commit/aaade5b88125d3188424c456379b2a60ae02ce4e
  Author: stuartrowe 
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapperTest.java

  Log Message:
  ---
  Avoid hardcoding the externalizableId


  Commit: b76885ca921744c4eb26afcc590ea1d470efb404
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b76885ca921744c4eb26afcc590ea1d470efb404
  Author: stuartrowe 
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper/help.html

  Log Message:
  ---
  Add help text for RunWrapper 'externalizableId' property


  Commit: c71c40c51f3b17b8e5b4420873d37b29fd2cf859
  
https://github.com/jenkinsci/workflow-support-plugin/commit/c71c40c51f3b17b8e5b4420873d37b29fd2cf859
  Author: Jesse Glick 
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper/help.html
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapperTest.java

  Log Message:
  ---
  Merge pull request #268 from stuartrowe/JENKINS-73421

[JENKINS-73421] Expose getExternalizableId() in RunWrapper API


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/6713aed8a573...c71c40c51f3b

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/6713ae-c71c40%40github.com.


[jenkinsci/workflow-support-plugin]

2024-07-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.83
  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/org.jenkins-ci.plugins-plugin-4.83/063850-00%40github.com.


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

2024-07-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.85
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: b70dd2bea7d6c312828e3e2edd1eafc1800c5b3e
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b70dd2bea7d6c312828e3e2edd1eafc1800c5b3e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-07-08 (Mon, 08 Jul 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/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/org.jenkins-ci.plugins-plugin-4.85/00-b70dd2%40github.com.


[jenkinsci/workflow-support-plugin]

2024-06-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.82
  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/org.jenkins-ci.plugins-plugin-4.82/1f9711-00%40github.com.


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

2024-06-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.83
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 063850deaa0cb80aea21281dacdcf3935886ded0
  
https://github.com/jenkinsci/workflow-support-plugin/commit/063850deaa0cb80aea21281dacdcf3935886ded0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/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/org.jenkins-ci.plugins-plugin-4.83/00-063850%40github.com.


[jenkinsci/workflow-support-plugin] 1f9711: Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82

2024-05-05 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.82
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 1f971172c72ba221d18de6f0551610c67ff8c142
  
https://github.com/jenkinsci/workflow-support-plugin/commit/1f971172c72ba221d18de6f0551610c67ff8c142
  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] 



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/org.jenkins-ci.plugins-plugin-4.82/00-1f9711%40github.com.


[jenkinsci/workflow-support-plugin]

2024-05-01 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/907.v6713a_ed8a_573
  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/tags/907.v6713a_ed8a_573/00-6713ae%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/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/workflow-support-plugin]

2024-04-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.80
  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/org.jenkins-ci.plugins-plugin-4.80/e57d4f-00%40github.com.


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

2024-04-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  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] 



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/org.jenkins-ci.plugins-plugin-4.81/00-e6b2f3%40github.com.


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

2024-04-14 Thread 'dependabot[bot]' 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
  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] 



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/00-86047d%40github.com.


[jenkinsci/workflow-support-plugin]

2024-03-29 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/896.v175a_a_9c5b_78f
  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/tags/896.v175a_a_9c5b_78f/00-175aa9%40github.com.


[jenkinsci/workflow-support-plugin] 5f06b2: Try to fix synchronization in SemaphoreStep

2024-03-29 Thread 'Devin Nusbaum' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 5f06b2194a19a42e1c493c274d1d68d1228e0555
  
https://github.com/jenkinsci/workflow-support-plugin/commit/5f06b2194a19a42e1c493c274d1d68d1228e0555
  Author: Devin Nusbaum 
  Date:   2024-03-28 (Thu, 28 Mar 2024)

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

  Log Message:
  ---
  Try to fix synchronization in SemaphoreStep


  Commit: 175aa9c5b78f9e2174d8afbb6cf866283f4880c0
  
https://github.com/jenkinsci/workflow-support-plugin/commit/175aa9c5b78f9e2174d8afbb6cf866283f4880c0
  Author: Devin Nusbaum 
  Date:   2024-03-29 (Fri, 29 Mar 2024)

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

  Log Message:
  ---
  Merge pull request #258 from dwnusbaum/synchronization-fix

Try to fix synchronization in `SemaphoreStep`


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

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/1e84e3-175aa9%40github.com.


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

2024-03-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.80
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: e57d4f88397af5574c5da324fdd036c6699b4c2b
  
https://github.com/jenkinsci/workflow-support-plugin/commit/e57d4f88397af5574c5da324fdd036c6699b4c2b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
M pom.xml

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

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



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/org.jenkins-ci.plugins-plugin-4.80/00-e57d4f%40github.com.


[jenkinsci/workflow-support-plugin] 1c646a: Use braces with if statements

2024-03-20 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 1c646a2c3033a66ba14ad900c753822ffeed7d31
  
https://github.com/jenkinsci/workflow-support-plugin/commit/1c646a2c3033a66ba14ad900c753822ffeed7d31
  Author: Basil Crow 
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/DefaultStepContext.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImpl.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/TryRepeatedly.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/PickleResolver.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverReader.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverWriter.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamFlowNodeStorage.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable.java

  Log Message:
  ---
  Use braces with if statements


  Commit: 2400af5a7fa798feafbbde300a42ec23aae3e983
  
https://github.com/jenkinsci/workflow-support-plugin/commit/2400af5a7fa798feafbbde300a42ec23aae3e983
  Author: Basil Crow 
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/PickleResolver.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverReader.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverWriter.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamFlowNodeStorage.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/storage/StorageTestUtils.java

  Log Message:
  ---
  Add missing override annotations


  Commit: 36b02764bfbfed02d3388a68806781b8fa4e1c90
  
https://github.com/jenkinsci/workflow-support-plugin/commit/36b02764bfbfed02d3388a68806781b8fa4e1c90
  Author: Basil Crow 
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/DefaultStepContext.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverReader.java

  Log Message:
  ---
  Use method references where possible


  Commit: 107cb4d739c2da984b11dd48c55a95460554c502
  
https://github.com/jenkinsci/workflow-support-plugin/commit/107cb4d739c2da984b11dd48c55a95460554c502
  Author: Basil Crow 
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverWriterTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapperTest.java

  Log Message:
  ---
  Use non-deprecated `assertThat`


  Commit: f847c86554a02f8646638fa0e8c0c06035e74039
  
https://github.com/jenkinsci/workflow-support-plugin/commit/f847c86554a02f8646638fa0e8c0c06035e74039
  Author: Basil Crow 
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImpl.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/POSTHyperlinkNote.java

  Log Message:
  ---
  Use standard character sets


  Commit: 98a88941faf850fe927dcf56aab0b165551a7543
  
https://github.com/jenkinsci/workflow-support-plugin/commit/98a88941faf850fe927dcf56aab0b165551a7543
  Author: Basil Crow 
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamFlowNodeStorage.java

  Log Message:
  ---
  Simplify boolean expression


  Commit: fbb5fcaf7d720d851de54fd0f637502c1fb6e552
  
https://github.com/jenkinsci/workflow-support-plugin/commit/fbb5fcaf7d720d851de54fd0f637502c1fb6e552
  Author: Basil Crow 
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImpl.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/actions/PauseAction.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/actions/WorkspaceActionImpl.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/concurrent/ChainingListenableFuture.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/concurrent/Futures.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/PickleResolver.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverReader.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverWriter.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamFlowNodeStorage.java
M 
src/main/java/org/jenkinsci/plugins/workflow/support/visualization

[jenkinsci/workflow-support-plugin]

2024-03-18 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/881.v7663695646cf
  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/tags/881.v7663695646cf/00-766369%40github.com.


[jenkinsci/workflow-support-plugin] 13d738: Save `flowNodeStore.xml` entries in order

2024-03-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 13d738c153b84f2bc0f5fd10afd3671add15ebf7
  
https://github.com/jenkinsci/workflow-support-plugin/commit/13d738c153b84f2bc0f5fd10afd3671add15ebf7
  Author: Jesse Glick 
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorage.java
A 
src/test/java/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest.java

  Log Message:
  ---
  Save `flowNodeStore.xml` entries in order


  Commit: 7663695646cff7f0dd5b8e6df5e55d645af29cd9
  
https://github.com/jenkinsci/workflow-support-plugin/commit/7663695646cff7f0dd5b8e6df5e55d645af29cd9
  Author: Jesse Glick 
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorage.java
A 
src/test/java/org/jenkinsci/plugins/workflow/support/storage/BulkFlowNodeStorageTest.java

  Log Message:
  ---
  Merge pull request #255 from jglick/orderOfEntries

Save `flowNodeStore.xml` entries in order


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/16f65d79457c...7663695646cf

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/16f65d-766369%40github.com.


[jenkinsci/workflow-support-plugin] 1425b0: Bump io.jenkins.tools.bom:bom-2.387.x

2024-03-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 1425b0b9ed1471b41b08d11d5f4aed0be10215ec
  
https://github.com/jenkinsci/workflow-support-plugin/commit/1425b0b9ed1471b41b08d11d5f4aed0be10215ec
  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 
2163.v2d916d90c305 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: 16f65d79457cfb2f50210faeea2d74f68fef47c6
  
https://github.com/jenkinsci/workflow-support-plugin/commit/16f65d79457cfb2f50210faeea2d74f68fef47c6
  Author: Jesse Glick 
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #247 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 2163.v2d916d90c305 to 
2543.vfb_1a_5fb_9496d


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/4bcac366bcd0...16f65d79457c

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/4bcac3-16f65d%40github.com.


[jenkinsci/workflow-support-plugin]

2024-03-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d
  Home:   https://github.com/jenkinsci/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.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d/1425b0-00%40github.com.


[jenkinsci/workflow-support-plugin]

2024-03-11 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.79
  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/org.jenkins-ci.plugins-plugin-4.79/cc3d75-00%40github.com.


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

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

  Changed paths:
M pom.xml

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

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

---
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: 4bcac366bcd0ced7bf43841ff1ce26e6c9d0b09b
  
https://github.com/jenkinsci/workflow-support-plugin/commit/4bcac366bcd0ced7bf43841ff1ce26e6c9d0b09b
  Author: Jesse Glick 
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/f044f89f0168...4bcac366bcd0

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/f044f8-4bcac3%40github.com.


[jenkinsci/workflow-support-plugin]

2024-03-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78
  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/org.jenkins-ci.plugins-plugin-4.78/991d85-00%40github.com.


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

2024-03-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.79
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: cc3d75dc520895b6ea1e4c7defe5e5347009a94a
  
https://github.com/jenkinsci/workflow-support-plugin/commit/cc3d75dc520895b6ea1e4c7defe5e5347009a94a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/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/org.jenkins-ci.plugins-plugin-4.79/00-cc3d75%40github.com.


[jenkinsci/workflow-support-plugin] 991d85: Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78

2024-02-11 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 991d8541a7f3f14ac8f4dd543322a452eb8f1fcf
  
https://github.com/jenkinsci/workflow-support-plugin/commit/991d8541a7f3f14ac8f4dd543322a452eb8f1fcf
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin] 4a5def: Suppress warnings for spotbugs 4.8.3

2024-01-16 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 4a5def55d21a33026d3964f5902a9b7e6bf19fff
  
https://github.com/jenkinsci/workflow-support-plugin/commit/4a5def55d21a33026d3964f5902a9b7e6bf19fff
  Author: Mark Waite 
  Date:   2024-01-15 (Mon, 15 Jan 2024)

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

  Log Message:
  ---
  Suppress warnings for spotbugs 4.8.3

https://github.com/jenkinsci/plugin-pom/pull/869 or a subsequent pull
request that updates to 4.8.3 will need this change in the plugin to
resolve new spotbugs warnings that will be reported by spotbugs 4.8.2
and later.

Plugin pom 4.77 is likely to include that new version of spotbugs.


  Commit: 92af117dd89f9734f57ce00f1c0e16a59d35f285
  
https://github.com/jenkinsci/workflow-support-plugin/commit/92af117dd89f9734f57ce00f1c0e16a59d35f285
  Author: Mark Waite 
  Date:   2024-01-16 (Tue, 16 Jan 2024)

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

  Log Message:
  ---
  Change justification into a TODO

Co-authored-by: Jesse Glick 


  Commit: 6aa94caf707cf78caca796ec30888057835d4d65
  
https://github.com/jenkinsci/workflow-support-plugin/commit/6aa94caf707cf78caca796ec30888057835d4d65
  Author: Mark Waite 
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pomt 4.76

https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.77 describes
the changes in the 4.77 release of the parent pom.  Those changes include:

* https://github.com/jenkinsci/plugin-pom/pull/880 - test harness update
* https://github.com/jenkinsci/plugin-pom/pull/884 - spotbugs plugin update

Several other dependency updates are also included


  Commit: f044f89f0168caf3c67ffca66418c6ab36bb53a5
  
https://github.com/jenkinsci/workflow-support-plugin/commit/f044f89f0168caf3c67ffca66418c6ab36bb53a5
  Author: Jesse Glick 
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogStorageAction.java

  Log Message:
  ---
  Merge pull request #251 from MarkEWaite/suppress-more-spotbugs-warnings

Suppress warnings for spotbugs 4.8.3


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/6b5b24d6513a...f044f89f0168

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


[jenkinsci/workflow-support-plugin]

2023-12-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 0bccd1: Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.76

2023-12-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 0bccd107049f95a84b747fd708994ed7a9442ae4
  
https://github.com/jenkinsci/workflow-support-plugin/commit/0bccd107049f95a84b747fd708994ed7a9442ae4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 6b5b24d6513a8cfdd5a5b157371d7779685794af
  
https://github.com/jenkinsci/workflow-support-plugin/commit/6b5b24d6513a8cfdd5a5b157371d7779685794af
  Author: Jesse Glick 
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/f4d2878f75e3...6b5b24d6513a

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


[jenkinsci/workflow-support-plugin]

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

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


[jenkinsci/workflow-support-plugin] 0bccd1: Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.76

2023-12-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.76
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 0bccd107049f95a84b747fd708994ed7a9442ae4
  
https://github.com/jenkinsci/workflow-support-plugin/commit/0bccd107049f95a84b747fd708994ed7a9442ae4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-10-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.74
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 1c2aba: Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.75

2023-10-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.75
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 1c2aba9e967fd34686668b0b0fb2f9700ffdae5c
  
https://github.com/jenkinsci/workflow-support-plugin/commit/1c2aba9e967fd34686668b0b0fb2f9700ffdae5c
  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 org.jenkins-ci.plugins:plugin from 4.73 to 4.75

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-10-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2516.v113cb_3d00317
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 1425b0: Bump io.jenkins.tools.bom:bom-2.387.x

2023-10-29 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 1425b0b9ed1471b41b08d11d5f4aed0be10215ec
  
https://github.com/jenkinsci/workflow-support-plugin/commit/1425b0b9ed1471b41b08d11d5f4aed0be10215ec
  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 
2163.v2d916d90c305 to 2543.vfb_1a_5fb_9496d.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-10-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2507.vcb_18c56b_f57c
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] a46436: Bump io.jenkins.tools.bom:bom-2.387.x

2023-10-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2516.v113cb_3d00317
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: a464365f4e56e2c8b0b6ba22fdb96e7e4b1ea3b3
  
https://github.com/jenkinsci/workflow-support-plugin/commit/a464365f4e56e2c8b0b6ba22fdb96e7e4b1ea3b3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-23 (Mon, 23 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 
2163.v2d916d90c305 to 2516.v113cb_3d00317.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-10-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2496.vddfca_753db_80
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 44c112: Bump io.jenkins.tools.bom:bom-2.387.x

2023-10-15 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2507.vcb_18c56b_f57c
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 44c112b8414f36c1287b88fa98aa9adf32d5604f
  
https://github.com/jenkinsci/workflow-support-plugin/commit/44c112b8414f36c1287b88fa98aa9adf32d5604f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-16 (Mon, 16 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 
2163.v2d916d90c305 to 2507.vcb_18c56b_f57c.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin] ab1aab: Bump org.jboss.marshalling:jboss-marshalling-river

2023-10-09 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: ab1aabc37d418535cbe7c8228e09e29793ed96da
  
https://github.com/jenkinsci/workflow-support-plugin/commit/ab1aabc37d418535cbe7c8228e09e29793ed96da
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jboss.marshalling:jboss-marshalling-river

Bumps org.jboss.marshalling:jboss-marshalling-river from 2.1.2.Final to 
2.1.3.Final.

---
updated-dependencies:
- dependency-name: org.jboss.marshalling:jboss-marshalling-river
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


  Commit: f4d2878f75e3d7e9ed495405b6b49a62cb0386d9
  
https://github.com/jenkinsci/workflow-support-plugin/commit/f4d2878f75e3d7e9ed495405b6b49a62cb0386d9
  Author: Jesse Glick 
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #242 from 
jenkinsci/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.3.Final

Bump org.jboss.marshalling:jboss-marshalling-river from 2.1.2.Final to 
2.1.3.Final


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/a60c181c47f7...f4d2878f75e3

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


[jenkinsci/workflow-support-plugin]

2023-10-09 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.3.Final
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin]

2023-10-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2483.v3b_22f030990a_
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 5bc9ed: Bump io.jenkins.tools.bom:bom-2.387.x

2023-10-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2496.vddfca_753db_80
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 5bc9eddc545e3146970bac0f6fd0c93cc6568916
  
https://github.com/jenkinsci/workflow-support-plugin/commit/5bc9eddc545e3146970bac0f6fd0c93cc6568916
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-09 (Mon, 09 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 
2163.v2d916d90c305 to 2496.vddfca_753db_80.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin] 9f80bc: Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.74

2023-10-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.74
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 9f80bc75642d44fa3a9bc98af6142d364fdf54ec
  
https://github.com/jenkinsci/workflow-support-plugin/commit/9f80bc75642d44fa3a9bc98af6142d364fdf54ec
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin] ab1aab: Bump org.jboss.marshalling:jboss-marshalling-river

2023-10-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.3.Final
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: ab1aabc37d418535cbe7c8228e09e29793ed96da
  
https://github.com/jenkinsci/workflow-support-plugin/commit/ab1aabc37d418535cbe7c8228e09e29793ed96da
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jboss.marshalling:jboss-marshalling-river

Bumps org.jboss.marshalling:jboss-marshalling-river from 2.1.2.Final to 
2.1.3.Final.

---
updated-dependencies:
- dependency-name: org.jboss.marshalling:jboss-marshalling-river
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin] 0ceda3: Test with Java 21

2023-10-02 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 0ceda36228b11ec2c6497b6c6622449037344d4d
  
https://github.com/jenkinsci/workflow-support-plugin/commit/0ceda36228b11ec2c6497b6c6622449037344d4d
  Author: Mark Waite 
  Date:   2023-10-01 (Sun, 01 Oct 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Test with Java 21

Java 21 released Sep 19, 2023. We'd like to announce full support for
Java 21 in early October and would like the most used plugins to be
compiling and testing with Java 21.

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

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


  Commit: a60c181c47f76bca01633e56b5d704397a794042
  
https://github.com/jenkinsci/workflow-support-plugin/commit/a60c181c47f76bca01633e56b5d704397a794042
  Author: Jesse Glick 
  Date:   2023-10-02 (Mon, 02 Oct 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #240 from MarkEWaite/test-with-java-21

Test with Java 21


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/43e78cc44e0d...a60c181c47f7

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


[jenkinsci/workflow-support-plugin]

2023-10-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2465.va_e76ed7b_3061
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] b8be2a: Bump io.jenkins.tools.bom:bom-2.387.x

2023-10-01 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2483.v3b_22f030990a_
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: b8be2ad23176f1b88621975165786ea0ed03a6a2
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b8be2ad23176f1b88621975165786ea0ed03a6a2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-10-02 (Mon, 02 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 
2163.v2d916d90c305 to 2483.v3b_22f030990a_.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-09-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2446.v2e9fd3b_d8c81
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 032495: Bump io.jenkins.tools.bom:bom-2.387.x

2023-09-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2465.va_e76ed7b_3061
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 0324950acdc70b976f148ddcaf9d86a60244fbc1
  
https://github.com/jenkinsci/workflow-support-plugin/commit/0324950acdc70b976f148ddcaf9d86a60244fbc1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-25 (Mon, 25 Sep 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 
2163.v2d916d90c305 to 2465.va_e76ed7b_3061.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-09-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2423.vce598171d115
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 973bc8: Bump io.jenkins.tools.bom:bom-2.387.x

2023-09-17 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2446.v2e9fd3b_d8c81
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 973bc8f5ec814d85d4f7c5a168f1d2a37f984dad
  
https://github.com/jenkinsci/workflow-support-plugin/commit/973bc8f5ec814d85d4f7c5a168f1d2a37f984dad
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-18 (Mon, 18 Sep 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 
2163.v2d916d90c305 to 2446.v2e9fd3b_d8c81.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-09-12 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/865.v43e78cc44e0d
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 77ec2a: Avoid loading transient actions in FlowGraphTable

2023-09-12 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 77ec2ad77b5ef971e4a4b641ea02cfd7bd4ef8c9
  
https://github.com/jenkinsci/workflow-support-plugin/commit/77ec2ad77b5ef971e4a4b641ea02cfd7bd4ef8c9
  Author: Devin Nusbaum 
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable.java

  Log Message:
  ---
  Avoid loading transient actions in FlowGraphTable


  Commit: b4dfc96c444e80996402c29348896f86558382cc
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b4dfc96c444e80996402c29348896f86558382cc
  Author: Devin Nusbaum 
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
A .github/CODEOWNERS
M .mvn/extensions.xml
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/POSTHyperlinkNote.java
M src/test/java/org/jenkinsci/plugins/workflow/test/steps/SemaphoreStep.java

  Log Message:
  ---
  Merge branch 'master' into avoid-transient-actions


  Commit: 43e78cc44e0db1f1293b7e5145fdec437c0379f9
  
https://github.com/jenkinsci/workflow-support-plugin/commit/43e78cc44e0db1f1293b7e5145fdec437c0379f9
  Author: Jesse Glick 
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable.java

  Log Message:
  ---
  Merge pull request #236 from dwnusbaum/avoid-transient-actions

Avoid loading transient actions in `FlowGraphTable`


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/d85873bd6281...43e78cc44e0d

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


[jenkinsci/workflow-support-plugin] 51da05: Fixing synchronization in `SemaphoreStep`

2023-09-12 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 51da05b1cfbd461363ca7f99d8abeddcd2c1a01c
  
https://github.com/jenkinsci/workflow-support-plugin/commit/51da05b1cfbd461363ca7f99d8abeddcd2c1a01c
  Author: Jesse Glick 
  Date:   2023-09-11 (Mon, 11 Sep 2023)

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

  Log Message:
  ---
  Fixing synchronization in `SemaphoreStep`


  Commit: d85873bd6281f6cd66d2612ab86b3c9726d1560c
  
https://github.com/jenkinsci/workflow-support-plugin/commit/d85873bd6281f6cd66d2612ab86b3c9726d1560c
  Author: Jesse Glick 
  Date:   2023-09-12 (Tue, 12 Sep 2023)

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

  Log Message:
  ---
  Merge pull request #235 from jglick/SemaphoreStep

Fixing synchronization in `SemaphoreStep`


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/3175dbeeec19...d85873bd6281

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


[jenkinsci/workflow-support-plugin] 6e340f: Bump org.jboss.marshalling:jboss-marshalling-river

2023-09-11 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 6e340fe414af9ea6ae66b163538498c8bf08d81e
  
https://github.com/jenkinsci/workflow-support-plugin/commit/6e340fe414af9ea6ae66b163538498c8bf08d81e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jboss.marshalling:jboss-marshalling-river

Bumps org.jboss.marshalling:jboss-marshalling-river from 2.1.1.Final to 
2.1.2.Final.

---
updated-dependencies:
- dependency-name: org.jboss.marshalling:jboss-marshalling-river
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


  Commit: 3175dbeeec1982cf724f9d79df00621dcfe6d6fe
  
https://github.com/jenkinsci/workflow-support-plugin/commit/3175dbeeec1982cf724f9d79df00621dcfe6d6fe
  Author: Jesse Glick 
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #229 from 
jenkinsci/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.2.Final

Bump org.jboss.marshalling:jboss-marshalling-river from 2.1.1.Final to 
2.1.2.Final


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/1c110f75535f...3175dbeeec19

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


[jenkinsci/workflow-support-plugin]

2023-09-11 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.2.Final
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin]

2023-09-11 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.73
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 21cf34: Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.73

2023-09-11 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 21cf340ef1d92ee533ea1424754c71aa0d9341ea
  
https://github.com/jenkinsci/workflow-support-plugin/commit/21cf340ef1d92ee533ea1424754c71aa0d9341ea
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M pom.xml

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

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

---
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: 1c110f75535fb1c00efc4ca8ef3c889c836cef24
  
https://github.com/jenkinsci/workflow-support-plugin/commit/1c110f75535fb1c00efc4ca8ef3c889c836cef24
  Author: Jesse Glick 
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/b69b49394300...1c110f75535f

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


[jenkinsci/workflow-support-plugin]

2023-09-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2401.v7a_d68f8d0b_09
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 674190: Bump io.jenkins.tools.bom:bom-2.387.x

2023-09-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2423.vce598171d115
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 674190654b790a15d41541f97ac61f1f82abeeb2
  
https://github.com/jenkinsci/workflow-support-plugin/commit/674190654b790a15d41541f97ac61f1f82abeeb2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-11 (Mon, 11 Sep 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 
2163.v2d916d90c305 to 2423.vce598171d115.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-09-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2378.v3e03930028f2
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] f893b2: Bump io.jenkins.tools.bom:bom-2.387.x

2023-09-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2401.v7a_d68f8d0b_09
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: f893b2ee42aad6507044dc84302bc8549bb11e3e
  
https://github.com/jenkinsci/workflow-support-plugin/commit/f893b2ee42aad6507044dc84302bc8549bb11e3e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-04 (Mon, 04 Sep 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 
2163.v2d916d90c305 to 2401.v7a_d68f8d0b_09.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-09-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.72
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 21cf34: Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.73

2023-09-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.73
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 21cf340ef1d92ee533ea1424754c71aa0d9341ea
  
https://github.com/jenkinsci/workflow-support-plugin/commit/21cf340ef1d92ee533ea1424754c71aa0d9341ea
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M pom.xml

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

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin] c42340: chore(CODEOWNERS): add plugin development team

2023-08-31 Thread 'Devin Nusbaum' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: c42340eba01106b907779d0e24ed9a1c46df7fbb
  
https://github.com/jenkinsci/workflow-support-plugin/commit/c42340eba01106b907779d0e24ed9a1c46df7fbb
  Author: Steve Hill 
  Date:   2023-08-31 (Thu, 31 Aug 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: b69b493943000e381aa902c7d1469521ce19dfdb
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b69b493943000e381aa902c7d1469521ce19dfdb
  Author: Devin Nusbaum 
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
A .github/CODEOWNERS

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

Add Plugin Development Team to CODEOWNERS


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/b5588c477475...b69b49394300

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


[jenkinsci/workflow-support-plugin]

2023-08-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2357.v1043f8578392
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 782752: Bump io.jenkins.tools.bom:bom-2.387.x

2023-08-27 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2378.v3e03930028f2
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 782752509dc2506f5c56b6322cc7d2b4a8a3fc2e
  
https://github.com/jenkinsci/workflow-support-plugin/commit/782752509dc2506f5c56b6322cc7d2b4a8a3fc2e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-28 (Mon, 28 Aug 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 
2163.v2d916d90c305 to 2378.v3e03930028f2.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin] 6e340f: Bump org.jboss.marshalling:jboss-marshalling-river

2023-08-20 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.2.Final
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 6e340fe414af9ea6ae66b163538498c8bf08d81e
  
https://github.com/jenkinsci/workflow-support-plugin/commit/6e340fe414af9ea6ae66b163538498c8bf08d81e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jboss.marshalling:jboss-marshalling-river

Bumps org.jboss.marshalling:jboss-marshalling-river from 2.1.1.Final to 
2.1.2.Final.

---
updated-dependencies:
- dependency-name: org.jboss.marshalling:jboss-marshalling-river
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-08-20 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2329.v078520e55c19
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] b03b88: Bump io.jenkins.tools.bom:bom-2.387.x

2023-08-20 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2357.v1043f8578392
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: b03b8817d5c35efdf03c60f90378969b6db34da9
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b03b8817d5c35efdf03c60f90378969b6db34da9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-21 (Mon, 21 Aug 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 
2163.v2d916d90c305 to 2357.v1043f8578392.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-08-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2312.v91115fa_5b_2b_6
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] b3096f: Bump io.jenkins.tools.bom:bom-2.387.x

2023-08-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2329.v078520e55c19
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: b3096f6764a25c527e62f56ef862397154e7077e
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b3096f6764a25c527e62f56ef862397154e7077e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-14 (Mon, 14 Aug 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 
2163.v2d916d90c305 to 2329.v078520e55c19.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin] a30e75: Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.72

2023-08-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.72
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: a30e75ca92b567db0f0e0e9edf5241f7cbb06165
  
https://github.com/jenkinsci/workflow-support-plugin/commit/a30e75ca92b567db0f0e0e9edf5241f7cbb06165
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.72

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-08-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2258.v522c10b_d4695
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 28d56d: Bump io.jenkins.tools.bom:bom-2.387.x

2023-08-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2312.v91115fa_5b_2b_6
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 28d56d1cbf58e7af2730f0899ae29c4ba58bfc30
  
https://github.com/jenkinsci/workflow-support-plugin/commit/28d56d1cbf58e7af2730f0899ae29c4ba58bfc30
  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 io.jenkins.tools.bom:bom-2.387.x

Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 
2163.v2d916d90c305 to 2312.v91115fa_5b_2b_6.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


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

2023-07-25 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: dc941b6044315840b219be8a07c89cfd87841206
  
https://github.com/jenkinsci/workflow-support-plugin/commit/dc941b6044315840b219be8a07c89cfd87841206
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: b5588c477475b24b17839164dd2371a3ee2e35c8
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b5588c477475b24b17839164dd2371a3ee2e35c8
  Author: Jesse Glick 
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/577af3a44d58...b5588c477475

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


[jenkinsci/workflow-support-plugin]

2023-07-25 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.7
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin]

2023-07-25 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.71
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] c1fa0b: Bump org.jenkins-ci.plugins:plugin from 4.67 to 4.71

2023-07-25 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: c1fa0b9aa35bec64bac0013b286b1c96f3be9ad5
  
https://github.com/jenkinsci/workflow-support-plugin/commit/c1fa0b9aa35bec64bac0013b286b1c96f3be9ad5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.67 to 4.71

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

---
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: 577af3a44d58657e7948edfc5ef0ece32de8d257
  
https://github.com/jenkinsci/workflow-support-plugin/commit/577af3a44d58657e7948edfc5ef0ece32de8d257
  Author: Jesse Glick 
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M pom.xml

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

Bump org.jenkins-ci.plugins:plugin from 4.67 to 4.71


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/ce16bf30826e...577af3a44d58

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


[jenkinsci/workflow-support-plugin] 59b539: Bump io.jenkins.tools.bom:bom-2.387.x

2023-07-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2258.v522c10b_d4695
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 59b53915e62c523d276e5374060c60f038edfae2
  
https://github.com/jenkinsci/workflow-support-plugin/commit/59b53915e62c523d276e5374060c60f038edfae2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-25 (Tue, 25 Jul 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 
2163.v2d916d90c305 to 2258.v522c10b_d4695.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-07-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.332.x-1763.v092b_8980a_f5e
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin]

2023-07-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.55
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] c1fa0b: Bump org.jenkins-ci.plugins:plugin from 4.67 to 4.71

2023-07-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.71
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: c1fa0b9aa35bec64bac0013b286b1c96f3be9ad5
  
https://github.com/jenkinsci/workflow-support-plugin/commit/c1fa0b9aa35bec64bac0013b286b1c96f3be9ad5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.67 to 4.71

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-07-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.6
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


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

2023-07-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.7
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: dc941b6044315840b219be8a07c89cfd87841206
  
https://github.com/jenkinsci/workflow-support-plugin/commit/dc941b6044315840b219be8a07c89cfd87841206
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M .mvn/extensions.xml

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

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/workflow-support-plugin]

2023-07-25 Thread 'Jesse Glick' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.1.Final
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 0b589c: Bump jboss-marshalling-river from 2.1.0.Final to 2...

2023-07-25 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 0b589cf141cc22267dc091c32967ae5b636079f1
  
https://github.com/jenkinsci/workflow-support-plugin/commit/0b589cf141cc22267dc091c32967ae5b636079f1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jboss-marshalling-river from 2.1.0.Final to 2.1.1.Final

Bumps jboss-marshalling-river from 2.1.0.Final to 2.1.1.Final.

---
updated-dependencies:
- dependency-name: org.jboss.marshalling:jboss-marshalling-river
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


  Commit: ce16bf30826e987cadfc2cf963bbd9a1f93d5934
  
https://github.com/jenkinsci/workflow-support-plugin/commit/ce16bf30826e987cadfc2cf963bbd9a1f93d5934
  Author: Jesse Glick 
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #199 from 
jenkinsci/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.1.Final

Bump jboss-marshalling-river from 2.1.0.Final to 2.1.1.Final


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/5a383bd14921...ce16bf30826e

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


[jenkinsci/workflow-support-plugin]

2023-07-25 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/848.v5a_383b_d14921
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] 0b589c: Bump jboss-marshalling-river from 2.1.0.Final to 2...

2023-07-25 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.1.Final
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 0b589cf141cc22267dc091c32967ae5b636079f1
  
https://github.com/jenkinsci/workflow-support-plugin/commit/0b589cf141cc22267dc091c32967ae5b636079f1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jboss-marshalling-river from 2.1.0.Final to 2.1.1.Final

Bumps jboss-marshalling-river from 2.1.0.Final to 2.1.1.Final.

---
updated-dependencies:
- dependency-name: org.jboss.marshalling:jboss-marshalling-river
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/workflow-support-plugin/push/refs/heads/dependabot/maven/org.jboss.marshalling-jboss-marshalling-river-2.1.1.Final/9d8803-0b589c%40github.com.


[jenkinsci/workflow-support-plugin] 6bffb0: Remove usages of Prototype

2023-07-25 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 6bffb09f5ff9f69975f4a18fd793b7bc745264d5
  
https://github.com/jenkinsci/workflow-support-plugin/commit/6bffb09f5ff9f69975f4a18fd793b7bc745264d5
  Author: Basil Crow 
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/POSTHyperlinkNote.java

  Log Message:
  ---
  Remove usages of Prototype


  Commit: 5a383bd14921cb7f7fa4b731cfc5e2b3090c73df
  
https://github.com/jenkinsci/workflow-support-plugin/commit/5a383bd14921cb7f7fa4b731cfc5e2b3090c73df
  Author: Jesse Glick 
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/POSTHyperlinkNote.java

  Log Message:
  ---
  Merge pull request #221 from basil/remove-prototype

Remove usages of Prototype


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/c03a60800e60...5a383bd14921

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


[jenkinsci/workflow-support-plugin] 4502c2: Upgrade HtmlUnit from 2.x to 3.x

2023-06-16 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 4502c2f4a8f3beac4747cc2f7ff65e34cf4a3da7
  
https://github.com/jenkinsci/workflow-support-plugin/commit/4502c2f4a8f3beac4747cc2f7ff65e34cf4a3da7
  Author: Tim Jacomb 
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/workflow/test/steps/input/POSTHyperlinkNoteTest.java

  Log Message:
  ---
  Upgrade HtmlUnit from 2.x to 3.x


  Commit: 8f3987ec69c968b363a305e4f91cf234b768723c
  
https://github.com/jenkinsci/workflow-support-plugin/commit/8f3987ec69c968b363a305e4f91cf234b768723c
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2023-06-07 (Wed, 07 Jun 2023)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into htmlunit-2.x-to-3.x


  Commit: 7e8f3c736c5835cc1977fbc57475afebbb0be9d0
  
https://github.com/jenkinsci/workflow-support-plugin/commit/7e8f3c736c5835cc1977fbc57475afebbb0be9d0
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


  Commit: ba90287f2353659f02d35c4a4d2ece9a9dd6fb60
  
https://github.com/jenkinsci/workflow-support-plugin/commit/ba90287f2353659f02d35c4a4d2ece9a9dd6fb60
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


  Commit: c03a60800e609de77738cc8003366e9686d9f55c
  
https://github.com/jenkinsci/workflow-support-plugin/commit/c03a60800e609de77738cc8003366e9686d9f55c
  Author: Jesse Glick 
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/workflow/test/steps/input/POSTHyperlinkNoteTest.java

  Log Message:
  ---
  Merge pull request #220 from timja-bot/htmlunit-2.x-to-3.x

Upgrade HtmlUnit from 2.x to 3.x


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/7ef2cdae63b7...c03a60800e60

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


[jenkinsci/workflow-support-plugin] cd25be: Refresh plugin

2023-06-06 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: cd25beb73a0ec0b2db4500a01391eb8b6305b74c
  
https://github.com/jenkinsci/workflow-support-plugin/commit/cd25beb73a0ec0b2db4500a01391eb8b6305b74c
  Author: Basil Crow 
  Date:   2023-05-20 (Sat, 20 May 2023)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Refresh plugin


  Commit: 7ef2cdae63b736a1107884140bde171d8c9b8f3c
  
https://github.com/jenkinsci/workflow-support-plugin/commit/7ef2cdae63b736a1107884140bde171d8c9b8f3c
  Author: Jesse Glick 
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Merge pull request #219 from basil/refresh

Refresh plugin


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/35e2736cfd5c...7ef2cdae63b7

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


[jenkinsci/workflow-support-plugin]

2023-02-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.5
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


[jenkinsci/workflow-support-plugin] ddc1df: Bump git-changelist-maven-extension from 1.4 to 1.6

2023-02-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.6
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: ddc1dfdaa56f3c512924b1173bb5800bb2590f1d
  
https://github.com/jenkinsci/workflow-support-plugin/commit/ddc1dfdaa56f3c512924b1173bb5800bb2590f1d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump git-changelist-maven-extension from 1.4 to 1.6

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

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


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


[jenkinsci/workflow-support-plugin]

2023-02-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.54
  Home:   https://github.com/jenkinsci/workflow-support-plugin

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


  1   2   3   4   5   6   >