[jenkinsci/pipeline-utility-steps-plugin] 4105ad: [maven-release-plugin] prepare for next developmen...

2024-10-11 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 4105ad20dff934c24886262082684ffe16c6ca7a
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/4105ad20dff934c24886262082684ffe16c6ca7a
  Author: rsandell 
  Date:   2024-10-11 (Fri, 11 Oct 2024)

  Changed paths:
M pom.xml

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



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

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


[jenkinsci/pipeline-utility-steps-plugin] f272c4: [maven-release-plugin] prepare release pipeline-ut...

2024-10-11 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: f272c4ede95733463aeb54b3fde30a83563b0ca9
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/f272c4ede95733463aeb54b3fde30a83563b0ca9
  Author: rsandell 
  Date:   2024-10-11 (Fri, 11 Oct 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-utility-steps-2.18.0



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

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


[jenkinsci/pipeline-utility-steps-plugin] 30ccdc: feat(steps): add step to read and write toml file

2024-10-11 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 30ccdc62871c99af60ad7c3e90c9c50e8052c9c1
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/30ccdc62871c99af60ad7c3e90c9c50e8052c9c1
  Author: a1k0u 
  Date:   2024-08-27 (Tue, 27 Aug 2024)

  Changed paths:
M pom.xml
A 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStepExecution.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStep.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStepExecution.java
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/Messages.properties
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/config.properties
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/help-file.html
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/help-text.html
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/help.html
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStep/help.html
A 
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStepTest.java
A 
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStepTest.java

  Log Message:
  ---
  feat(steps): add step to read and write toml file


  Commit: 3a461bb0e01557365d84b6896bd57e135ebcb5da
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/3a461bb0e01557365d84b6896bd57e135ebcb5da
  Author: a1k0u 
  Date:   2024-10-11 (Fri, 11 Oct 2024)

  Changed paths:
M docs/STEPS.md

  Log Message:
  ---
  docs(steps): add toml steps


  Commit: 9f3563e9772be95ae3cc0a30dad5521582a10933
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/9f3563e9772be95ae3cc0a30dad5521582a10933
  Author: Robert Sandell 
  Date:   2024-10-11 (Fri, 11 Oct 2024)

  Changed paths:
M docs/STEPS.md
M pom.xml
A 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStepExecution.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStep.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStepExecution.java
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/Messages.properties
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/config.properties
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/help-file.html
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/help-text.html
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStep/help.html
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStep/help.html
A 
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/ReadTOMLStepTest.java
A 
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/toml/WriteTOMLStepTest.java

  Log Message:
  ---
  Merge pull request #272 from a1k0u/read-write-toml

Add steps to read and write TOML file


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/cab51819f80b...9f3563e9772b

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

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


[jenkinsci/active-directory-plugin] 459537: Bump org.jenkins-ci.plugins:plugin from 4.86 to 4.88

2024-10-03 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-directory-plugin
  Commit: 4595372f692af2db9d2334f00b8e0f4280ef1472
  
https://github.com/jenkinsci/active-directory-plugin/commit/4595372f692af2db9d2334f00b8e0f4280ef1472
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.86 to 4.88

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

---
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: 9278bc8433a03a7ecde22476a30a9d554dbec418
  
https://github.com/jenkinsci/active-directory-plugin/commit/9278bc8433a03a7ecde22476a30a9d554dbec418
  Author: Robert Sandell 
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
M pom.xml

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

Bump org.jenkins-ci.plugins:plugin from 4.86 to 4.88


Compare: 
https://github.com/jenkinsci/active-directory-plugin/compare/8fda5d8f7ab3...9278bc8433a0

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

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


[jenkinsci/ldap-plugin] 0b4f9a: Bump io.jenkins.tools.bom:bom-2.462.x

2024-10-02 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: 0b4f9ab78d8f4897fffe22a9565339b34a875353
  
https://github.com/jenkinsci/ldap-plugin/commit/0b4f9ab78d8f4897fffe22a9565339b34a875353
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-09-30 (Mon, 30 Sep 2024)

  Changed paths:
M pom.xml

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

Bumps [io.jenkins.tools.bom:bom-2.462.x](https://github.com/jenkinsci/bom) from 
3234.v5ca_5154341ef to 3413.v0d896b_76a_30d.
- [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.462.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: ef7f616475df68503864e966abeee168645ee6d5
  
https://github.com/jenkinsci/ldap-plugin/commit/ef7f616475df68503864e966abeee168645ee6d5
  Author: Robert Sandell 
  Date:   2024-10-02 (Wed, 02 Oct 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #301 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.462.x-3413.v0d896b_76a_30d

Bump io.jenkins.tools.bom:bom-2.462.x from 3234.v5ca_5154341ef to 
3413.v0d896b_76a_30d


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/92d97ab9124b...ef7f616475df

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


[jenkinsci/mailer-plugin] 647864: [JENKINS-73815] In FiPS mode passwords must be at ...

2024-09-30 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mailer-plugin
  Commit: 64786481a1da8c5cb56eb30312dded92d35bc794
  
https://github.com/jenkinsci/mailer-plugin/commit/64786481a1da8c5cb56eb30312dded92d35bc794
  Author: Robert Sandell 
  Date:   2024-09-30 (Mon, 30 Sep 2024)

  Changed paths:
M src/main/java/hudson/tasks/SMTPAuthentication.java
M src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages.properties
A src/test/java/jenkins/plugins/mailer/FipsModeTest.java
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/casc/secrets/hudson.util.Secret
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/casc/secrets/jenkins.model.Jenkins.crumbSalt
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/casc/secrets/master.key
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/casc/secrets/org.jenkinsci.main.modules.instance_identity.InstanceIdentity.KEY
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/hudson.tasks.Mailer.xml
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/jenkins.model.JenkinsLocationConfiguration.xml
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/secrets/hudson.util.Secret
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/secrets/jenkins.model.Jenkins.crumbSalt
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/secrets/master.key
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/secrets/org.jenkinsci.main.modules.instance_identity.InstanceIdentity.KEY
A src/test/resources/jenkins/plugins/mailer/bad_fips_casc.yaml

  Log Message:
  ---
  [JENKINS-73815] In FiPS mode passwords must be at least 14 characters (#314)

* [JENKINS-73815] In FiPS mode passwords must be at least 14 characters long

* Use Secret.toString in all checks

For simplification



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

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


[jenkinsci/mailer-plugin] 647864: [JENKINS-73815] In FiPS mode passwords must be at ...

2024-09-30 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: 
refs/heads/gh-readonly-queue/master/pr-314-10a910d6ad63add59ad032785fbe4bb1c53d9204
  Home:   https://github.com/jenkinsci/mailer-plugin
  Commit: 64786481a1da8c5cb56eb30312dded92d35bc794
  
https://github.com/jenkinsci/mailer-plugin/commit/64786481a1da8c5cb56eb30312dded92d35bc794
  Author: Robert Sandell 
  Date:   2024-09-30 (Mon, 30 Sep 2024)

  Changed paths:
M src/main/java/hudson/tasks/SMTPAuthentication.java
M src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages.properties
A src/test/java/jenkins/plugins/mailer/FipsModeTest.java
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/casc/secrets/hudson.util.Secret
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/casc/secrets/jenkins.model.Jenkins.crumbSalt
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/casc/secrets/master.key
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/casc/secrets/org.jenkinsci.main.modules.instance_identity.InstanceIdentity.KEY
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/hudson.tasks.Mailer.xml
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/jenkins.model.JenkinsLocationConfiguration.xml
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/secrets/hudson.util.Secret
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/secrets/jenkins.model.Jenkins.crumbSalt
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/secrets/master.key
A 
src/test/resources/jenkins/plugins/mailer/FipsModeTest/testBlowsUpOnStart/secrets/org.jenkinsci.main.modules.instance_identity.InstanceIdentity.KEY
A src/test/resources/jenkins/plugins/mailer/bad_fips_casc.yaml

  Log Message:
  ---
  [JENKINS-73815] In FiPS mode passwords must be at least 14 characters (#314)

* [JENKINS-73815] In FiPS mode passwords must be at least 14 characters long

* Use Secret.toString in all checks

For simplification



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

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


[jenkinsci/pipeline-utility-steps-plugin] 736637: Bump org.apache.commons:commons-configuration2 fro...

2024-08-20 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 736637e1f9e8693e2bc5bc2c8a11131572e68f9f
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/736637e1f9e8693e2bc5bc2c8a11131572e68f9f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.commons:commons-configuration2 from 2.9.0 to 2.11.0

Bumps org.apache.commons:commons-configuration2 from 2.9.0 to 2.11.0.

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

Signed-off-by: dependabot[bot] 


  Commit: 056d466067e81fb15946346e0f5e5b616b8602f0
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/056d466067e81fb15946346e0f5e5b616b8602f0
  Author: rsandell 
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix commons logging upper bounds


  Commit: cab51819f80bdc7c3c0b9259afc28dbf769235cf
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/cab51819f80bdc7c3c0b9259afc28dbf769235cf
  Author: Robert Sandell 
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #265 from 
jenkinsci/dependabot/maven/org.apache.commons-commons-configuration2-2.11.0

Bump org.apache.commons:commons-configuration2 from 2.9.0 to 2.11.0


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/158953c77e3c...cab51819f80b

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

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


[jenkinsci/pipeline-utility-steps-plugin] 056d46: Fix commons logging upper bounds

2024-08-20 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.commons-commons-configuration2-2.11.0
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 056d466067e81fb15946346e0f5e5b616b8602f0
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/056d466067e81fb15946346e0f5e5b616b8602f0
  Author: rsandell 
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix commons logging upper bounds



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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-utility-steps-plugin/push/refs/heads/dependabot/maven/org.apache.commons-commons-configuration2-2.11.0/736637-056d46%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] e818d0: Bump org.apache.maven:maven-model from 3.9.6 to 3.9.9

2024-08-20 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: e818d09bcb156aaa8004faad5ed1c55393033543
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/e818d09bcb156aaa8004faad5ed1c55393033543
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-08-19 (Mon, 19 Aug 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven:maven-model from 3.9.6 to 3.9.9

Bumps [org.apache.maven:maven-model](https://github.com/apache/maven) from 
3.9.6 to 3.9.9.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.9)

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

Signed-off-by: dependabot[bot] 


  Commit: 158953c77e3ca9cb0c1a3a882a28839f78df97f8
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/158953c77e3ca9cb0c1a3a882a28839f78df97f8
  Author: Robert Sandell 
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #269 from 
jenkinsci/dependabot/maven/org.apache.maven-maven-model-3.9.9

Bump org.apache.maven:maven-model from 3.9.6 to 3.9.9


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/9f02f3652b6b...158953c77e3c

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

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


[jenkinsci/pipeline-utility-steps-plugin] b60549: Bump org.jenkins-ci.plugins:plugin from 4.82 to 4.86

2024-08-20 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: b60549c2fa3dd592610aae7810fb859e46f3f0e9
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/b60549c2fa3dd592610aae7810fb859e46f3f0e9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
M pom.xml

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

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

---
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: 9f02f3652b6bbbfc370175378cea1f92ae0b9931
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/9f02f3652b6bbbfc370175378cea1f92ae0b9931
  Author: Robert Sandell 
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/602e29472e49...9f02f3652b6b

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

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


[jenkinsci/pipeline-utility-steps-plugin] 94f3a9: Enable Jenkins Security Scan

2024-08-20 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 94f3a960c29a9bafa7c7d1a752c6cd3b4908ebf4
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/94f3a960c29a9bafa7c7d1a752c6cd3b4908ebf4
  Author: strangelookingnerd 
<49242855+strangelookingn...@users.noreply.github.com>
  Date:   2024-06-25 (Tue, 25 Jun 2024)

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

  Log Message:
  ---
  Enable Jenkins Security Scan


  Commit: 602e29472e49a1b3d17d8e50fce2c40a7d70ed76
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/602e29472e49a1b3d17d8e50fce2c40a7d70ed76
  Author: Robert Sandell 
  Date:   2024-08-20 (Tue, 20 Aug 2024)

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

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

Enable Jenkins Security Scan


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/ba9c03e0da65...602e29472e49

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

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


[jenkinsci/pipeline-utility-steps-plugin] a4c067: Require 2.440.3 or newer

2024-08-20 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: a4c067a672617b840199a9dd194ca264ed5503b5
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/a4c067a672617b840199a9dd194ca264ed5503b5
  Author: Basil Crow 
  Date:   2024-06-24 (Mon, 24 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require 2.440.3 or newer


  Commit: 31a0afb99ccb61ba8798cdbe69058d07e86b17f7
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/31a0afb99ccb61ba8798cdbe69058d07e86b17f7
  Author: Basil Crow 
  Date:   2024-07-01 (Mon, 01 Jul 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update plugin BOM


  Commit: ba9c03e0da65a32bd60c7fcf87a0c4870ab3f3f7
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/ba9c03e0da65a32bd60c7fcf87a0c4870ab3f3f7
  Author: Robert Sandell 
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #261 from basil/commons-io

Require 2.440.3 or newer


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/d9079c7c0ca8...ba9c03e0da65

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

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


[jenkinsci/workflow-cps-plugin] e6dd43: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.85

2024-07-09 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: e6dd434e8cbfe103f6e1845c806a3c87120486dc
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/e6dd434e8cbfe103f6e1845c806a3c87120486dc
  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.80 to 4.85

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.80 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.80...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: d6bb5aa54010494844c79d69d5f0a70b9b6752f8
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/d6bb5aa54010494844c79d69d5f0a70b9b6752f8
  Author: Robert Sandell 
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/e086ee38a978...d6bb5aa54010

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


[jenkinsci/workflow-cps-plugin] cff67f: Remove 'Up' link

2024-07-09 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: cff67f0269c15982454a0e04ad013385f89e1602
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/cff67f0269c15982454a0e04ad013385f89e1602
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2024-06-17 (Mon, 17 Jun 2024)

  Changed paths:
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel.jelly

  Log Message:
  ---
  Remove 'Up' link


  Commit: aa0a40bc2272ca13d471d8480dd0e3c369037027
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/aa0a40bc2272ca13d471d8480dd0e3c369037027
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2024-06-17 (Mon, 17 Jun 2024)

  Changed paths:
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index.jelly

  Log Message:
  ---
  Tidy UI


  Commit: e086ee38a978e1338010db43d24c2d27699249a4
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/e086ee38a978e1338010db43d24c2d27699249a4
  Author: Robert Sandell 
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index.jelly
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel.jelly

  Log Message:
  ---
  Merge pull request #900 from janfaracik/remove-up-link

Refine interface of Pipeline Syntax


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/48a8836749e9...e086ee38a978

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


[jenkinsci/pipeline-utility-steps-plugin] d9079c: [maven-release-plugin] prepare for next developmen...

2024-06-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: d9079c7c0ca8e817f617775b0a979fd92becd3c8
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/d9079c7c0ca8e817f617775b0a979fd92becd3c8
  Author: rsandell 
  Date:   2024-06-24 (Mon, 24 Jun 2024)

  Changed paths:
M pom.xml

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



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

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


[jenkinsci/pipeline-utility-steps-plugin] 477a04: [maven-release-plugin] prepare release pipeline-ut...

2024-06-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 477a04f4ddcd5efaeb8a52012432fd676010a152
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/477a04f4ddcd5efaeb8a52012432fd676010a152
  Author: rsandell 
  Date:   2024-06-24 (Mon, 24 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-utility-steps-2.17.0



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

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


[jenkinsci/pipeline-utility-steps-plugin] c38379: java: add param encoding when read Properties file

2024-06-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: c383796741a3d9601281d7635dc6ae0e8d238af7
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/c383796741a3d9601281d7635dc6ae0e8d238af7
  Author: bright.ma RMSH06 
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStepExecution.java

  Log Message:
  ---
  java: add param encoding when read Properties file

Signed-off-by: bright.ma RMSH06 


  Commit: 799d14083800e019040af7756f484f91a17bc252
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/799d14083800e019040af7756f484f91a17bc252
  Author: bright.ma 
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStepExecution.java

  Log Message:
  ---
  java: fixup add try block to close the IO streams

or it will break things, especially on windows.

Change-Id: Icc7a9a393d4fae9d546239f3545caf256f3a5b78
Signed-off-by: bright.ma 


  Commit: 8d1d51cdbeabd3cae8151cfd116faf1d86e106ff
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/8d1d51cdbeabd3cae8151cfd116faf1d86e106ff
  Author: bright.ma 
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStepExecution.java

  Log Message:
  ---
  java: rename var name to charset for ReadPropertiesStep

Keep the style same as WriteYamlStep


  Commit: faf8e8b6f8f43343658fdd7d2ec1e9a8bf028e44
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/faf8e8b6f8f43343658fdd7d2ec1e9a8bf028e44
  Author: bright.ma 
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep/config.properties
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep/help.html

  Log Message:
  ---
  resources: update ReadPropertiesStep config.jelly for snippet generator

resources: update ReadPropertiesStep config.jelly for snippet generator


  Commit: 29963d168d29c4342c922f0c3fc8eb94f7fb1d88
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/29963d168d29c4342c922f0c3fc8eb94f7fb1d88
  Author: bright.ma 
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStepTest.java

  Log Message:
  ---
  test: add test ReadPropertiesStep with charset


  Commit: de2145ab4280112ada3facc7f773d6ea711a496e
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/de2145ab4280112ada3facc7f773d6ea711a496e
  Author: bright.ma 
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep/config.properties

  Log Message:
  ---
  resources: add charset entry

Change-Id: I5e2952cd3c4c92f7966bb7bc3be47a7042af27f3


  Commit: 7fe33bc3315ca4bd860fe6a724198fdbe1900813
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/7fe33bc3315ca4bd860fe6a724198fdbe1900813
  Author: Robert Sandell 
  Date:   2024-06-24 (Mon, 24 Jun 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStepExecution.java
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep/config.properties
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStep/help.html
M 
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadPropertiesStepTest.java

  Log Message:
  ---
  Merge pull request #93 from 
mamh-java/add-encoding-to-uft-8-when-read-Properties-file

add one param to set charset when read Properties file


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/bd32f56f1a75...7fe33bc3315c

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

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

[jenkinsci/pipeline-utility-steps-plugin] 747304: Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.82

2024-06-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 7473049ef1c0112316d66132fb61d2867e0325db
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/7473049ef1c0112316d66132fb61d2867e0325db
  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.77 to 4.82

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

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

Signed-off-by: dependabot[bot] 


  Commit: bd32f56f1a753df85f9ed6b46cf8ecff9a14c16c
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/bd32f56f1a753df85f9ed6b46cf8ecff9a14c16c
  Author: Robert Sandell 
  Date:   2024-06-24 (Mon, 24 Jun 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/264ed0254607...bd32f56f1a75

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

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


[jenkinsci/pipeline-utility-steps-plugin] f81341: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-06-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: f813416ce33373ab0c9c4a0cc1072f5253b2d23c
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/f813416ce33373ab0c9c4a0cc1072f5253b2d23c
  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: 264ed025460794f09f7945a4f07241b100befbc4
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/264ed025460794f09f7945a4f07241b100befbc4
  Author: Robert Sandell 
  Date:   2024-06-24 (Mon, 24 Jun 2024)

  Changed paths:
M .mvn/extensions.xml

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

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


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/12a1522ef5be...264ed0254607

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

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


[jenkinsci/pipeline-utility-steps-plugin] 47713f: Add dependency on Commons Compress library plugin

2024-06-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 47713f1ffde9bb17872c7b8cf096a708b6976116
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/47713f1ffde9bb17872c7b8cf096a708b6976116
  Author: Basil Crow 
  Date:   2024-05-29 (Wed, 29 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add dependency on Commons Compress library plugin


  Commit: 73c3b8f5fb57690574d90affaf39cedcd67c20cd
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/73c3b8f5fb57690574d90affaf39cedcd67c20cd
  Author: Robert Sandell 
  Date:   2024-06-24 (Mon, 24 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #259 from basil/commons-compress

Add dependency on Commons Compress library plugin


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/ef147c4c1cd7...73c3b8f5fb57

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

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


[jenkinsci/gerrit-trigger-plugin] eedb27: Enable Jenkins Security Scan

2024-06-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: eedb27cdcbcec500d75d9d4a0531ce076cc81ed0
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/eedb27cdcbcec500d75d9d4a0531ce076cc81ed0
  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: 772062a9f76c7369bb42279ce40cb484a1209160
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/772062a9f76c7369bb42279ce40cb484a1209160
  Author: Robert Sandell 
  Date:   2024-06-24 (Mon, 24 Jun 2024)

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

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

Enable Jenkins Security Scan


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/038e0869e992...772062a9f76c

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

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


[jenkinsci/build-failure-analyzer-plugin] d88dff: [maven-release-plugin] prepare for next developmen...

2024-06-03 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: d88dffe9e24558734e510be6ec3ba125ab5b9493
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/d88dffe9e24558734e510be6ec3ba125ab5b9493
  Author: rsandell 
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
M pom.xml

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



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

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


[jenkinsci/build-failure-analyzer-plugin]

2024-06-03 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/build-failure-analyzer-2.5.2
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin

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

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


[jenkinsci/build-failure-analyzer-plugin] 1fb2a5: [maven-release-plugin] prepare release build-failu...

2024-06-03 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: 1fb2a50be203d23ec31c35c4eef1780bd0c935f2
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/1fb2a50be203d23ec31c35c4eef1780bd0c935f2
  Author: rsandell 
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-failure-analyzer-2.5.2



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

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


[jenkinsci/build-failure-analyzer-plugin] c5d390: Revert "Merge pull request #177 from jenkinsci/dep...

2024-06-03 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: c5d3909fb25b7ceb0d91b5e8fad05b5c7ea74c38
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/c5d3909fb25b7ceb0d91b5e8fad05b5c7ea74c38
  Author: rsandell 
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert "Merge pull request #177 from 
jenkinsci/dependabot/maven/com.sonymobile.jenkins.plugins.mq-mq-notifier-1.4.1"

This reverts commit 65c689906175fbb23c9523c369da135749c03ca6, reversing
changes made to 08b814554754481cee1365778f03a01c11303a5a.

Failure downloading that version during release



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

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


[jenkinsci/build-failure-analyzer-plugin] 0e47c4: Bump com.sonymobile.jenkins.plugins.mq:mq-notifier...

2024-06-03 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: 0e47c4ef1bd9f1aadfc9ffa70dfb638cc24db0a7
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/0e47c4ef1bd9f1aadfc9ffa70dfb638cc24db0a7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump com.sonymobile.jenkins.plugins.mq:mq-notifier from 1.3.0 to 1.4.1

Bumps 
[com.sonymobile.jenkins.plugins.mq:mq-notifier](https://github.com/jenkinsci/mq-notifier-plugin)
 from 1.3.0 to 1.4.1.
- 
[Changelog](https://github.com/jenkinsci/mq-notifier-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/mq-notifier-plugin/compare/mq-notifier-1.3.0...mq-notifier-1.4.1)

---
updated-dependencies:
- dependency-name: com.sonymobile.jenkins.plugins.mq:mq-notifier
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 65c689906175fbb23c9523c369da135749c03ca6
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/65c689906175fbb23c9523c369da135749c03ca6
  Author: Robert Sandell 
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #177 from 
jenkinsci/dependabot/maven/com.sonymobile.jenkins.plugins.mq-mq-notifier-1.4.1

Bump com.sonymobile.jenkins.plugins.mq:mq-notifier from 1.3.0 to 1.4.1


Compare: 
https://github.com/jenkinsci/build-failure-analyzer-plugin/compare/08b814554754...65c689906175

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

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


[jenkinsci/script-security-plugin] 3df80b: whitelist jenkins.model.Jenkin.VERSION

2024-05-30 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 3df80b164fa5ba4cf03c77e63e1c0dbbc40c83ad
  
https://github.com/jenkinsci/script-security-plugin/commit/3df80b164fa5ba4cf03c77e63e1c0dbbc40c83ad
  Author: James Nord 
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/jenkins-whitelist

  Log Message:
  ---
  whitelist jenkins.model.Jenkin.VERSION

useful when you need the Jenkins version in a pipeline (e.g. to obtain a 
corresponing agent image for k8s plugin)


  Commit: 234f740964d3047441aac702ff8280b51af3e6cf
  
https://github.com/jenkinsci/script-security-plugin/commit/234f740964d3047441aac702ff8280b51af3e6cf
  Author: James Nord 
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/jenkins-whitelist

  Log Message:
  ---
  correct typo in Jenkins classname


  Commit: a2819b414686d61f82a98a3d517f999b02e1e22b
  
https://github.com/jenkinsci/script-security-plugin/commit/a2819b414686d61f82a98a3d517f999b02e1e22b
  Author: Robert Sandell 
  Date:   2024-05-30 (Thu, 30 May 2024)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/jenkins-whitelist

  Log Message:
  ---
  Merge pull request #548 from jtnord/patch-1

Whitelist `jenkins.model.Jenkins.VERSION`


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

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

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


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

2024-05-13 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 038e0869e992b66450bc5cfd2534c48406c3c088
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/038e0869e992b66450bc5cfd2534c48406c3c088
  Author: rsandell 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M pom.xml

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



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

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


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

2024-05-13 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: cd1a1af16088d9721bc0f286d86bfa5d8e8024ba
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/cd1a1af16088d9721bc0f286d86bfa5d8e8024ba
  Author: rsandell 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M pom.xml

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



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

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


[jenkinsci/gerrit-trigger-plugin]

2024-05-13 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/gerrit-trigger-2.41.1
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin

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

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


[jenkinsci/gerrit-trigger-plugin] 550149: fix remove link

2024-05-13 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 5501492698b161a66d0df26fd7f2872cf33cdb91
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/5501492698b161a66d0df26fd7f2872cf33cdb91
  Author: Markus Winter 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly

  Log Message:
  ---
  fix remove link

the link to remove a server was using the wrong url.


  Commit: 1fc347d17861ce3d44ba12429bad6dfaca5cb998
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/1fc347d17861ce3d44ba12429bad6dfaca5cb998
  Author: Robert Sandell 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly

  Log Message:
  ---
  Merge pull request #508 from mawinter69/fix-gerrit-remove

fix remove link


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/7809fd20c59a...1fc347d17861

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

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


[jenkinsci/credentials-binding-plugin] 4c6c22: Bump io.jenkins.tools.bom:bom-2.414.x

2024-04-29 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: 4c6c227fad4c4129eb8321509ac5fd73b4930821
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/4c6c227fad4c4129eb8321509ac5fd73b4930821
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M pom.xml

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

Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 
2746.vb_79a_1d3e7b_c8 to 2982.vdce2153031a_0.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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

Signed-off-by: dependabot[bot] 


  Commit: dc9d38cb254d73797414717cdb6049150b206f87
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/dc9d38cb254d73797414717cdb6049150b206f87
  Author: Robert Sandell 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #305 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2982.vdce2153031a_0

Bump io.jenkins.tools.bom:bom-2.414.x from 2746.vb_79a_1d3e7b_c8 to 
2982.vdce2153031a_0


Compare: 
https://github.com/jenkinsci/credentials-binding-plugin/compare/dab7c01aea08...dc9d38cb254d

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

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


[jenkinsci/branch-api-plugin] 9b251a: JENKINS-72958 expose branch properties and actions...

2024-04-29 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 9b251abd8bab1a6ae65c880bb5282a1c7d4aaf3b
  
https://github.com/jenkinsci/branch-api-plugin/commit/9b251abd8bab1a6ae65c880bb5282a1c7d4aaf3b
  Author: MarkRx 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/Branch.java

  Log Message:
  ---
  JENKINS-72958 expose branch properties and actions to API


  Commit: af1064e4aaf3e9f5e3e66c813254581d65a657f3
  
https://github.com/jenkinsci/branch-api-plugin/commit/af1064e4aaf3e9f5e3e66c813254581d65a657f3
  Author: Robert Sandell 
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/Branch.java

  Log Message:
  ---
  Merge pull request #445 from paychex/feature/JENKINS-72958

[JENKINS-72958] expose primary field to REST API


  Commit: d6474581fea4acb81b382471f290b6fed3c114da
  
https://github.com/jenkinsci/branch-api-plugin/commit/d6474581fea4acb81b382471f290b6fed3c114da
  Author: rsandell 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/OrphanedItemsExtraCleanupProperty.java
M src/main/resources/jenkins/branch/Messages.properties
A 
src/main/resources/jenkins/branch/OrphanedItemsExtraCleanupProperty/OrganizationChildProperty/config.jelly
M src/test/java/jenkins/branch/OrphanedItemsExtraCleanupPropertyTest.java

  Log Message:
  ---
  OrganizationChildProperty


  Commit: f787823d8caf9eaaf6784ccad0c236db862d91f3
  
https://github.com/jenkinsci/branch-api-plugin/commit/f787823d8caf9eaaf6784ccad0c236db862d91f3
  Author: rsandell 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/Branch.java

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/branch-api-plugin into 
separate-orphan-scan


Compare: 
https://github.com/jenkinsci/branch-api-plugin/compare/4af7490f4be0...f787823d8caf

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

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


[jenkinsci/branch-api-plugin] 4af749: help file wording

2024-04-25 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 4af7490f4be09d71d7e9d2c823f37f5eadfe4da0
  
https://github.com/jenkinsci/branch-api-plugin/commit/4af7490f4be09d71d7e9d2c823f37f5eadfe4da0
  Author: Robert Sandell 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M 
src/main/resources/jenkins/branch/OrphanedItemsExtraCleanupProperty/help.html

  Log Message:
  ---
  help file wording

Co-authored-by: Anita Manders <98364016+ammand...@users.noreply.github.com>



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

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


[jenkinsci/branch-api-plugin] 9b251a: JENKINS-72958 expose branch properties and actions...

2024-04-23 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 9b251abd8bab1a6ae65c880bb5282a1c7d4aaf3b
  
https://github.com/jenkinsci/branch-api-plugin/commit/9b251abd8bab1a6ae65c880bb5282a1c7d4aaf3b
  Author: MarkRx 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/Branch.java

  Log Message:
  ---
  JENKINS-72958 expose branch properties and actions to API


  Commit: af1064e4aaf3e9f5e3e66c813254581d65a657f3
  
https://github.com/jenkinsci/branch-api-plugin/commit/af1064e4aaf3e9f5e3e66c813254581d65a657f3
  Author: Robert Sandell 
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/Branch.java

  Log Message:
  ---
  Merge pull request #445 from paychex/feature/JENKINS-72958

[JENKINS-72958] expose primary field to REST API


Compare: 
https://github.com/jenkinsci/branch-api-plugin/compare/15545707d607...af1064e4aaf3

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

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


[jenkinsci/branch-api-plugin] 3f903d: Fix test

2024-04-19 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 3f903dd7d2f2873aacd8d96e58af55bb1f0ce8a4
  
https://github.com/jenkinsci/branch-api-plugin/commit/3f903dd7d2f2873aacd8d96e58af55bb1f0ce8a4
  Author: rsandell 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/OrphanedItemsExtraCleanupProperty.java
M src/test/java/jenkins/branch/OrphanedItemsExtraCleanupPropertyTest.java

  Log Message:
  ---
  Fix test



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

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


[jenkinsci/branch-api-plugin] e9435b: add method for deletion of orphaned items

2024-04-19 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: e9435b8974d8fcc9a39ffd5087e85ef01c9db3a3
  
https://github.com/jenkinsci/branch-api-plugin/commit/e9435b8974d8fcc9a39ffd5087e85ef01c9db3a3
  Author: ampuscas 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/OrphanedItemsExtraCleanupProperty.java

  Log Message:
  ---
  add method for deletion of orphaned items


  Commit: 24ff062c0a8ef705401fc68038c15f0157773b1e
  
https://github.com/jenkinsci/branch-api-plugin/commit/24ff062c0a8ef705401fc68038c15f0157773b1e
  Author: ampuscas 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/OrphanedItemsExtraCleanupProperty.java

  Log Message:
  ---
  add more logging


  Commit: 3e214ba7431e8ccb980af8c4377e0fcf4f8e5d87
  
https://github.com/jenkinsci/branch-api-plugin/commit/3e214ba7431e8ccb980af8c4377e0fcf4f8e5d87
  Author: rsandell 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/OrphanedItemsExtraCleanupProperty.java

  Log Message:
  ---
  Fix imports and logging


Compare: 
https://github.com/jenkinsci/branch-api-plugin/compare/a12151e3c689...3e214ba7431e

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

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


[jenkinsci/branch-api-plugin] a12151: Spotbugs

2024-04-18 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: a12151e3c6894f36b42e25d3a9cb7d5e3f4961f5
  
https://github.com/jenkinsci/branch-api-plugin/commit/a12151e3c6894f36b42e25d3a9cb7d5e3f4961f5
  Author: rsandell 
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/OrphanedItemsExtraCleanupProperty.java

  Log Message:
  ---
  Spotbugs



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

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


[jenkinsci/branch-api-plugin] 3ae9d6: OrphanedItemsExtraCleanupPropertyTest

2024-04-18 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 3ae9d6376d93a7a01098373b10f062c36caf6aa4
  
https://github.com/jenkinsci/branch-api-plugin/commit/3ae9d6376d93a7a01098373b10f062c36caf6aa4
  Author: rsandell 
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
A src/test/java/jenkins/branch/OrphanedItemsExtraCleanupPropertyTest.java

  Log Message:
  ---
  OrphanedItemsExtraCleanupPropertyTest



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

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


[jenkinsci/branch-api-plugin] cf0742: Adding a stern warning

2024-04-18 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: cf0742347eb1d5961818166db0f0de66a33603d8
  
https://github.com/jenkinsci/branch-api-plugin/commit/cf0742347eb1d5961818166db0f0de66a33603d8
  Author: rsandell 
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
M 
src/main/resources/jenkins/branch/OrphanedItemsExtraCleanupProperty/help.html

  Log Message:
  ---
  Adding a stern warning



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

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


[jenkinsci/branch-api-plugin] bc4019: Cleaner computation and side panel buttons

2024-04-18 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: bc4019d52d12b8d270c5129377d22d75747508f0
  
https://github.com/jenkinsci/branch-api-plugin/commit/bc4019d52d12b8d270c5129377d22d75747508f0
  Author: rsandell 
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
M pom.xml
M src/main/java/jenkins/branch/OrphanedItemsExtraCleanupProperty.java

  Log Message:
  ---
  Cleaner computation and side panel buttons



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

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


[jenkinsci/branch-api-plugin] f38aa8: Default to 1h

2024-04-17 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: f38aa81bc028b74258412dda38502e9e1dc49bf5
  
https://github.com/jenkinsci/branch-api-plugin/commit/f38aa81bc028b74258412dda38502e9e1dc49bf5
  Author: rsandell 
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
M 
src/main/resources/jenkins/branch/OrphanedItemsExtraCleanupProperty/config.jelly

  Log Message:
  ---
  Default to 1h


  Commit: 8478afe115231f226f5f7a2cd660404edb356502
  
https://github.com/jenkinsci/branch-api-plugin/commit/8478afe115231f226f5f7a2cd660404edb356502
  Author: rsandell 
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
M src/main/java/jenkins/branch/OrphanedItemsExtraCleanupProperty.java
M src/main/resources/jenkins/branch/Messages.properties

  Log Message:
  ---
  cleanup execution


Compare: 
https://github.com/jenkinsci/branch-api-plugin/compare/f3f2bb497d54...8478afe11523

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

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


[jenkinsci/branch-api-plugin] f3f2bb: Initial skeleton for periodic orphaned item cleanup

2024-04-17 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/separate-orphan-scan
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: f3f2bb497d5428a681a1667f74e7dabb0dc356ff
  
https://github.com/jenkinsci/branch-api-plugin/commit/f3f2bb497d5428a681a1667f74e7dabb0dc356ff
  Author: rsandell 
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
A src/main/java/jenkins/branch/OrphanedItemsExtraCleanupProperty.java
A 
src/main/resources/jenkins/branch/OrphanedItemsExtraCleanupProperty/config.jelly
A 
src/main/resources/jenkins/branch/OrphanedItemsExtraCleanupProperty/help-interval.html
A 
src/main/resources/jenkins/branch/OrphanedItemsExtraCleanupProperty/help.html

  Log Message:
  ---
  Initial skeleton for periodic orphaned item cleanup



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

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


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

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

  Changed paths:
M pom.xml

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



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

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


[jenkinsci/gerrit-trigger-plugin]

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

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

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


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

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

  Changed paths:
M pom.xml

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



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

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


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

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

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

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


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

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

[jenkinsci/workflow-scm-step-plugin] 991f04: Honor SCM checkout retry count

2024-03-15 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-scm-step-plugin
  Commit: 991f04fe6daee5b1dcfa9150c5a2f9f533be1328
  
https://github.com/jenkinsci/workflow-scm-step-plugin/commit/991f04fe6daee5b1dcfa9150c5a2f9f533be1328
  Author: gongy 
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/scm/SCMStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SCMStepTest.java
A src/test/java/org/jenkinsci/plugins/workflow/steps/scm/UnstableSCM.java

  Log Message:
  ---
  Honor SCM checkout retry count

Inspired by jenkinsci/workflow-cps-plugin#147


  Commit: 99cce8e01b4c217198b7c0818fda5ca9923957e4
  
https://github.com/jenkinsci/workflow-scm-step-plugin/commit/99cce8e01b4c217198b7c0818fda5ca9923957e4
  Author: gongy 
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/scm/SCMStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SCMStepTest.java

  Log Message:
  ---
  Throw up the original exception if this is the last attempt


  Commit: dbee45a16448dda8b4e6e28eeaa181849be5a545
  
https://github.com/jenkinsci/workflow-scm-step-plugin/commit/dbee45a16448dda8b4e6e28eeaa181849be5a545
  Author: Jesse Glick 
  Date:   2024-03-14 (Thu, 14 Mar 2024)

  Changed paths:
M .mvn/extensions.xml
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into feat_retry


  Commit: 4ca6512e7df1309bdcae6e5d77115ff6d780e8ea
  
https://github.com/jenkinsci/workflow-scm-step-plugin/commit/4ca6512e7df1309bdcae6e5d77115ff6d780e8ea
  Author: Robert Sandell 
  Date:   2024-03-15 (Fri, 15 Mar 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/scm/SCMStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SCMStepTest.java
A src/test/java/org/jenkinsci/plugins/workflow/steps/scm/UnstableSCM.java

  Log Message:
  ---
  Merge pull request #110 from topikachu/feat_retry

Honor SCM checkout retry count


Compare: 
https://github.com/jenkinsci/workflow-scm-step-plugin/compare/1b29584b45d0...4ca6512e7df1

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

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


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

2024-03-11 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 34dd47362c2737e8e2c6364afd4a6d38fdb1c684
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/34dd47362c2737e8e2c6364afd4a6d38fdb1c684
  Author: rsandell 
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M pom.xml

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



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

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


[jenkinsci/gerrit-trigger-plugin]

2024-03-11 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/gerrit-trigger-2.40.0
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin

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

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


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

2024-03-11 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 6d15eab68359502058ab6884269d36200625908b
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/6d15eab68359502058ab6884269d36200625908b
  Author: rsandell 
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M pom.xml

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



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

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


[jenkinsci/gerrit-trigger-plugin] 4e9dee: UI refresh

2024-03-11 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 4e9dee7c6b26650d8f338b7575fba55ae66e487c
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/4e9dee7c6b26650d8f338b7575fba55ae66e487c
  Author: Markus Winter 
  Date:   2024-02-24 (Sat, 24 Feb 2024)

  Changed paths:
M pom.xml
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritManagement.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/diagnostics/Diagnostics.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerDescriptor.java
R src/main/resources/META-INF/hudson.remoting.ClassFilter
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritManagement/index.jelly
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritManagement/newServer.jelly
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/remove.jelly
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/diagnostics/BuildMemoryReport/index.groovy
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/diagnostics/BuildMemoryReport/index.properties
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/diagnostics/Diagnostics/index.groovy
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/diagnostics/EventListenersReport/index.groovy
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger/config.jelly
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/ajaxTriggerMonitor.jelly
R 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/help-allPatchSets.html
R 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/help-allPatchSets_ja.html
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/index.jelly
R 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/lib/enum.jelly
R 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/lib/taglib
R src/main/resources/images/gear-error.svg
R src/main/resources/images/gear-warning.svg
A src/main/resources/images/symbols/external-link.svg
R src/main/resources/lib/gerrit-trigger/blockWrapperTable.jelly
R src/main/resources/lib/gerrit-trigger/blockWrapperTableWidth.jelly
R src/main/resources/lib/gerrit-trigger/blockWrapperTd.jelly
R src/main/resources/lib/gerrit-trigger/blockWrapperTdColspan.jelly
R src/main/resources/lib/gerrit-trigger/blockWrapperTr.jelly
R 
src/main/resources/lib/gerrit-trigger/blockWrapperTrValidationErrorArea.jelly
A src/main/resources/lib/gerrit-trigger/compareType.jelly
A src/main/webapp/css/gerrit.css
A src/main/webapp/help-allPatchSets.html
A src/main/webapp/help-allPatchSets_ja.html
R src/main/webapp/images/24x24/gear-error.png
R src/main/webapp/images/24x24/gear-warning.png
R src/main/webapp/images/collapsed.gif
R src/main/webapp/images/expanded.gif
R src/main/webapp/images/v.gif
R src/main/webapp/images/x.gif
M src/main/webapp/js/gerrit-search.js
M src/main/webapp/js/server-table.js
R src/main/webapp/js/yui/datatable/assets/datatable-core.css
R src/main/webapp/js/yui/datatable/assets/datatable.css
R src/main/webapp/js/yui/datatable/assets/skins/sam/datatable-skin.css
R src/main/webapp/js/yui/datatable/assets/skins/sam/datatable.css
R src/main/webapp/js/yui/datatable/assets/skins/sam/dt-arrow-dn.png
R src/main/webapp/js/yui/datatable/assets/skins/sam/dt-arrow-up.png
R src/main/webapp/js/yui/datatable/datatable-debug.js
R src/main/webapp/js/yui/datatable/datatable-min.js
R src/main/webapp/js/yui/datatable/datatable.js

  Log Message:
  ---
  UI refresh

Adjust all UI elements to use styling consistent with current Jenkins
This affects all tables, input fields, checkboxes, icons, buttons, ...
Follow guidelines from the design library and remove any backlinks in
the sidebar
Use ionicons where possible
only use Jenkins defined color names to ensure compatibility with dark
theme

remove blockwrapper for compatibility with old Jenkins

remove some validation methods for integer values that can be covered
by using f:number instead of f:textbox

reimplement the gerrit-server table with modern javascript (removes the
old YUI related things). This requires to disable the jslint4jvava (10
year old version) as this doesn't understand modern js (e.g. no template
literals, params with default v

[jenkinsci/gerrit-trigger-plugin] 7fb84b: JENKINS-72649: Add project parameter to SSH commands

2024-03-08 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 7fb84b6f28b5bda33fb93960d471ba36bbf55ffa
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/7fb84b6f28b5bda33fb93960d471ba36bbf55ffa
  Author: Jose Granha 
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/ConfigTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/VoteSameTopicTest.java
M 
src/test/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/casc.yaml
M 
src/test/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/extensions/GerritTriggeredBuildListenerTest/gerrit-trigger.xml
M 
src/test/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/DuplicateGerritListenersHudsonTestCase/gerrit-trigger.xml

  Log Message:
  ---
  JENKINS-72649: Add project parameter to SSH commands

Add --project to the SSH review command calls so that it is possible
to distinguish between conflicting change numbers within distinct projects.
This change is backwards compatible to earlier versions of Gerrit, but
becomes relevant both from optimization reasons since 2.15 and to
prevent change collisions from 3.5 with the support for imported
projects.

Bug: Issue JENKINS-72649
Release-Notes: Add project parameter to SSH commands


  Commit: d4e0da519255c0eb11c369b195960eeb9f535660
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d4e0da519255c0eb11c369b195960eeb9f535660
  Author: JGranha <140195583+jgra...@users.noreply.github.com>
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
M pom.xml
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParameters.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParametersTest.java

  Log Message:
  ---
  Merge branch 'master' into JENKINS-72649


  Commit: e3a84e111f8704946889ce7ddaea19f578667652
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/e3a84e111f8704946889ce7ddaea19f578667652
  Author: Robert Sandell 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritRebuildValidator.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/EventListener.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/RunningJobs.java
A 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritRebuildValidatorTest.java

  Log Message:
  ---
  Merge branch 'master' into JENKINS-72649


  Commit: 20643d85f3a45854a7f614df70caddc0ada70a84
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/20643d85f3a45854a7f614df70caddc0ada70a84
  Author: Robert Sandell 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/ConfigTest.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/VoteSameTopicTest.java
M 
src/test/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/casc.yaml
M 
src/test/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/extensions/GerritTriggeredBuildListenerTest/gerrit-trigger.xml
M 
src/test/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/DuplicateGerritListenersHudsonTestCase/gerrit-trigger.xml

  Log Message:
  ---
  Merge pull request #503 from JGranha/JENKINS-72649

[JENKINS-72649] Add project parameter to SSH commands


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/6fe554e9c5a6...20643d85f3a4

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

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


[jenkinsci/gerrit-trigger-plugin] 5cb262: RunningJobs: Fix name matching including job path

2024-03-08 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 5cb26280b455acbbe245feee8640bb6ed253b335
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/5cb26280b455acbbe245feee8640bb6ed253b335
  Author: Michael Trimarchi 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/RunningJobs.java

  Log Message:
  ---
  RunningJobs: Fix name matching including job path

The matching was working on a flat project organization.

Jira-Id: JENKINS-70162
Signed-off-by: Michael Trimarchi 


  Commit: f410332953df5e3cf279efe3d65168de9bde5ad4
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/f410332953df5e3cf279efe3d65168de9bde5ad4
  Author: Michael Trimarchi 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/EventListener.java

  Log Message:
  ---
  EventListener: Syncronyze the AbortJob and the add new scheduled job

If lot of patches are sent the removing on the queue is not working and
job that must be aborted are not aborted. Suppose to have activated
abortTopic and we want to push:

patch A->B->C

We would like that only the last patch is build and not B and A

Jira-Id: JENKINS-70162
Jira-Id: JENKINS-72193
Jira-Id: JENKINS-71328
Jira-Id: JENKINS-70539
Jira-Id: JENKINS-69338
Signed-off-by: Michael Trimarchi 


  Commit: 6fe554e9c5a6c453f9f99417405c31e546f8cc80
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/6fe554e9c5a6c453f9f99417405c31e546f8cc80
  Author: Robert Sandell 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/EventListener.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/RunningJobs.java

  Log Message:
  ---
  Merge pull request #504 from panicking/fix-topic-cancelling-patches

Fix  [JENKINS-70162]   [JENKINS-72193]   [JENKINS-70539]   [JENKINS-69338] Fix 
topic cancelling patches (this close races in abortBuild)


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/374391c88c53...6fe554e9c5a6

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

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


[jenkinsci/htmlpublisher-plugin] 583fdb: [maven-release-plugin] prepare for next developmen...

2024-03-07 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin
  Commit: 583fdbada36461502be088d4121fd3a002bcc8c5
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/583fdbada36461502be088d4121fd3a002bcc8c5
  Author: rsandell 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M pom.xml

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



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

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


[jenkinsci/htmlpublisher-plugin]

2024-03-07 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/htmlpublisher-1.33
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin

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

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


[jenkinsci/htmlpublisher-plugin] 22e4cb: [maven-release-plugin] prepare release htmlpublish...

2024-03-07 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin
  Commit: 22e4cbcfa246cb5e44b6296e036f2a4b9804a312
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/22e4cbcfa246cb5e44b6296e036f2a4b9804a312
  Author: rsandell 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release htmlpublisher-1.33



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

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


[jenkinsci/htmlpublisher-plugin] 2a6b28: Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.78

2024-03-07 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin
  Commit: 2a6b28ec9f7c53fbb83ef9fc36182e73e1522674
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/2a6b28ec9f7c53fbb83ef9fc36182e73e1522674
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M pom.xml

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

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


  Commit: 089d3582242e4141d2fbd741644ae5f6471b
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/089d3582242e4141d2fbd741644ae5f6471b
  Author: Robert Sandell 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/htmlpublisher-plugin/compare/751f67e0332c...089d3582

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

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


[jenkinsci/htmlpublisher-plugin] 606b57: chore(CODEOWNERS): add plugin development team

2024-03-07 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin
  Commit: 606b57a5bbba896a0b0c2073ad5b761f6d2776b7
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/606b57a5bbba896a0b0c2073ad5b761f6d2776b7
  Author: Steve Hill 
  Date:   2023-08-23 (Wed, 23 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: 751f67e0332c0df1477229a93bb71930ab20104b
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/751f67e0332c0df1477229a93bb71930ab20104b
  Author: Robert Sandell 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
A .github/CODEOWNERS

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

Add Plugin Development Team to CODEOWNERS


Compare: 
https://github.com/jenkinsci/htmlpublisher-plugin/compare/157f865dc40d...751f67e0332c

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

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


[jenkinsci/htmlpublisher-plugin] 833705: Fix test timeout when running in PCT

2024-03-07 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin
  Commit: 83370559cd57c0d566fceb6957f1d804dc14bc23
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/83370559cd57c0d566fceb6957f1d804dc14bc23
  Author: rsandell 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M src/test/java/htmlpublisher/HtmlPublisherIntegrationTest.java

  Log Message:
  ---
  Fix test timeout when running in PCT


  Commit: 157f865dc40de19cd5c4d854be2a593cebc154c5
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/157f865dc40de19cd5c4d854be2a593cebc154c5
  Author: Robert Sandell 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M src/test/java/htmlpublisher/HtmlPublisherIntegrationTest.java

  Log Message:
  ---
  Merge pull request #268 from jenkinsci/fix-pct

Fix test timeout when running in PCT


Compare: 
https://github.com/jenkinsci/htmlpublisher-plugin/compare/8bf2e2297a86...157f865dc40d

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

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


[jenkinsci/htmlpublisher-plugin] 833705: Fix test timeout when running in PCT

2024-03-07 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/fix-pct
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin
  Commit: 83370559cd57c0d566fceb6957f1d804dc14bc23
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/83370559cd57c0d566fceb6957f1d804dc14bc23
  Author: rsandell 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M src/test/java/htmlpublisher/HtmlPublisherIntegrationTest.java

  Log Message:
  ---
  Fix test timeout when running in PCT



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

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


[jenkinsci/gerrit-trigger-plugin] 1902e9: [JENKINS-72409] `StackOverflowError` with Rebuild ...

2024-03-06 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 1902e9ead5e4a85d6088657a89e369b445d957b3
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/1902e9ead5e4a85d6088657a89e369b445d957b3
  Author: Basil Crow 
  Date:   2024-03-05 (Tue, 05 Mar 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritRebuildValidator.java
A 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritRebuildValidatorTest.java

  Log Message:
  ---
  [JENKINS-72409] `StackOverflowError` with Rebuild v330.v645b_7df10e2a


  Commit: 374391c88c53a4e5afc2914c2627b69602edc0d0
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/374391c88c53a4e5afc2914c2627b69602edc0d0
  Author: Robert Sandell 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritRebuildValidator.java
A 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritRebuildValidatorTest.java

  Log Message:
  ---
  Merge pull request #507 from basil/JENKINS-72409

[JENKINS-72409] `StackOverflowError` with Rebuild v330.v645b_7df10e2a


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/d8ec885d361c...374391c88c53

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

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


[jenkinsci/gerrit-trigger-plugin] d8131d: Bump com.github.tomakehurst:wiremock-jre8-standalone

2024-02-20 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: d8131dc1ec0511eee1c6bebd5807a0184378ae0b
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d8131dc1ec0511eee1c6bebd5807a0184378ae0b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump com.github.tomakehurst:wiremock-jre8-standalone

Bumps 
[com.github.tomakehurst:wiremock-jre8-standalone](https://github.com/wiremock/wiremock)
 from 2.35.0 to 2.35.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](https://github.com/wiremock/wiremock/compare/2.35.0...2.35.1)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8-standalone
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 


  Commit: d8ec885d361c43b7a9d30a410b39eda0d7a677a0
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d8ec885d361c43b7a9d30a410b39eda0d7a677a0
  Author: Robert Sandell 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #498 from 
jenkinsci/dependabot/maven/com.github.tomakehurst-wiremock-jre8-standalone-2.35.1

Bump com.github.tomakehurst:wiremock-jre8-standalone from 2.35.0 to 2.35.1


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/d3ed11d4dd56...d8ec885d361c

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

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


[jenkinsci/gerrit-trigger-plugin] ccd2e0: Added GERRIT_EVENT_UPDATED_APPROVALS parameter

2024-02-20 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: ccd2e0595b45662f9e41f314b940ada578943c29
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/ccd2e0595b45662f9e41f314b940ada578943c29
  Author: Wanchang Ryu 
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParameters.java

  Log Message:
  ---
  Added GERRIT_EVENT_UPDATED_APPROVALS parameter


  Commit: 6c04d92a3b8f17c7adb36a03ba81f0857d8da546
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/6c04d92a3b8f17c7adb36a03ba81f0857d8da546
  Author: rsandell 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParameters.java

  Log Message:
  ---
  Merge branch 'approvals-param' of github.com:eternity74/gerrit-trigger-plugin 
into pr-500


  Commit: 7a8ec7d6f92cd16fdf9807c22677031beb101eea
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/7a8ec7d6f92cd16fdf9807c22677031beb101eea
  Author: rsandell 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParameters.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParametersTest.java

  Log Message:
  ---
  Suggested code review changes


  Commit: d3ed11d4dd56fa65184aa5320c4231d2ac8d41f3
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d3ed11d4dd56fa65184aa5320c4231d2ac8d41f3
  Author: rsandell 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParameters.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParametersTest.java

  Log Message:
  ---
  Merge pull request #500


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/79344e7e2bec...d3ed11d4dd56

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

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


[jenkinsci/active-directory-plugin] ad96ab: [maven-release-plugin] prepare for next developmen...

2024-02-14 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-directory-plugin
  Commit: ad96ab453d9de7d140988ed384ed02ae161dee5f
  
https://github.com/jenkinsci/active-directory-plugin/commit/ad96ab453d9de7d140988ed384ed02ae161dee5f
  Author: rsandell 
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
M pom.xml

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


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


[jenkinsci/active-directory-plugin]

2024-02-14 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/active-directory-2.35
  Home:   https://github.com/jenkinsci/active-directory-plugin

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


[jenkinsci/active-directory-plugin] c44b88: [maven-release-plugin] prepare release active-dire...

2024-02-14 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-directory-plugin
  Commit: c44b8881c1444b496dc63282a279331220d8b9b7
  
https://github.com/jenkinsci/active-directory-plugin/commit/c44b8881c1444b496dc63282a279331220d8b9b7
  Author: rsandell 
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release active-directory-2.35


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


[jenkinsci/branch-api-plugin] 6fb9be: Edited column.jelly to avoid jumping icons

2024-02-12 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 6fb9be6a24dfcd9fd752c35d867c4e35edf0a9e3
  
https://github.com/jenkinsci/branch-api-plugin/commit/6fb9be6a24dfcd9fd752c35d867c4e35edf0a9e3
  Author: Debayan Ghosh <66942246+debaya...@users.noreply.github.com>
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
M src/main/resources/jenkins/branch/ItemColumn/column.jelly

  Log Message:
  ---
  Edited column.jelly to avoid jumping icons


  Commit: ce12cfcdf090501519942a74a15de51ffbbf03f7
  
https://github.com/jenkinsci/branch-api-plugin/commit/ce12cfcdf090501519942a74a15de51ffbbf03f7
  Author: Robert Sandell 
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
M src/main/resources/jenkins/branch/ItemColumn/column.jelly

  Log Message:
  ---
  Merge pull request #433 from debayangg/JENKINS-72026

[JENKINS-72026] Fix jumping icons in narrow view


Compare: 
https://github.com/jenkinsci/branch-api-plugin/compare/61beadb38bb9...ce12cfcdf090

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


[jenkinsci/pipeline-utility-steps-plugin] ef147c: [maven-release-plugin] prepare for next developmen...

2024-02-08 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: ef147c4c1cd7ec7a8fa17391f90330cc622b622d
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/ef147c4c1cd7ec7a8fa17391f90330cc622b622d
  Author: rsandell 
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
M pom.xml

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


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


[jenkinsci/pipeline-utility-steps-plugin]

2024-02-08 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/pipeline-utility-steps-2.16.2
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-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/pipeline-utility-steps-plugin/push/refs/tags/pipeline-utility-steps-2.16.2/00-cd5e6c%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] a9a3b8: [maven-release-plugin] prepare release pipeline-ut...

2024-02-08 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: a9a3b823bac37c3d99ff0be7290727652504a640
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/a9a3b823bac37c3d99ff0be7290727652504a640
  Author: rsandell 
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-utility-steps-2.16.2


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


[jenkinsci/pipeline-utility-steps-plugin] b562b2: Bump io.jenkins.tools.bom:bom-2.414.x

2024-02-08 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: b562b2239d5d2381566ce3328ae3c8b2782d088f
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/b562b2239d5d2381566ce3328ae3c8b2782d088f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
M pom.xml

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

Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 
2705.vf5c48c31285b_ to 2779.v391653d9c5da_.
- [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.414.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 7bad19498056a4b3205e71e74aa5a79e9404b09f
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/7bad19498056a4b3205e71e74aa5a79e9404b09f
  Author: Robert Sandell 
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #238 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.414.x-2779.v391653d9c5da_

Bump io.jenkins.tools.bom:bom-2.414.x from 2705.vf5c48c31285b_ to 
2779.v391653d9c5da_


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/7eb3129224f7...7bad19498056

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


[jenkinsci/pipeline-utility-steps-plugin] a924c3: Bump release-drafter/release-drafter from 5 to 6

2024-02-08 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: a924c3f47e6a0d53223cb631495bc6fe948fe4a0
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/a924c3f47e6a0d53223cb631495bc6fe948fe4a0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

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

  Log Message:
  ---
  Bump release-drafter/release-drafter from 5 to 6

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


  Commit: 7eb3129224f7afd2cf36f8864efadabd2b93640c
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/7eb3129224f7afd2cf36f8864efadabd2b93640c
  Author: Robert Sandell 
  Date:   2024-02-08 (Thu, 08 Feb 2024)

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

  Log Message:
  ---
  Merge pull request #239 from 
jenkinsci/dependabot/github_actions/release-drafter/release-drafter-6

Bump release-drafter/release-drafter from 5 to 6


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/84da9e4bad92...7eb3129224f7

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


[jenkinsci/jenkins] b91a57: Cleaning up more FilePath API restrictions (#8924)

2024-02-06 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b91a57ca201987b20c5333b354b10f44f14271ea
  
https://github.com/jenkinsci/jenkins/commit/b91a57ca201987b20c5333b354b10f44f14271ea
  Author: Robert Sandell 
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
M core/src/main/java/hudson/FilePath.java

  Log Message:
  ---
  Cleaning up more FilePath API restrictions (#8924)


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


[jenkinsci/google-compute-engine-plugin] aa25c7: InstanceConfiguration readResolve method fixed.

2024-02-06 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: aa25c76c19d0c99d3992c47b77f28024c1270675
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/aa25c76c19d0c99d3992c47b77f28024c1270675
  Author: Arthur Caron 
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

  Log Message:
  ---
  InstanceConfiguration readResolve method fixed.


  Commit: fc075cc926e38becea7b564293bb39923aa17258
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/fc075cc926e38becea7b564293bb39923aa17258
  Author: Robert Sandell 
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

  Log Message:
  ---
  Merge pull request #440 from Artmorse/dual-stack-support-2

External IP Address can't be configured (dual-stack mode)


Compare: 
https://github.com/jenkinsci/google-compute-engine-plugin/compare/84d7e025bf7a...fc075cc926e3

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


[jenkinsci/jenkins] 3e6dc6: Unrestrict FilePath.isDescendant (#8913)

2024-02-02 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 3e6dc60edbdb2293ac35b2059ba1fe864b5f5242
  
https://github.com/jenkinsci/jenkins/commit/3e6dc60edbdb2293ac35b2059ba1fe864b5f5242
  Author: Robert Sandell 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M core/src/main/java/hudson/FilePath.java

  Log Message:
  ---
  Unrestrict FilePath.isDescendant (#8913)

* Unrestrict FilePath.isDescendant

I needed this and noticed that it was still restricted.

* Fix spotless

Signed-off-by: Alexander Brandes 

-

Signed-off-by: Alexander Brandes 
Co-authored-by: Alexander Brandes 


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


[jenkinsci/matrix-project-plugin] 530d75: Prepare for 822.x

2024-01-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/822.x
  Home:   https://github.com/jenkinsci/matrix-project-plugin
  Commit: 530d7562532af188431b4f725e9ed2dd5d7cce12
  
https://github.com/jenkinsci/matrix-project-plugin/commit/530d7562532af188431b4f725e9ed2dd5d7cce12
  Author: Kevin-CB 
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare for 822.x


  Commit: 14451bc0fd4240fed322178655bb3361cc6d4296
  
https://github.com/jenkinsci/matrix-project-plugin/commit/14451bc0fd4240fed322178655bb3361cc6d4296
  Author: Robert Sandell 
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
M src/main/java/hudson/matrix/MatrixProject.java
M src/main/java/hudson/matrix/TextAxis.java
M src/test/java/hudson/matrix/AxisTest.java

  Log Message:
  ---
  SECURITY-3289


Compare: 
https://github.com/jenkinsci/matrix-project-plugin/compare/530d7562532a%5E...14451bc0fd42

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


[jenkinsci/matrix-project-plugin] f7a5b2: SECURITY-3289

2024-01-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-project-plugin
  Commit: f7a5b24905f69896234da34250171c1be80cddb4
  
https://github.com/jenkinsci/matrix-project-plugin/commit/f7a5b24905f69896234da34250171c1be80cddb4
  Author: Robert Sandell 
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
M src/main/java/hudson/matrix/MatrixProject.java
M src/main/java/hudson/matrix/TextAxis.java
M src/test/java/hudson/matrix/AxisTest.java

  Log Message:
  ---
  SECURITY-3289


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


[jenkinsci/matrix-project-plugin] 530d75: Prepare for 822.x

2024-01-24 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/822.824.v14451b_c0fd42
  Home:   https://github.com/jenkinsci/matrix-project-plugin
  Commit: 530d7562532af188431b4f725e9ed2dd5d7cce12
  
https://github.com/jenkinsci/matrix-project-plugin/commit/530d7562532af188431b4f725e9ed2dd5d7cce12
  Author: Kevin-CB 
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare for 822.x


  Commit: 14451bc0fd4240fed322178655bb3361cc6d4296
  
https://github.com/jenkinsci/matrix-project-plugin/commit/14451bc0fd4240fed322178655bb3361cc6d4296
  Author: Robert Sandell 
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
M src/main/java/hudson/matrix/MatrixProject.java
M src/main/java/hudson/matrix/TextAxis.java
M src/test/java/hudson/matrix/AxisTest.java

  Log Message:
  ---
  SECURITY-3289


Compare: 
https://github.com/jenkinsci/matrix-project-plugin/compare/530d7562532a%5E...14451bc0fd42

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


[jenkinsci/workflow-api-plugin] 5be7d7: Adapt to run test on IPv6

2024-01-23 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 5be7d77da12836f018c16b6394f024010fb5d56b
  
https://github.com/jenkinsci/workflow-api-plugin/commit/5be7d77da12836f018c16b6394f024010fb5d56b
  Author: imonteroperez 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

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

  Log Message:
  ---
  Adapt to run test on IPv6


  Commit: acf779f32df099705e1b83ecba8f7f5375731f59
  
https://github.com/jenkinsci/workflow-api-plugin/commit/acf779f32df099705e1b83ecba8f7f5375731f59
  Author: Robert Sandell 
  Date:   2024-01-23 (Tue, 23 Jan 2024)

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

  Log Message:
  ---
  Merge pull request #317 from imonteroperez/adapt-ipv6

Adapt DirectArtifactManagerFactory to run test on IPv6


Compare: 
https://github.com/jenkinsci/workflow-api-plugin/compare/08651df27c69...acf779f32df0

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


[jenkinsci/dockerhub-notification-plugin] c14521: [maven-release-plugin] prepare for next developmen...

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dockerhub-notification-plugin
  Commit: c14521bdfde3d676712502ba01f04180119faf68
  
https://github.com/jenkinsci/dockerhub-notification-plugin/commit/c14521bdfde3d676712502ba01f04180119faf68
  Author: rsandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

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


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


[jenkinsci/dockerhub-notification-plugin]

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/dockerhub-notification-2.7.2
  Home:   https://github.com/jenkinsci/dockerhub-notification-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/dockerhub-notification-plugin/push/refs/tags/dockerhub-notification-2.7.2/00-e11a4b%40github.com.


[jenkinsci/dockerhub-notification-plugin] 6ed624: [maven-release-plugin] prepare release dockerhub-n...

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dockerhub-notification-plugin
  Commit: 6ed6244f30124908876cdc27d13048e9b9cc5405
  
https://github.com/jenkinsci/dockerhub-notification-plugin/commit/6ed6244f30124908876cdc27d13048e9b9cc5405
  Author: rsandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dockerhub-notification-2.7.2


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


[jenkinsci/pipeline-utility-steps-plugin] 84da9e: [maven-release-plugin] prepare for next developmen...

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 84da9e4bad92bce6124f034cdddc40fa7c53a7e0
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/84da9e4bad92bce6124f034cdddc40fa7c53a7e0
  Author: rsandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

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


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


[jenkinsci/pipeline-utility-steps-plugin]

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/pipeline-utility-steps-2.16.1
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-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/pipeline-utility-steps-plugin/push/refs/tags/pipeline-utility-steps-2.16.1/00-70a986%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] 924122: [maven-release-plugin] prepare release pipeline-ut...

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 9241226875b77f0bccbc094a8c9fa7c52818c2b8
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/9241226875b77f0bccbc094a8c9fa7c52818c2b8
  Author: rsandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-utility-steps-2.16.1


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


[jenkinsci/dockerhub-notification-plugin] a5d15e: Forward compatibility for Guice 7

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dockerhub-notification-plugin
  Commit: a5d15ec0651d3fc6058761172e88034c1794f206
  
https://github.com/jenkinsci/dockerhub-notification-plugin/commit/a5d15ec0651d3fc6058761172e88034c1794f206
  Author: Basil Crow 
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/registry/notification/TriggerStore.java

  Log Message:
  ---
  Forward compatibility for Guice 7


  Commit: 41a5af96254b2bd59b0656ddcc0a67b59f1b
  
https://github.com/jenkinsci/dockerhub-notification-plugin/commit/41a5af96254b2bd59b0656ddcc0a67b59f1b
  Author: Robert Sandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into jakarta-inject


  Commit: 715b076f33aa091acb235238a8b0fc69923fb5df
  
https://github.com/jenkinsci/dockerhub-notification-plugin/commit/715b076f33aa091acb235238a8b0fc69923fb5df
  Author: Robert Sandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/registry/notification/TriggerStore.java

  Log Message:
  ---
  Merge pull request #46 from basil/jakarta-inject

Forward compatibility for Guice 7


Compare: 
https://github.com/jenkinsci/dockerhub-notification-plugin/compare/566149b941b4...715b076f33aa

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


[jenkinsci/pipeline-utility-steps-plugin] 5cc334: Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.77

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 5cc334b166dbb69bd4957ebb2f1ca6fc9f0e565f
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/5cc334b166dbb69bd4957ebb2f1ca6fc9f0e565f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

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

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

---
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: 6caa39bbe57c7e5d29535d7ea07888bd03d0f659
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/6caa39bbe57c7e5d29535d7ea07888bd03d0f659
  Author: Robert Sandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

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

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


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/dccd91c4d27b...6caa39bbe57c

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


[jenkinsci/pipeline-utility-steps-plugin] 2f6d87: Bump org.apache.maven:maven-model from 3.9.5 to 3.9.6

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 2f6d87dfcd67cb56f1fcb6600568218810f9c4fc
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/2f6d87dfcd67cb56f1fcb6600568218810f9c4fc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.apache.maven:maven-model from 3.9.5 to 3.9.6

Bumps [org.apache.maven:maven-model](https://github.com/apache/maven) from 
3.9.5 to 3.9.6.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.9.5...maven-3.9.6)

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

Signed-off-by: dependabot[bot] 


  Commit: dccd91c4d27b3ad2a34bb9103099829f1db48304
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/dccd91c4d27b3ad2a34bb9103099829f1db48304
  Author: Robert Sandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #233 from 
jenkinsci/dependabot/maven/org.apache.maven-maven-model-3.9.6

Bump org.apache.maven:maven-model from 3.9.5 to 3.9.6


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/0d1b1e1c891e...dccd91c4d27b

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


[jenkinsci/dockerhub-notification-plugin] 866934: Use joda-time-path api plugin

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dockerhub-notification-plugin
  Commit: 8669343a53f3972c2ce7f9fe40ed1f9543964baf
  
https://github.com/jenkinsci/dockerhub-notification-plugin/commit/8669343a53f3972c2ce7f9fe40ed1f9543964baf
  Author: Valentin Delaye 
  Date:   2023-12-10 (Sun, 10 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use joda-time-path api plugin


  Commit: 566149b941b4982c7576871a5ecd20ae39a168c1
  
https://github.com/jenkinsci/dockerhub-notification-plugin/commit/566149b941b4982c7576871a5ecd20ae39a168c1
  Author: Robert Sandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #45 from jonesbusy/feature/api-plugin

Use joda-time api plugin


Compare: 
https://github.com/jenkinsci/dockerhub-notification-plugin/compare/6c79a4e4d350...566149b941b4

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


[jenkinsci/pipeline-utility-steps-plugin] 8edb68: chore(CODEOWNERS): add plugin development team

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 8edb68c94ccd5124d35e8e72b8bcf1a17d0c0cae
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/8edb68c94ccd5124d35e8e72b8bcf1a17d0c0cae
  Author: Steve Hill 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
A .github/CODEOWNERS

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

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

Co-authored-by: Moderne 


  Commit: 0d1b1e1c891e1969fa114a1eb0c35d3bb47c85d2
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/0d1b1e1c891e1969fa114a1eb0c35d3bb47c85d2
  Author: Robert Sandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
A .github/CODEOWNERS

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

Add Plugin Development Team to CODEOWNERS


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/f13db0d850c1...0d1b1e1c891e

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


[jenkinsci/pipeline-utility-steps-plugin] 1c4f47: Forward compatibility with Guice 7

2024-01-22 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 1c4f4709ea2892a8362a466d430886ac7b5dfcca
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/1c4f4709ea2892a8362a466d430886ac7b5dfcca
  Author: Basil Crow 
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/fs/FindFilesStepExecution.java

  Log Message:
  ---
  Forward compatibility with Guice 7


  Commit: f13db0d850c152a1b0b5a935fe1c600d3b597415
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/f13db0d850c152a1b0b5a935fe1c600d3b597415
  Author: Robert Sandell 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/fs/FindFilesStepExecution.java

  Log Message:
  ---
  Merge pull request #235 from basil/jakarta-inject

Forward compatibility with Guice 7


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/544b97e06041...f13db0d850c1

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


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

2024-01-09 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 79344e7e2bec7abf4779cefaea2551c72f3f251b
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/79344e7e2bec7abf4779cefaea2551c72f3f251b
  Author: rsandell 
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
M pom.xml

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


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


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

2024-01-09 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 3faeb5c02322617c97433053592f6db1185e40b9
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/3faeb5c02322617c97433053592f6db1185e40b9
  Author: rsandell 
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
M pom.xml

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


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


[jenkinsci/gerrit-trigger-plugin]

2024-01-09 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/gerrit-trigger-2.39.4
  Home:   https://github.com/jenkinsci/gerrit-trigger-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/gerrit-trigger-plugin/push/refs/tags/gerrit-trigger-2.39.4/00-f3289c%40github.com.


[jenkinsci/gerrit-trigger-plugin] 458943: Require Jenkins 2.414.3 LTS or newer

2024-01-09 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 458943b7994276e0603be24e90941d7f4fa3d91b
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/458943b7994276e0603be24e90941d7f4fa3d91b
  Author: Basil Crow 
  Date:   2024-01-02 (Tue, 02 Jan 2024)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Require Jenkins 2.414.3 LTS or newer


  Commit: d32d5251cce4068fcaab5e2acc2f3a6aa3bb7cb7
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d32d5251cce4068fcaab5e2acc2f3a6aa3bb7cb7
  Author: Basil Crow 
  Date:   2024-01-02 (Tue, 02 Jan 2024)

  Changed paths:
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/replication/ReplicationQueueTaskDispatcherTest.java
A src/test/java/hudson/model/MockBuildableItem.java
A src/test/java/hudson/model/MockWaitingItem.java

  Log Message:
  ---
  Adapt to https://github.com/jenkinsci/jenkins/pull/8048


  Commit: d57f41c46f7ff1ba8a7d486325b93eb095b71fdf
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d57f41c46f7ff1ba8a7d486325b93eb095b71fdf
  Author: Robert Sandell 
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
M Jenkinsfile
M pom.xml
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/replication/ReplicationQueueTaskDispatcherTest.java
A src/test/java/hudson/model/MockBuildableItem.java
A src/test/java/hudson/model/MockWaitingItem.java

  Log Message:
  ---
  Merge pull request #502 from basil/lts

Require Jenkins 2.414.3 LTS or newer


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/cfc32a0c8c9c...d57f41c46f7f

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


[jenkinsci/gerrit-trigger-plugin] a23ac1: TriggerMonitor: Fix grey icon anime bug and modern...

2024-01-09 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: a23ac1c89a167189ff1923114aa7e26f5041047b
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/a23ac1c89a167189ff1923114aa7e26f5041047b
  Author: Michael Trimarchi 
  Date:   2023-12-29 (Fri, 29 Dec 2023)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/TriggerMonitor.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritCause/description.jelly
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/ajaxTriggerMonitor.jelly

  Log Message:
  ---
  TriggerMonitor: Fix grey icon anime bug and modernize icon animation

Use the new icon from jenkins build class and drop legacy icon

Signed-off-by: Michael Trimarchi 


  Commit: cfc32a0c8c9c8befeffece7f5bd6be797b4b07c3
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/cfc32a0c8c9c8befeffece7f5bd6be797b4b07c3
  Author: Robert Sandell 
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/TriggerMonitor.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritCause/description.jelly
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/ajaxTriggerMonitor.jelly

  Log Message:
  ---
  Merge pull request #501 from panicking/fix-icon-trigger-animation

TriggerMonitor: Fix grey icon anime bug and modernize icon animation


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/c563987e2cb9...cfc32a0c8c9c

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


[jenkinsci/build-failure-analyzer-plugin] 378db5: [maven-release-plugin] prepare for next developmen...

2023-12-18 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: 378db5227e101dcaffa18143f2b7e942a125ce4d
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/378db5227e101dcaffa18143f2b7e942a125ce4d
  Author: rsandell 
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
M pom.xml

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


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


[jenkinsci/build-failure-analyzer-plugin]

2023-12-18 Thread &#x27;Robert Sandell&#x27; via Jenkins Commits
  Branch: refs/tags/build-failure-analyzer-2.5.0
  Home:   https://github.com/jenkinsci/build-failure-analyzer-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/build-failure-analyzer-plugin/push/refs/tags/build-failure-analyzer-2.5.0/00-31011c%40github.com.


  1   2   3   4   5   6   7   8   9   10   >