[jenkinsci/platformlabeler-plugin] 5012c0: Document openSUSE Leap 15.6

2024-06-23 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 5012c0b7391aea0503ba94878b3f448884c3f655
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/5012c0b7391aea0503ba94878b3f448884c3f655
  Author: Mark Waite 
  Date:   2024-06-23 (Sun, 23 Jun 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Document openSUSE Leap 15.6



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

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


[jenkinsci/packaging] 2dd4f2: Remove Java 11 from MSI installer (Windows) (#476)

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/packaging
  Commit: 2dd4f2c10d440d6b21b7d43da1ee37776aaa7b75
  
https://github.com/jenkinsci/packaging/commit/2dd4f2c10d440d6b21b7d43da1ee37776aaa7b75
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M msi/build/jenkins.wxs
M msi/build/jenkins_en-US.wxl

  Log Message:
  ---
  Remove Java 11 from MSI installer (Windows) (#476)



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

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


[jenkinsci/packaging] 9b2736: Test with Ansible 9.7.0 (#478)

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/packaging
  Commit: 9b273622745921a79ac44e322ae6a88a6e5ddacd
  
https://github.com/jenkinsci/packaging/commit/9b273622745921a79ac44e322ae6a88a6e5ddacd
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M requirements.txt

  Log Message:
  ---
  Test with Ansible 9.7.0 (#478)

https://forum.ansible.com/t/release-announcement-ansible-community-package-9-7-0/6627



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

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


[jenkinsci/packaging] 7c74bd: Update dependency lit to v3.1.4 (#471)

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/pip/requests-2.32.3
  Home:   https://github.com/jenkinsci/packaging
  Commit: 7c74bdb1dc0e8f4790c4c8af3e3a4bf9bc6ee38a
  
https://github.com/jenkinsci/packaging/commit/7c74bdb1dc0e8f4790c4c8af3e3a4bf9bc6ee38a
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
M templates/base.html

  Log Message:
  ---
  Update dependency lit to v3.1.4 (#471)

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


  Commit: d2c116748dfcf2ce27d163572ce057f44eb81989
  
https://github.com/jenkinsci/packaging/commit/d2c116748dfcf2ce27d163572ce057f44eb81989
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M molecule/default/install-deb.yml
M molecule/default/molecule.yml

  Log Message:
  ---
  Drop Debian 10 support (#477)

Debian 10 is end of life 30 June 2024.  Debian 10 is only able to install
Java 11 and Jenkins 2.463 drops support for Java 11.  Rather than trying
to make Debian 10 work until the end of June, let's stop testing it now.

Testing done:

Successfully ran the molecule tests as outlined in README


  Commit: ab7d906094205400aa03e6aa2e5a1069842dfe20
  
https://github.com/jenkinsci/packaging/commit/ab7d906094205400aa03e6aa2e5a1069842dfe20
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M msi/build/jenkins.wxs
M msi/build/jenkins_en-US.wxl

  Log Message:
  ---
  Fix incorrect conditional in Java 17 version check (#475)

Conditional was checking that the JAVA_EXE_VERSION = "17" when it should
have been checking JAVA_EXE_VERSION <> "17" like the line before it and
the line after it.

Also fixed the inconsistent name of the property.  All the other
properties related to JAVA_HOME are prefixed with JavaHome.  This one
was prefixed with JavaJome.

Testing done:

Confirmed that the expected error message is displayed when I choose a
Java directory with Java 8.

Confirmed that the expected error message is displayed when I choose a
Java directory that does not contain Java.

Confirmed that no error message is displayed when I choose a Java
directory with Java 11 or Java 17 or Java 21.


  Commit: b8a5c71027cfae3ae839af412459a423663e3345
  
https://github.com/jenkinsci/packaging/commit/b8a5c71027cfae3ae839af412459a423663e3345
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M rpm/build/SPECS/jenkins.spec
M suse/build/SPECS/jenkins.spec
M templates/base.html
M templates/header.war.html

  Log Message:
  ---
  Include 2.463 in docs as first weekly to require Java 17 or newer (#474)


  Commit: 0d931c0ef531951ce4a20faf0417a2cf6455ec2b
  
https://github.com/jenkinsci/packaging/commit/0d931c0ef531951ce4a20faf0417a2cf6455ec2b
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M molecule/default/install-deb.yml
M molecule/default/molecule.yml
M msi/build/jenkins.wxs
M msi/build/jenkins_en-US.wxl
M rpm/build/SPECS/jenkins.spec
M suse/build/SPECS/jenkins.spec
M templates/base.html
M templates/header.war.html

  Log Message:
  ---
  Merge branch 'master' into dependabot/pip/requests-2.32.3


Compare: 
https://github.com/jenkinsci/packaging/compare/d73ccb88f48f...0d931c0ef531

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

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


[jenkinsci/packaging] b8a5c7: Include 2.463 in docs as first weekly to require J...

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/packaging
  Commit: b8a5c71027cfae3ae839af412459a423663e3345
  
https://github.com/jenkinsci/packaging/commit/b8a5c71027cfae3ae839af412459a423663e3345
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M rpm/build/SPECS/jenkins.spec
M suse/build/SPECS/jenkins.spec
M templates/base.html
M templates/header.war.html

  Log Message:
  ---
  Include 2.463 in docs as first weekly to require Java 17 or newer (#474)



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

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


[jenkinsci/packaging] ab7d90: Fix incorrect conditional in Java 17 version check...

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/packaging
  Commit: ab7d906094205400aa03e6aa2e5a1069842dfe20
  
https://github.com/jenkinsci/packaging/commit/ab7d906094205400aa03e6aa2e5a1069842dfe20
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M msi/build/jenkins.wxs
M msi/build/jenkins_en-US.wxl

  Log Message:
  ---
  Fix incorrect conditional in Java 17 version check (#475)

Conditional was checking that the JAVA_EXE_VERSION = "17" when it should
have been checking JAVA_EXE_VERSION <> "17" like the line before it and
the line after it.

Also fixed the inconsistent name of the property.  All the other
properties related to JAVA_HOME are prefixed with JavaHome.  This one
was prefixed with JavaJome.

Testing done:

Confirmed that the expected error message is displayed when I choose a
Java directory with Java 8.

Confirmed that the expected error message is displayed when I choose a
Java directory that does not contain Java.

Confirmed that no error message is displayed when I choose a Java
directory with Java 11 or Java 17 or Java 21.



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

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


[jenkinsci/packaging] d2c116: Drop Debian 10 support (#477)

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/packaging
  Commit: d2c116748dfcf2ce27d163572ce057f44eb81989
  
https://github.com/jenkinsci/packaging/commit/d2c116748dfcf2ce27d163572ce057f44eb81989
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M molecule/default/install-deb.yml
M molecule/default/molecule.yml

  Log Message:
  ---
  Drop Debian 10 support (#477)

Debian 10 is end of life 30 June 2024.  Debian 10 is only able to install
Java 11 and Jenkins 2.463 drops support for Java 11.  Rather than trying
to make Debian 10 work until the end of June, let's stop testing it now.

Testing done:

Successfully ran the molecule tests as outlined in README



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

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


[jenkinsci/authorize-project-plugin]

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3143.v347db_7c6db_6e
  Home:   https://github.com/jenkinsci/authorize-project-plugin

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

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


[jenkinsci/platformlabeler-plugin]

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.17.7/alpine-3.17.8
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.17.7/alpine-3.17.8/774bd0-00%40github.com.


[jenkinsci/platformlabeler-plugin]

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2023/amazonlinux-2023.4.20240611.0
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2023/amazonlinux-2023.4.20240611.0/8aca62-00%40github.com.


[jenkinsci/basic-branch-build-strategies-plugin] b6b25b: Enable Jenkins security scan (#93)

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.426.x-3143.v347db_7c6db_6e
  Home:   https://github.com/jenkinsci/basic-branch-build-strategies-plugin
  Commit: b6b25b9e8028e8fddff283efff6fdb14b278118e
  
https://github.com/jenkinsci/basic-branch-build-strategies-plugin/commit/b6b25b9e8028e8fddff283efff6fdb14b278118e
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Enable Jenkins security scan (#93)

It is stated in the `JENKINS SECURITY POLICY` that

> The Jenkins project takes security seriously. We make every
> possible effort to ensure users can adequately secure their
> automation infrastructure. To that end, we work with Jenkins core and
> plugin developers, as well as security researchers, to fix security
> vulnerabilities in Jenkins in a timely manner, and to improve the security
> of Jenkins in general.

Apply the Jenkins security scan to this repository.

Thanks to @strangelookingnerd for starting this effort!


  Commit: b29b90bb61b895d1d0ff141079ab96fe1692dc64
  
https://github.com/jenkinsci/basic-branch-build-strategies-plugin/commit/b29b90bb61b895d1d0ff141079ab96fe1692dc64
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/master/io.jenkins.tools.bom-bom-2.426.x-3143.v347db_7c6db_6e


Compare: 
https://github.com/jenkinsci/basic-branch-build-strategies-plugin/compare/3340df75fafe...b29b90bb61b8

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/basic-branch-build-strategies-plugin/push/refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.426.x-3143.v347db_7c6db_6e/3340df-b29b90%40github.com.


[jenkinsci/basic-branch-build-strategies-plugin] b6b25b: Enable Jenkins security scan (#93)

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/basic-branch-build-strategies-plugin
  Commit: b6b25b9e8028e8fddff283efff6fdb14b278118e
  
https://github.com/jenkinsci/basic-branch-build-strategies-plugin/commit/b6b25b9e8028e8fddff283efff6fdb14b278118e
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Enable Jenkins security scan (#93)

It is stated in the `JENKINS SECURITY POLICY` that

> The Jenkins project takes security seriously. We make every
> possible effort to ensure users can adequately secure their
> automation infrastructure. To that end, we work with Jenkins core and
> plugin developers, as well as security researchers, to fix security
> vulnerabilities in Jenkins in a timely manner, and to improve the security
> of Jenkins in general.

Apply the Jenkins security scan to this repository.

Thanks to @strangelookingnerd for starting this effort!



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

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


[jenkinsci/apache-httpcomponents-client-4-api-plugin] b14d90: Enable Jenkins security scan (#209)

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin
  Commit: b14d906e422345f0bd04c2cfcf4bb6bc2c4334ff
  
https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin/commit/b14d906e422345f0bd04c2cfcf4bb6bc2c4334ff
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Enable Jenkins security scan (#209)

It is stated in the `JENKINS SECURITY POLICY` that

> The Jenkins project takes security seriously. We make every
> possible effort to ensure users can adequately secure their
> automation infrastructure. To that end, we work with Jenkins core and
> plugin developers, as well as security researchers, to fix security
> vulnerabilities in Jenkins in a timely manner, and to improve the security
> of Jenkins in general.

Apply the Jenkins security scan to this repository.

Thanks to @strangelookingnerd for starting this effort!



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/apache-httpcomponents-client-4-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/apache-httpcomponents-client-4-api-plugin/push/refs/heads/master/e8e3c1-b14d90%40github.com.


[jenkinsci/xshell-plugin] f42f8c: Run Jenkins security scan with Java 21 and use mav...

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xshell-plugin
  Commit: f42f8c52eaf13573af0df397f450011d102ebacd
  
https://github.com/jenkinsci/xshell-plugin/commit/f42f8c52eaf13573af0df397f450011d102ebacd
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21 and use maven cache



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

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


[jenkinsci/versioncolumn-plugin] fada17: Run Jenkins security scan with Java 21 and use mav...

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/versioncolumn-plugin
  Commit: fada17f1d802fa0a74c481b9dc04b4cb8304038c
  
https://github.com/jenkinsci/versioncolumn-plugin/commit/fada17f1d802fa0a74c481b9dc04b4cb8304038c
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21 and use maven cache



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

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


[jenkinsci/testng-plugin-plugin] 454674: Run Jenkins security scan with Java 21

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/testng-plugin-plugin
  Commit: 454674e78fbf777d72bbe202e1e56b8bde11fa86
  
https://github.com/jenkinsci/testng-plugin-plugin/commit/454674e78fbf777d72bbe202e1e56b8bde11fa86
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21



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

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


[jenkinsci/schedule-build-plugin] cbf831: Run Jenkins security scan with Java 21

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/schedule-build-plugin
  Commit: cbf831ea8a331306175f12f04fad6aa849a671b6
  
https://github.com/jenkinsci/schedule-build-plugin/commit/cbf831ea8a331306175f12f04fad6aa849a671b6
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21



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

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


[jenkinsci/priority-sorter-plugin] 3b65e7: Run Jenkins security scan with Java 21

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/priority-sorter-plugin
  Commit: 3b65e77ef016d82959f2978e302f67f593b49a71
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/3b65e77ef016d82959f2978e302f67f593b49a71
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21



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

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


[jenkinsci/nodelabelparameter-plugin] 955041: Run Jenkins security scan with Java 21

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodelabelparameter-plugin
  Commit: 95504138c5b1d554fdb37a7f0cfc0bb70a066962
  
https://github.com/jenkinsci/nodelabelparameter-plugin/commit/95504138c5b1d554fdb37a7f0cfc0bb70a066962
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21



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

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


[jenkinsci/javadoc-plugin] 724852: Run Jenkins security scan with Java 21, use maven ...

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/javadoc-plugin
  Commit: 724852554f3b799130b454ae7b466025a6e2afa0
  
https://github.com/jenkinsci/javadoc-plugin/commit/724852554f3b799130b454ae7b466025a6e2afa0
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21, use maven cache



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

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


[jenkinsci/implied-labels-plugin] f7e0d4: Run Jenkins security scan with Java 21

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/implied-labels-plugin
  Commit: f7e0d48cc1b835f2ebec902577e0535deccab4e0
  
https://github.com/jenkinsci/implied-labels-plugin/commit/f7e0d48cc1b835f2ebec902577e0535deccab4e0
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21



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

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


[jenkinsci/git-plugin] 6c698b: Run Jenkins security scan with Java 21

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 6c698b766698f79711f796d24f4c6ca4ab53749b
  
https://github.com/jenkinsci/git-plugin/commit/6c698b766698f79711f796d24f4c6ca4ab53749b
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21



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

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


[jenkinsci/embeddable-build-status-plugin] 7b47b7: Run Jenkins security scan with Java 21

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/embeddable-build-status-plugin
  Commit: 7b47b7a31a79cc14ba8e5b4eed97ddf27bddb3e6
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/7b47b7a31a79cc14ba8e5b4eed97ddf27bddb3e6
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21



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

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


[jenkinsci/elastic-axis-plugin] b55e74: Run Jenkins security scan with Java 21

2024-06-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/elastic-axis-plugin
  Commit: b55e7412b29a94e793c19d21ddba216c36b59cbc
  
https://github.com/jenkinsci/elastic-axis-plugin/commit/b55e7412b29a94e793c19d21ddba216c36b59cbc
  Author: Mark Waite 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

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

  Log Message:
  ---
  Run Jenkins security scan with Java 21



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

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


[jenkinsci/git-client-plugin] 37e728: Revert "[BEE-47337] added a delay of 3 seconds (#1...

2024-06-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 37e728078691dc1d66b51e003a99b5dc0b4819e7
  
https://github.com/jenkinsci/git-client-plugin/commit/37e728078691dc1d66b51e003a99b5dc0b4819e7
  Author: Mark Waite 
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestUpdateCliGit.java

  Log Message:
  ---
  Revert "[BEE-47337] added a delay of 3 seconds (#1122)" (#1151)

https://github.com/jenkinsci/git-client-plugin/pull/1122#discussion_r1644289890
notes that the sleep does not actually help the test other than to delay
its completion.

This reverts commit fb9d2ca1189fd2c02e593ffda9922b3cf10fca45.



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

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


[jenkins-infra/jenkins.io] 472caf: The hudson.model.DirectoryBrowserSupport.allowAbso...

2024-06-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 472caf6ac21fd5301b8840b27d573203d5f117d5
  
https://github.com/jenkins-infra/jenkins.io/commit/472caf6ac21fd5301b8840b27d573203d5f117d5
  Author: Mark Waite 
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
M content/doc/book/managing/system-properties.adoc

  Log Message:
  ---
  The hudson.model.DirectoryBrowserSupport.allowAbsolutePath escape hatch is 
obsolete (#7362)

* The hudson.model.DirectoryBrowserSupport.allowAbsolutePath is obsolete

hudson.model.DirectoryBrowserSupport.allowAbsolutePath will
be obsolete in the first weekly release after the merge of
https://github.com/jenkinsci/jenkins/pull/9387

Was not sure if this is the correct pattern to record a property that
is no longer available.  I tried to follow the pattern used by others
in the file.  Happy to adjust to whatever format or style is preferred.

* Retain security and escape hatch in tags

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>

* Remove "has been removed"

That is already implied by the obsolete tag.
No need to add the additional phrasing

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>

-

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>



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

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


[jenkinsci/jenkins]

2024-06-17 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/renovate/org.apache.maven-maven-core-3.x
  Home:   https://github.com/jenkinsci/jenkins

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

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


[jenkinsci/jenkins] d99b83: Update javadoc and other docs with dates of API ch...

2024-06-17 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d99b83b1271be5f1a694fad6fe82b4874c2113c9
  
https://github.com/jenkinsci/jenkins/commit/d99b83b1271be5f1a694fad6fe82b4874c2113c9
  Author: Mark Waite 
  Date:   2024-06-17 (Mon, 17 Jun 2024)

  Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/model/ExecutorListener.java
M core/src/main/java/jenkins/model/lazy/LazyBuildMixIn.java
M core/src/main/java/jenkins/security/seed/UserSeedChangeListener.java
M core/src/main/java/jenkins/util/URLClassLoader2.java
M core/src/main/resources/lib/layout/search-bar.jelly
M core/src/main/resources/lib/layout/task.jelly

  Log Message:
  ---
  Update javadoc and other docs with dates of API changes (#9396)

Several of the changes are not detected by the Python script but were
detected by `git grep TODO | grep since` with review of the output.

The cases that are not detected by the Python script seem obscure enough
to not bother with additions to the script.  If they become common
practice, then we can extend the Python script.



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

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


[jenkins-infra/jenkins.io] c5ec5c: Update container images versions in hello-world tu...

2024-06-17 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c5ec5c1a40a22ba08d9bca22eae0809aff693435
  
https://github.com/jenkins-infra/jenkins.io/commit/c5ec5c1a40a22ba08d9bca22eae0809aff693435
  Author: Mark Waite 
  Date:   2024-06-17 (Mon, 17 Jun 2024)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  Update container images versions in hello-world tutorial (#7364)

It is not clear to me why the updatecli process did not propose changes
for these containers.  It is especially curious that some cases remained
very far out of date on older Alpine versions and at least one case had
an update in the declarative Pipeline example that was not matched in
the scripted Pipeline example.

Switches the Maven example to use Java 21.

Co-authored-by: Bruno Verachten 



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

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


[jenkinsci/authorize-project-plugin] d985ac: [maven-release-plugin] prepare for next developmen...

2024-06-14 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/authorize-project-plugin
  Commit: d985ac8a6c6e5cb10525da137f6d50d2cf0197d7
  
https://github.com/jenkinsci/authorize-project-plugin/commit/d985ac8a6c6e5cb10525da137f6d50d2cf0197d7
  Author: Mark Waite 
  Date:   2024-06-14 (Fri, 14 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/authorize-project-plugin/settings/notifications

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


[jenkinsci/authorize-project-plugin]

2024-06-14 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/tags/authorize-project-1.7.2
  Home:   https://github.com/jenkinsci/authorize-project-plugin

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

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


[jenkinsci/authorize-project-plugin] c26973: [maven-release-plugin] prepare release authorize-p...

2024-06-14 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/authorize-project-plugin
  Commit: c26973f9a16242261aafee3b34b385fceb1cebb8
  
https://github.com/jenkinsci/authorize-project-plugin/commit/c26973f9a16242261aafee3b34b385fceb1cebb8
  Author: Mark Waite 
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release authorize-project-1.7.2



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

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


[jenkinsci/platformlabeler-plugin] 9b7869: Use correct RHEL 8.10 minor version in docs

2024-06-14 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 9b7869d5e7ca97b9408498a85b6b9bcda05aa75a
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/9b7869d5e7ca97b9408498a85b6b9bcda05aa75a
  Author: Mark Waite 
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Use correct RHEL 8.10 minor version in docs



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

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


[jenkinsci/git-client-plugin] 784d6f: [maven-release-plugin] prepare release git-client-...

2024-06-14 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 784d6f64672d65dc0337c03438b00147c372545e
  
https://github.com/jenkinsci/git-client-plugin/commit/784d6f64672d65dc0337c03438b00147c372545e
  Author: Mark Waite 
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-client-5.0.0



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

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


[jenkinsci/git-client-plugin] 33d4f4: [maven-release-plugin] prepare for next developmen...

2024-06-14 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 33d4f4c984dd4b449e18be13ccd1880c486648f2
  
https://github.com/jenkinsci/git-client-plugin/commit/33d4f4c984dd4b449e18be13ccd1880c486648f2
  Author: Mark Waite 
  Date:   2024-06-14 (Fri, 14 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/git-client-plugin/settings/notifications

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


[jenkinsci/git-client-plugin] 463189: Use Apache Mina as ssh transport layer for JGit, r...

2024-06-14 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 463189f113e179116e2914282d1b5b04f4e6bfdd
  
https://github.com/jenkinsci/git-client-plugin/commit/463189f113e179116e2914282d1b5b04f4e6bfdd
  Author: Olivier Lamy 
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/gitclient/Git.java
M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/CredentialsProviderImpl.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/PreemptiveAuthHttpClientConnection.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/PreemptiveAuthHttpClientConnectionFactory.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/SmartCredentialsProvider.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/StandardUsernameCredentialsCredentialItem.java
R 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/CredentialsProviderImpl.java
R src/main/java/org/jenkinsci/plugins/gitclient/trilead/JGitConnection.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/SmartCredentialsProvider.java
R 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/StandardUsernameCredentialsCredentialItem.java
R src/main/java/org/jenkinsci/plugins/gitclient/trilead/TrileadSession.java
R 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/TrileadSessionFactory.java
R src/main/java/org/jenkinsci/plugins/gitclient/trilead/package-info.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AbstractJGitHostKeyVerifier.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AcceptFirstConnectionVerifier.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/HostKeyVerifierFactory.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerifier.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerifier.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerifier.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/credentials/CredentialsProviderImplTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/credentials/SmartCredentialsProviderTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/credentials/StandardUsernamePasswordCredentialsImpl.java
A src/test/java/org/jenkinsci/plugins/gitclient/jgit/AuthzTest.java
R 
src/test/java/org/jenkinsci/plugins/gitclient/trilead/CredentialsProviderImplTest.java
R 
src/test/java/org/jenkinsci/plugins/gitclient/trilead/SmartCredentialsProviderTest.java
R 
src/test/java/org/jenkinsci/plugins/gitclient/trilead/StandardUsernamePasswordCredentialsImpl.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/AcceptFirstConnectionVerifierTest.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerifierTest.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsTestUtil.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerifierTest.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerifierTest.java
A src/test/resources/ssh_config

  Log Message:
  ---
  Use Apache Mina as ssh transport layer for JGit, remove trilead

Signed-off-by: Olivier Lamy 


  Commit: 7d038ebdf92047b29c442eb5d6fda2066f34e2e4
  
https://github.com/jenkinsci/git-client-plugin/commit/7d038ebdf92047b29c442eb5d6fda2066f34e2e4
  Author: Mark Waite 
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/gitclient/Git.java
M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/CredentialsProviderImpl.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/PreemptiveAuthHttpClientConnection.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/PreemptiveAuthHttpClientConnectionFactory.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/SmartCredentialsProvider.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/StandardUsernameCredentialsCredentialItem.java
R 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/CredentialsProviderImpl.java
R src/main/java/org/jenkinsci/plugins/gitclient/trilead/JGitConnection.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/SmartCredentialsProvider.java
R 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/StandardUsernameCredentialsCredentialItem.java
R src/main/java/org/jenkinsci/plugins/gitclient/trilead/TrileadSession.java
R 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/TrileadSessionFactory.java
R src/main/java/org/jenkinsci/plugins/gitclient/trilead/package-info.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AbstractJGitHostKeyVerifier.java
M 

[jenkins-infra/infra-statistics] aaf3e5: Fixed Readme File

2024-06-11 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkins-infra/infra-statistics
  Commit: aaf3e56d3feecf3e10fff26dfbb19c2886598faf
  
https://github.com/jenkins-infra/infra-statistics/commit/aaf3e56d3feecf3e10fff26dfbb19c2886598faf
  Author: sourav 
  Date:   2024-05-19 (Sun, 19 May 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Fixed Readme File


  Commit: a1ed9b790aa17e67c788ddaa938870041a1c1c9f
  
https://github.com/jenkins-infra/infra-statistics/commit/a1ed9b790aa17e67c788ddaa938870041a1c1c9f
  Author: Mark Waite 
  Date:   2024-06-11 (Tue, 11 Jun 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Use Jenkins rather than jenkins in sentences

Also fixes an outdated domain name reference


  Commit: 8209b583ee5be409d2dc8cdf780bd4358579b8de
  
https://github.com/jenkins-infra/infra-statistics/commit/8209b583ee5be409d2dc8cdf780bd4358579b8de
  Author: Mark Waite 
  Date:   2024-06-11 (Tue, 11 Jun 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #53 from Sourav6971/main

Fixed Readme File


Compare: 
https://github.com/jenkins-infra/infra-statistics/compare/005ce21482c8...8209b583ee5b

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

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


[jenkinsci/platformlabeler-plugin]

2024-06-10 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/registry.access.redhat.com/ubi9/ubi/9.4/ubi9/ubi-9.4-947.1717074712
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/registry.access.redhat.com/ubi9/ubi/9.4/ubi9/ubi-9.4-947.1717074712/9eb993-00%40github.com.


[jenkinsci/platformlabeler-plugin]

2024-06-10 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/ubuntu-jammy-20240530
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/ubuntu-jammy-20240530/97e4bc-00%40github.com.


[jenkinsci/git-client-plugin] 9ca1f0: Use 4.8.0 as revision

2024-06-08 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 9ca1f0f85c80dd3c20626c1f3a516719f4ed496e
  
https://github.com/jenkinsci/git-client-plugin/commit/9ca1f0f85c80dd3c20626c1f3a516719f4ed496e
  Author: git-client-user 
  Date:   2024-06-08 (Sat, 08 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use 4.8.0 as revision

Next release will include JGit 6.10.0 and will replace trilead api with
Apache mina ssh.

https://github.com/jenkinsci/git-client-plugin/pull/1142

https://projects.eclipse.org/projects/technology.jgit/releases/6.10.0



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

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


[jenkinsci/docker-plugin] 838add: [maven-release-plugin] prepare for next developmen...

2024-06-03 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 838add0ccdf7e504fd23cb7809f54a954d990d8e
  
https://github.com/jenkinsci/docker-plugin/commit/838add0ccdf7e504fd23cb7809f54a954d990d8e
  Author: Mark Waite 
  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/docker-plugin/settings/notifications

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


[jenkinsci/docker-plugin]

2024-06-03 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.6.2
  Home:   https://github.com/jenkinsci/docker-plugin

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

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


[jenkinsci/docker-plugin] 67a3c4: [maven-release-plugin] prepare release docker-plug...

2024-06-03 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 67a3c44150c7c20695b87f3e53c6e35280f86b89
  
https://github.com/jenkinsci/docker-plugin/commit/67a3c44150c7c20695b87f3e53c6e35280f86b89
  Author: Mark Waite 
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.6.2



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

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


[jenkinsci/platformlabeler-plugin] ab539c: Document Ubuntu 24 on aarch64 instead of CentOS 8

2024-06-03 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: ab539c2413fd946d88b1a8c75702772d432e156e
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/ab539c2413fd946d88b1a8c75702772d432e156e
  Author: Mark Waite 
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Document Ubuntu 24 on aarch64 instead of CentOS 8

CentOS 8 has reached end of life.



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

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


[jenkinsci/platformlabeler-plugin] 877d7b: Add AlmaLinux 8.10 support (#1351)

2024-06-03 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 877d7bfdeba65b3a8afd3ead6633d4a86e78c493
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/877d7bfdeba65b3a8afd3ead6633d4a86e78c493
  Author: Mark Waite 
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
M .github/dependabot.yml
M README.md
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/8.10/Dockerfile
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/8.10/lsb_release-a
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/8.10/os-release
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/8.10/redhat-release
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/8.9/Dockerfile

  Log Message:
  ---
  Add AlmaLinux 8.10 support (#1351)

Recently released version of AlmaLinux that matches with the Red Hat
Enterprise Linux 8.10 release and the other RHEL derivatives.



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

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


[jenkinsci/platformlabeler-plugin] 562f6b: Check Rocky Linux updates monthly

2024-06-03 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 562f6b8d8bec62f02b7fbe24d16c6eb7592da58f
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/562f6b8d8bec62f02b7fbe24d16c6eb7592da58f
  Author: Mark Waite 
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Check Rocky Linux updates monthly



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

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


[jenkinsci/lockable-resources-plugin] 2b97cf: Require Jenkins core 2.440.3 instead of 2.440.1 (#...

2024-06-01 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/lockable-resources-plugin
  Commit: 2b97cfc1f94f19653e52e3d4a58cf24342df30de
  
https://github.com/jenkinsci/lockable-resources-plugin/commit/2b97cfc1f94f19653e52e3d4a58cf24342df30de
  Author: Mark Waite 
  Date:   2024-06-01 (Sat, 01 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Jenkins core 2.440.3 instead of 2.440.1 (#661)

https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/
recommends Jenkins 2.440.3 rather than 2.440.1.  Let's upgrade the
requirement to 2.440.3 so that the dependabot pull request for BOM can
be merged.

https://github.com/jenkinsci/lockable-resources-plugin/pull/660 is the
dependabot pull request



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

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


[jenkinsci/platformlabeler-plugin]

2024-05-31 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/8.9/almalinux-8.10-20240528
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/8.9/almalinux-8.10-20240528/05470c-00%40github.com.


[jenkinsci/platformlabeler-plugin]

2024-05-31 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/registry.access.redhat.com/ubi8/ubi/8.9/ubi8/ubi-8.10-901.1716482497
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/registry.access.redhat.com/ubi8/ubi/8.9/ubi8/ubi-8.10-901.1716482497/3dd642-00%40github.com.


[jenkins-infra/jenkins.io] b2211b: Add plugin distribution process to developer docs ...

2024-05-23 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b2211b9aba7ff1f391f12ffbb8c3eeb48612379f
  
https://github.com/jenkins-infra/jenkins.io/commit/b2211b9aba7ff1f391f12ffbb8c3eeb48612379f
  Author: Mark Waite 
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
M content/doc/developer/plugin-development/_chapter.yml
A content/doc/developer/plugin-development/distribution-process.adoc
M content/doc/developer/tutorial/create.adoc
A 
content/images/developer/plugin-development/distribution-process/plugin-distribution-diagram.svg

  Log Message:
  ---
  Add plugin distribution process to developer docs (#7325)

* Add plugin distribution process to developer docs

Describe the components from plugin compilation to installation on
a Jenkins controller.  Proves an overview with links to the existing
detailed descriptions of the process components.

* Fix spelling errors, remove junk comment

* Fix another spelling error

* Maintainers release plugins

Plugins do not release themselves, especially those that are
configured to release manually.

Co-authored-by: Bruno Verachten 

* Update content/doc/developer/plugin-development/distribution-process.adoc

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

* Update content/doc/developer/plugin-development/distribution-process.adoc

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

* Update content/doc/developer/plugin-development/distribution-process.adoc

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

* Use consistent capitalization

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

* Use consistent capitalization

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

* Remove unnecessary comma

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

* Remove unnecessary "for"

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

-

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



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

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


[jenkinsci/platformlabeler-plugin] 3cb3d5: Ignore only semver-minor for Alpine 3.18, 3.19

2024-05-23 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 3cb3d5ddb00a5c6b9adeb2634803f2f7e9310649
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/3cb3d5ddb00a5c6b9adeb2634803f2f7e9310649
  Author: Mark Waite 
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Ignore only semver-minor for Alpine 3.18, 3.19



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

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


[jenkinsci/jenkins-test-harness]

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

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

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


[jenkins-infra/jenkins.io] 560330: Fix another missing dash

2024-05-21 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.459
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 56033048f13efa258f175f82b9f3449d2e0e3f76
  
https://github.com/jenkins-infra/jenkins.io/commit/56033048f13efa258f175f82b9f3449d2e0e3f76
  Author: Mark Waite 
  Date:   2024-05-21 (Tue, 21 May 2024)

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

  Log Message:
  ---
  Fix another missing dash



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

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


[jenkins-infra/jenkins.io] 4302cd: Use correct link to GSoC project 5 (#7318)

2024-05-20 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 4302cd1b903fef19d7a22deb1b9455c09d4872a8
  
https://github.com/jenkins-infra/jenkins.io/commit/4302cd1b903fef19d7a22deb1b9455c09d4872a8
  Author: Mark Waite 
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
M 
content/blog/2024/05/2024-05-01-google-summer-of-code-congrats-and-welcome.adoc

  Log Message:
  ---
  Use correct link to GSoC project 5 (#7318)

Incorrectly included the same link for GSoC project 1 and GSoC project 5.

Now uses the correct link for GSoC project 5.

Also removes trailing spaces from other lines in the blog post.



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

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


[jenkinsci/git-client-plugin] 5d105d: Remove local repo config changes at end of tests (...

2024-05-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 5d105def7c9f74daa94f03318651e6f727022354
  
https://github.com/jenkinsci/git-client-plugin/commit/5d105def7c9f74daa94f03318651e6f727022354
  Author: Mark Waite 
  Date:   2024-05-19 (Sun, 19 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/main/java/org/jenkinsci/plugins/gitclient/GitClient.java
M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/CliGitCommand.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java

  Log Message:
  ---
  Remove local repo config changes at end of tests (#1138)

Local configuration changes in GitClientTest allow the tests to run in
environments where commit signing is the user or system level default.
Remove those local configuration changes at the end of the tests, since
they were specifically performed for the test.

Separate the add method from other methods

Easier to understand when BeforeClass has a matching AfterClass

Add more details to the Javadoc so that others understand that config
with a null value will remove the key from the configuration.



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

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


[jenkinsci/build-blocker-plugin] c82fc2: [JENKINS-73119] Catch the class not found exceptio...

2024-05-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-blocker-plugin
  Commit: c82fc20baed6191a26621c8c2dacb00ac0ece282
  
https://github.com/jenkinsci/build-blocker-plugin/commit/c82fc20baed6191a26621c8c2dacb00ac0ece282
  Author: Mark Waite 
  Date:   2024-05-19 (Sun, 19 May 2024)

  Changed paths:
M 
src/main/java/hudson/plugins/buildblocker/BuildBlockerQueueTaskDispatcher.java

  Log Message:
  ---
  [JENKINS-73119] Catch the class not found exception (#26)

If the folders plugin is not installed, jobs fail to start and report:
"Exception evaluating if the gueue can run the task"

Once the class not found exception is caught, then the job runs as expected.

Confirmed the failure by running Jenkins 2.426.3 with the build blocker
plugin 165.v5ecb_fb_f61520 installed.  I created a freestyle job and
ran it.  The run failed with the message "Exception evaluating if the
gueue can run the task".

Confirmed the failure is resolved by installing the build of this commit
and ran the same job without error.  Confirmed that the class not found
exception was written to the Jenkins logger when I enabled FINE logging
for the BuildBlockerQueueTaskDispatcher.  FINE logging is disabled by
default, so the Jenkins log will not be cluttered by those exception
messages unless an administrator specifically enables it.



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

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


[jenkinsci/badge-plugin] 09368e: Add configuration as code documentation (#154)

2024-05-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/badge-plugin
  Commit: 09368e2059da2978d8fa9fdc00504d226a97fbe4
  
https://github.com/jenkinsci/badge-plugin/commit/09368e2059da2978d8fa9fdc00504d226a97fbe4
  Author: Mark Waite 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Add configuration as code documentation (#154)



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

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


[jenkinsci/configuration-as-code-plugin] df55ce: Add JSR-305 dependency comment (#2493)

2024-05-17 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_master_826cf2c93e438e11e9a7fc0479c71d12103331eed6633a5604ad389619ebb800
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: df55cecea4c00b1d5dfa649e45a555e0ad4de9ac
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/df55cecea4c00b1d5dfa649e45a555e0ad4de9ac
  Author: Mark Waite 
  Date:   2024-05-17 (Fri, 17 May 2024)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Add JSR-305 dependency comment (#2493)



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

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


[jenkinsci/configuration-as-code-plugin] df55ce: Add JSR-305 dependency comment (#2493)

2024-05-17 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: df55cecea4c00b1d5dfa649e45a555e0ad4de9ac
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/df55cecea4c00b1d5dfa649e45a555e0ad4de9ac
  Author: Mark Waite 
  Date:   2024-05-17 (Fri, 17 May 2024)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Add JSR-305 dependency comment (#2493)



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

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


[jenkinsci/configuration-as-code-plugin] 78e3a7: Require Jenkins 2.426.3 or newer (#2490)

2024-05-16 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 78e3a7fd4358aa43e8d8b92c7cbe49436512c2d0
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/78e3a7fd4358aa43e8d8b92c7cbe49436512c2d0
  Author: Mark Waite 
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
M integrations/pom.xml
M plugin/pom.xml
M pom.xml
M test-harness/pom.xml

  Log Message:
  ---
  Require Jenkins 2.426.3 or newer (#2490)



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

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


[jenkins-infra/jenkins.io] eafb7d: Minor improvements to governance docs (#7304)

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

  Changed paths:
M content/project/governance.adoc

  Log Message:
  ---
  Minor improvements to governance docs (#7304)

Govenrnance meeting is only a video call, not an IRC meet as in the past.

Governance meeting is the same as the project meeting.  Remove the references 
to project meeting.

Link to community.jenkins.io and the GitHub repository and the YouTube playlist.



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

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


[jenkinsci/schedule-build-plugin]

2024-05-12 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/l10n_crowdin_action
  Home:   https://github.com/jenkinsci/schedule-build-plugin

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

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


[jenkinsci/badge-plugin] 04a122: Drop job from ci.jenkins.io

2024-05-11 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/1.9.x
  Home:   https://github.com/jenkinsci/badge-plugin
  Commit: 04a122fd54e7a731626edb8cdfac87afbe5c64ce
  
https://github.com/jenkinsci/badge-plugin/commit/04a122fd54e7a731626edb8cdfac87afbe5c64ce
  Author: Mark Waite 
  Date:   2024-05-11 (Sat, 11 May 2024)

  Changed paths:
R Jenkinsfile

  Log Message:
  ---
  Drop job from ci.jenkins.io



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

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


[jenkinsci/parameterized-trigger-plugin] fb41e9: Remove System V init instructions that no longer w...

2024-05-11 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin
  Commit: fb41e9f7c1778009fbb23ec3e1ea842b2cc5ef23
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/fb41e9f7c1778009fbb23ec3e1ea842b2cc5ef23
  Author: Mark Waite 
  Date:   2024-05-11 (Sat, 11 May 2024)

  Changed paths:
M CHANGELOG.md
M README.md
M 
src/main/resources/hudson/plugins/parameterizedtrigger/CounterBuildParameterFactory/help-validationFail.html
M 
src/main/resources/hudson/plugins/parameterizedtrigger/FileBuildParameterFactory/help-noFilesFoundAction.html
M 
src/main/resources/hudson/plugins/parameterizedtrigger/SubversionRevisionBuildParameters/config.jelly

  Log Message:
  ---
  Remove System V init instructions that no longer work (#383)

* Remove System V init instructions that no longer work

Use consistent headings and improve the phrasing a little.

* Use a more specific link

* Move property earlier in the line

* More phrasing fixes

* Fix README spelling error

* Fix changelog spelling errors

* Fix online help spelling errors

* Fix spelling error in form title



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


[jenkinsci/parameterized-trigger-plugin] 21009f: Remove branch from ci.jenkins.io

2024-05-11 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/2.43.x
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin
  Commit: 21009fb4eac4473143ec49cbe75c1b13045714c5
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/21009fb4eac4473143ec49cbe75c1b13045714c5
  Author: Mark Waite 
  Date:   2024-05-11 (Sat, 11 May 2024)

  Changed paths:
R Jenkinsfile

  Log Message:
  ---
  Remove branch from ci.jenkins.io

No need for CI on old branch



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parameterized-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/parameterized-trigger-plugin/push/refs/heads/2.43.x/a25976-21009f%40github.com.


[jenkinsci/parameterized-trigger-plugin] 29fa4f: Remove branch from ci.jenkins.io

2024-05-11 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/2.41.x
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin
  Commit: 29fa4fed3b6cb1464d13a4ca5fb3a9634458fe64
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/29fa4fed3b6cb1464d13a4ca5fb3a9634458fe64
  Author: Mark Waite 
  Date:   2024-05-11 (Sat, 11 May 2024)

  Changed paths:
R Jenkinsfile

  Log Message:
  ---
  Remove branch from ci.jenkins.io

No need for CI on old branch



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parameterized-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/parameterized-trigger-plugin/push/refs/heads/2.41.x/1b744d-29fa4f%40github.com.


[jenkinsci/parameterized-trigger-plugin] 7939ca: Remove branch from ci.jenkins.io

2024-05-11 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/2.40.x
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin
  Commit: 7939ca32968b6e034ba06cb266469825c585167c
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/7939ca32968b6e034ba06cb266469825c585167c
  Author: Mark Waite 
  Date:   2024-05-11 (Sat, 11 May 2024)

  Changed paths:
R Jenkinsfile

  Log Message:
  ---
  Remove branch from ci.jenkins.io

No need for CI on old branch



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parameterized-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/parameterized-trigger-plugin/push/refs/heads/2.40.x/439549-7939ca%40github.com.


[jenkinsci/parameterized-trigger-plugin]

2024-05-11 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/2.17-RC
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parameterized-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/parameterized-trigger-plugin/push/refs/heads/2.17-RC/2dccef-00%40github.com.


[jenkinsci/badge-plugin] 0f2074: Fix spelling error in README template (#138)

2024-05-11 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/badge-plugin
  Commit: 0f20746dedd21edec26e38cdc829ab02af53e637
  
https://github.com/jenkinsci/badge-plugin/commit/0f20746dedd21edec26e38cdc829ab02af53e637
  Author: Mark Waite 
  Date:   2024-05-11 (Sat, 11 May 2024)

  Changed paths:
M src/test/resources/readme/README.tmpl

  Log Message:
  ---
  Fix spelling error in README template (#138)



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

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


[jenkinsci/parameterized-trigger-plugin]

2024-05-10 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3041.ve87ce2cdf223
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/parameterized-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/parameterized-trigger-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-3041.ve87ce2cdf223/02ccf3-00%40github.com.


[jenkinsci/jenkins]

2024-05-10 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/eps1lon/actions-label-merge-conflict-3.0.1
  Home:   https://github.com/jenkinsci/jenkins

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

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


[jenkinsci/platformlabeler-plugin]

2024-05-10 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/9.3/almalinux-9.4-20240506
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/9.3/almalinux-9.4-20240506/7e71bd-00%40github.com.


[jenkinsci/platformlabeler-plugin] e40123: Document Oracle Linux and AlmaLinux 9.4

2024-05-10 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/9.3/almalinux-9.4-20240506
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: e401233e6bcaae1ddd149dc96587a633acd60f0b
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/e401233e6bcaae1ddd149dc96587a633acd60f0b
  Author: Mark Waite 
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Document Oracle Linux and AlmaLinux 9.4


  Commit: 7e71bdee316498394d0f66b14ba7d46bd7118cc8
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/7e71bdee316498394d0f66b14ba7d46bd7118cc8
  Author: Mark Waite 
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Document CentOS Stream 8 on aarch64


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/9411aed69def...7e71bdee3164

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/almalinux/9.3/almalinux-9.4-20240506/9411ae-7e71bd%40github.com.


[jenkinsci/ivy-plugin] 8ad77d: Minor docs update

2024-05-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ivy-plugin
  Commit: 8ad77dedf8fd20cfcc9dfd886c7a0f78f5de84aa
  
https://github.com/jenkinsci/ivy-plugin/commit/8ad77dedf8fd20cfcc9dfd886c7a0f78f5de84aa
  Author: Mark Waite 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Minor docs update

Remove Hudson reference

Remove reference to Ivy 2.4.0



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

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


[jenkinsci/ivy-plugin] 74943a: [maven-release-plugin] prepare for next developmen...

2024-05-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ivy-plugin
  Commit: 74943aee513cf4b854c6991bc8dd92eb9cfa4d44
  
https://github.com/jenkinsci/ivy-plugin/commit/74943aee513cf4b854c6991bc8dd92eb9cfa4d44
  Author: Mark Waite 
  Date:   2024-05-09 (Thu, 09 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/ivy-plugin/settings/notifications

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


[jenkinsci/ivy-plugin] 34e8b3: [maven-release-plugin] prepare release ivy-2.6

2024-05-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ivy-plugin
  Commit: 34e8b3f9c85ce44827bdc481524028e37f0e022f
  
https://github.com/jenkinsci/ivy-plugin/commit/34e8b3f9c85ce44827bdc481524028e37f0e022f
  Author: Mark Waite 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ivy-2.6



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

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


[jenkinsci/implied-labels-plugin] 4bd83c: Correct spelling of an internal variable (#199)

2024-05-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/implied-labels-plugin
  Commit: 4bd83cb16f8ca4d82383646263886b2e28e259e6
  
https://github.com/jenkinsci/implied-labels-plugin/commit/4bd83cb16f8ca4d82383646263886b2e28e259e6
  Author: Mark Waite 
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/impliedlabels/Config.java

  Log Message:
  ---
  Correct spelling of an internal variable (#199)



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

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


[jenkinsci/git-client-plugin] c21a41: Remove the outdated Priorities doc

2024-05-08 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: c21a41e1c8220c57e6608fc6be055929f0664a16
  
https://github.com/jenkinsci/git-client-plugin/commit/c21a41e1c8220c57e6608fc6be055929f0664a16
  Author: Mark Waite 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M CONTRIBUTING.adoc
R Priorities.adoc

  Log Message:
  ---
  Remove the outdated Priorities doc

Information is so outdated that it is less than helpful.



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

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


[jenkins-infra/jenkins.io]

2024-05-07 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/renovate/crate-ci-typos-1.x
  Home:   https://github.com/jenkins-infra/jenkins.io

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

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


[jenkinsci/lockable-resources-plugin] 57c613: Set injectedTestPackage to accomodate plugin packa...

2024-05-06 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.82
  Home:   https://github.com/jenkinsci/lockable-resources-plugin
  Commit: 57c613c0ab5147c1e21cb4b6de540cdc9be8b428
  
https://github.com/jenkinsci/lockable-resources-plugin/commit/57c613c0ab5147c1e21cb4b6de540cdc9be8b428
  Author: Mark Waite 
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Set injectedTestPackage to accomodate plugin package name

Tests pass with `mvn clean -Dtest=InjectedTest verify`



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

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


[jenkinsci/parameterized-trigger-plugin] 4d4076: Bump org.jenkins-ci.plugins:plugin from 4.75 to 4....

2024-05-05 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-promoted-builds-940.va_9b_59a_717a_b_1
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin
  Commit: 4d407650ff072ee5031bae43b79ca2c1a0c9294f
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/4d407650ff072ee5031bae43b79ca2c1a0c9294f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76 (#368)


  Commit: 8b80f674e54ce61bc6515586fac8e576f20044e9
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/8b80f674e54ce61bc6515586fac8e576f20044e9
  Author: Mark Waite 
  Date:   2023-12-16 (Sat, 16 Dec 2023)

  Changed paths:
M 
src/test/java/hudson/plugins/parameterizedtrigger/test/BuildInfoExporterTest.java

  Log Message:
  ---
  Narrow an import


  Commit: 2a3689b78d81a94953097aefff054889f344debf
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/2a3689b78d81a94953097aefff054889f344debf
  Author: SHIVAJEE <130691874+shivaje...@users.noreply.github.com>
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom (#369)


  Commit: 8c3ea29ac8b5b33286ee8e7f9df833d2f7d3ea3a
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/8c3ea29ac8b5b33286ee8e7f9df833d2f7d3ea3a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M pom.xml

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


  Commit: f8bfe018694cd8bce20898f9cc7ad6445ceb9036
  
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/f8bfe018694cd8bce20898f9cc7ad6445ceb9036
  Author: SHIVAJEE <130691874+shivaje...@users.noreply.github.com>
  Date:   2024-03-02 (Sat, 02 Mar 2024)

  Changed paths:
M CONTRIBUTING.md
M pom.xml
M 
src/main/java/hudson/plugins/parameterizedtrigger/AbstractBuildParameterFactory.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/AbstractBuildParameterFactoryDescriptor.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/AbstractBuildParameters.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/BinaryFileParameterFactory.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/BlockableBuildTriggerConfig.java
M src/main/java/hudson/plugins/parameterizedtrigger/BlockingBehaviour.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/BooleanParameterConfig.java
M src/main/java/hudson/plugins/parameterizedtrigger/BooleanParameters.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/BuildInfoExporterAction.java
M src/main/java/hudson/plugins/parameterizedtrigger/BuildTrigger.java
M src/main/java/hudson/plugins/parameterizedtrigger/BuildTriggerConfig.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/CapturedEnvironmentAction.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/CounterBuildParameterFactory.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/CurrentBuildParameters.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/DefaultParameterValuesActionsTransform.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/DifferentiatingAction.java
M src/main/java/hudson/plugins/parameterizedtrigger/DynamicBuildAction.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/DynamicProjectAction.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/FileBuildParameterFactory.java
M src/main/java/hudson/plugins/parameterizedtrigger/FileBuildParameters.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/FileBuildTriggerConfig.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/ITransformProjectParametersAction.java
M src/main/java/hudson/plugins/parameterizedtrigger/NodeAction.java
M src/main/java/hudson/plugins/parameterizedtrigger/NodeParameters.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/ParameterizedDependency.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/ParameterizedTriggerUtils.java
M src/main/java/hudson/plugins/parameterizedtrigger/Plugin.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/PredefinedBuildParameters.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/PredefinedPropertiesBuildTriggerConfig.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/ProjectSpecificParameterValuesActionTransform.java
M 
src/main/java/hudson/plugins/parameterizedtrigger/ProjectSpecificParametersActionFactory.java
M src/main/java/hudson/plugins/parameterizedtrigger/ResultCondition.java
M src/main/java/hudson/plugins/parameterizedtrigger/SubProjectData.java
M src/main/java/hudson/plugins/parameterizedtrigger/SubProjectsAction.java
M 

[jenkinsci/badge-plugin] aedaf2: Remove unused commons-validator dependency (#131)

2024-05-04 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/badge-plugin
  Commit: aedaf28a01b39e0424733f78d5991383002e7b86
  
https://github.com/jenkinsci/badge-plugin/commit/aedaf28a01b39e0424733f78d5991383002e7b86
  Author: Mark Waite 
  Date:   2024-05-04 (Sat, 04 May 2024)

  Changed paths:
M .github/dependabot.yml
M pom.xml

  Log Message:
  ---
  Remove unused commons-validator dependency (#131)

The commons-validator dependency was added in the 1.9.1 release as part
of 468a59527a9b906f1790486674b3b6475bf2f4a3, though there seems to have
been no references to validator classes in any history of the repository.
It was not includeed in the 1.9 release or any prior releases.

The commons-validator dependency was added to the master branch after the
1.9.1 release as part of 5ca8ab7a3b839c8db1af9ba485754eb81fd6a1e8. There
are no references to validator classes in the current source code.

Removing commons-validator reduces the plugin from over 1MB to less
than 60KB.  Comparisons are listed below:

-rw-rw-r--. 1 mwaite mwaite   54015 Oct 25  2021 ../badge-1.9.hpi
-rw-rw-r--. 1 mwaite mwaite 1135545 Jan 12  2022 ../badge-1.9.1.hpi
-rw-rw-r--. 1 mwaite mwaite   56150 May  4 07:35 target/badge.hpi



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

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


[jenkinsci/copyartifact-plugin]

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

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

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


[jenkinsci/jenkins] d96dcd: Resolve 2 checkstyle redundant public modifier war...

2024-04-29 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.16.0
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d96dcdb8613f7939acc6a97a5a2b4d3a36b4c249
  
https://github.com/jenkinsci/jenkins/commit/d96dcdb8613f7939acc6a97a5a2b4d3a36b4c249
  Author: Mark Waite 
  Date:   2024-04-29 (Mon, 29 Apr 2024)

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

  Log Message:
  ---
  Resolve 2 checkstyle redundant public modifier warnings



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

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


[jenkinsci/jenkins] 371e90: Bump org.springframework:spring-framework-bom from...

2024-04-28 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/stable-2.452
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 371e90d81467652c15e57e1ec9b1570857ae9912
  
https://github.com/jenkinsci/jenkins/commit/371e90d81467652c15e57e1ec9b1570857ae9912
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-28 (Sun, 28 Apr 2024)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  Bump org.springframework:spring-framework-bom from 5.3.33 to 5.3.34 (#9159)

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 2ba80e850c9deccc4dbb373f29d00ee9734f5074)


  Commit: 67b4a5cae521e1198fe93b81784048c3ff6065cd
  
https://github.com/jenkinsci/jenkins/commit/67b4a5cae521e1198fe93b81784048c3ff6065cd
  Author: Jesse Glick 
  Date:   2024-04-28 (Sun, 28 Apr 2024)

  Changed paths:
M core/src/main/java/hudson/slaves/JNLPLauncher.java
M test/src/test/java/hudson/slaves/JNLPLauncherTest.java

  Log Message:
  ---
  [JENKINS-73011] Round-trip `JNLPLauncher.tunnel` to `null` not `""` (#9170)

(cherry picked from commit 13dc52c476882bb924ddb0dee6f51127c9287cd1)


  Commit: cccd8b16495314cc37132f2f18ee9b3af7f5405d
  
https://github.com/jenkinsci/jenkins/commit/cccd8b16495314cc37132f2f18ee9b3af7f5405d
  Author: James Nord 
  Date:   2024-04-28 (Sun, 28 Apr 2024)

  Changed paths:
M core/src/main/java/hudson/ExtensionFinder.java
M core/src/main/java/jenkins/model/Jenkins.java

  Log Message:
  ---
  [JENKINS-72998] call refresh on the Extension providers again (#9157)

[JENKINS-58302] call refresh on the Extension providers again

In the case the ExtensionFinder is itself extensible we refresh it again
to catch extensions that would be discovered by a newly installed
extension.

This seems a little overzerlous, as there is only the variant plugin
that I know of, however calling `Jenkins.get().refreshExtensions() from
any point in the `variant` plugin would seem to be a little bit
dangerous as it would call back into a place where the reactor is
already calling back from.

(cherry picked from commit cb89cad9df70bc7f90f3e20160404909bf255cfc)


  Commit: 179ac7afe687e623d4323e800b1346f7e8a1ab7e
  
https://github.com/jenkinsci/jenkins/commit/179ac7afe687e623d4323e800b1346f7e8a1ab7e
  Author: Mark Waite 
  Date:   2024-04-28 (Sun, 28 Apr 2024)

  Changed paths:
M bom/pom.xml
M core/src/main/java/hudson/ExtensionFinder.java
M core/src/main/java/hudson/slaves/JNLPLauncher.java
M core/src/main/java/jenkins/model/Jenkins.java
M test/src/test/java/hudson/slaves/JNLPLauncherTest.java

  Log Message:
  ---
  Merge pull request #9204 from NotMyFault/backporting-2.452.1

Backporting for 2.452.1


Compare: 
https://github.com/jenkinsci/jenkins/compare/09fd701a35d6...179ac7afe687

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

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


[jenkinsci/jenkins] 148a20: Update dependency postcss-preset-env to v9.5.9 (#9...

2024-04-25 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 148a2033f049db0b30a741cf3edb6e53bff10fdc
  
https://github.com/jenkinsci/jenkins/commit/148a2033f049db0b30a741cf3edb6e53bff10fdc
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

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

  Log Message:
  ---
  Update dependency postcss-preset-env to v9.5.9 (#9193)

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


  Commit: f95badea162114cb5d2c8ed431c3dd15e6214a11
  
https://github.com/jenkinsci/jenkins/commit/f95badea162114cb5d2c8ed431c3dd15e6214a11
  Author: Jesse Glick 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

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

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


  Commit: feb804df1d08cd1b0f14742e52f33877713b5328
  
https://github.com/jenkinsci/jenkins/commit/feb804df1d08cd1b0f14742e52f33877713b5328
  Author: Mark Waite 
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
M core/src/main/java/hudson/model/queue/MappingWorksheet.java
M war/package.json
M war/yarn.lock

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5


Compare: 
https://github.com/jenkinsci/jenkins/compare/34d1c2ab3902...feb804df1d08

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/dependabot/maven/org.kohsuke.stapler-json-lib-2.4-jenkins-5/34d1c2-feb804%40github.com.


[jenkinsci/platformlabeler-plugin] 766f0c: Test with Amazon Linux 2023.4.20240416

2024-04-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 766f0c2985784e2b2342ea381c5c94f8bab921ad
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/766f0c2985784e2b2342ea381c5c94f8bab921ad
  Author: Mark Waite 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2023/os-release

  Log Message:
  ---
  Test with Amazon Linux 2023.4.20240416



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

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


[jenkinsci/packaging]

2024-04-21 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/renovate/lit-3.x
  Home:   https://github.com/jenkinsci/packaging

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

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


[jenkinsci/git-client-plugin] d6e997: Fix spelling errors in source files

2024-04-21 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: d6e997f248686cba785a9f920c012f9b0b00edbd
  
https://github.com/jenkinsci/git-client-plugin/commit/d6e997f248686cba785a9f920c012f9b0b00edbd
  Author: Mark Waite 
  Date:   2024-04-21 (Sun, 21 Apr 2024)

  Changed paths:
M src/main/java/hudson/plugins/git/IGitAPI.java
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/main/java/org/jenkinsci/plugins/gitclient/GitClient.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/GitURIRequirementsBuilder.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestUpdate.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/GitClientMaintenanceTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java

  Log Message:
  ---
  Fix spelling errors in source files



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

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


[jenkinsci/platformlabeler-plugin] 4922cd: Test with Amazon Linux 2023.4.20240401

2024-04-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 4922cdf7fef370aa5b528bc118009007865f8f32
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/4922cdf7fef370aa5b528bc118009007865f8f32
  Author: Mark Waite 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2023/os-release

  Log Message:
  ---
  Test with Amazon Linux 2023.4.20240401


  Commit: 95aff6f35680117d054b7c8632cf09a65c8c7705
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/95aff6f35680117d054b7c8632cf09a65c8c7705
  Author: Mark Waite 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/clearlinux/41270/Dockerfile
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/clearlinux/41270/os-release
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/clearlinux/41450/Dockerfile
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/clearlinux/41450/os-release

  Log Message:
  ---
  Test with Clear Linux 41450


  Commit: 00249c621f900aad98cf13c12593ad8acef1ea86
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/00249c621f900aad98cf13c12593ad8acef1ea86
  Author: Mark Waite 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20240329/Dockerfile
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20240329/os-release
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20240418/Dockerfile
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20240418/os-release

  Log Message:
  ---
  Test with openSUSE tumbleweed 20240418


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/1890bd6e9bf2...00249c621f90

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

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


[jenkinsci/platformlabeler-plugin]

2024-04-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/ubuntu-jammy-20240405
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/dependabot/docker/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/ubuntu-jammy-20240405/cc18a2-00%40github.com.


[jenkinsci/pre-scm-buildstep-plugin] 961c1e: Require Jenkins 2.426.3 or newer (#61)

2024-04-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pre-scm-buildstep-plugin
  Commit: 961c1ead73fec0fe6738fe104b7134e663f39a1a
  
https://github.com/jenkinsci/pre-scm-buildstep-plugin/commit/961c1ead73fec0fe6738fe104b7134e663f39a1a
  Author: Mark Waite 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Jenkins 2.426.3 or newer (#61)

As of 19 Apr 2024, 61% of the installations of the most recent release
(71.v1f2990a_37e27 - released a year ago) are using Jenkins 2.426.3
or newer.

Jenkins 2.426.3 is the first version with the fix for
https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3314, the
arbitrary file read vulnerability through the CLI can lead to RCE. It
is a very good choice as a minimum Jenkins version.

Jenkins 2.426.3 is one of the versions suggested by
https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/

Also removes a workaround for spotbugs version that is no longer required.



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

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


[jenkinsci/pollscm-plugin] 955a4d: Require Jenkins 2.426.3 or newer (#30)

2024-04-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pollscm-plugin
  Commit: 955a4daad9a766dc48097451dc128267a28c16ef
  
https://github.com/jenkinsci/pollscm-plugin/commit/955a4daad9a766dc48097451dc128267a28c16ef
  Author: Mark Waite 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Jenkins 2.426.3 or newer (#30)

As of 19 Apr 2024, 63% of the installations of the most recent release
(1.5 - released 9 months ago) are using Jenkins 2.426.3 or newer.

Jenkins 2.426.3 is the first version with the fix for
https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3314,
the arbitrary file read vulnerability through the CLI can lead to RCE.
It is a very good choice as a minimum Jenkins version.

Jenkins 2.426.3 is one of the versions suggested by
https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/

Also removes a workaround for spotbugs version that is no longer required.



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

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


[jenkinsci/testng-plugin-plugin] c369c6: Add tutorial video for the plugin (#285)

2024-04-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/testng-plugin-plugin
  Commit: c369c65eb5f6d66bd4354ec30f6b1f819ed85d3b
  
https://github.com/jenkinsci/testng-plugin-plugin/commit/c369c65eb5f6d66bd4354ec30f6b1f819ed85d3b
  Author: Mark Waite 
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M README.md
A images/plugin-tutorial-video.png

  Log Message:
  ---
  Add tutorial video for the plugin (#285)



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

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


[jenkins-infra/jenkins.io] a47c6b: Add comments for historical reference

2024-04-16 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.454
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a47c6bc6c9310868203519c66a2410a0b2641701
  
https://github.com/jenkins-infra/jenkins.io/commit/a47c6bc6c9310868203519c66a2410a0b2641701
  Author: Mark Waite 
  Date:   2024-04-16 (Tue, 16 Apr 2024)

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

  Log Message:
  ---
  Add comments for historical reference


  Commit: 958d71404ab10f961b0d3e5f12309dd49bcd6d13
  
https://github.com/jenkins-infra/jenkins.io/commit/958d71404ab10f961b0d3e5f12309dd49bcd6d13
  Author: Mark Waite 
  Date:   2024-04-16 (Tue, 16 Apr 2024)

  Changed paths:
M content/_data/changelogs/weekly.yml
M content/project/governance-meeting/index.adoc

  Log Message:
  ---
  Merge branch 'automated-weekly-changelog/2.454' of 
https://github.com/jenkins-infra/jenkins.io into 
automated-weekly-changelog/2.454


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/4df9203d5dc0...958d71404ab1

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

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


[jenkins-infra/jenkins.io] 09616c: Simplify the governance meeting page (#7252)

2024-04-16 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 09616c4e0da19125480ea53dbde1777d15298ce8
  
https://github.com/jenkins-infra/jenkins.io/commit/09616c4e0da19125480ea53dbde1777d15298ce8
  Author: Mark Waite 
  Date:   2024-04-16 (Tue, 16 Apr 2024)

  Changed paths:
M content/project/governance-meeting/index.adoc

  Log Message:
  ---
  Simplify the governance meeting page (#7252)

Remove the links to older information that is now included in the GitHub
repository that includes the governance meeting archive.



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

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


[jenkins-infra/jenkins.io] 072a76: Remove date dependent phrase from governance agend...

2024-04-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 072a76601d7a27b487fbe88e533eb779e61d21ab
  
https://github.com/jenkins-infra/jenkins.io/commit/072a76601d7a27b487fbe88e533eb779e61d21ab
  Author: Mark Waite 
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M content/project/governance-meeting/index.adoc

  Log Message:
  ---
  Remove date dependent phrase from governance agenda link (#7246)

* Remove date dependent phrase from governance agenda link

Readers that need the archived copies of the agenda should not look
for them in HackMD.  We use HackMD as a real-time editing facility for
markdown of the upcoming meeting.  During the meeting, we use it to take
notes for the current meeting.  After the meeting, the notes are copied
to the archive locations.

* incoming -> upcoming

The governance meeting is approaching as a date, not as an object in flight



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

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


[jenkins-infra/jenkins.io] a4815d: Use same Jenkins version in sample diff as in body...

2024-04-14 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a4815d96ad88c555d3fbb95c38a1da28f0b5000c
  
https://github.com/jenkins-infra/jenkins.io/commit/a4815d96ad88c555d3fbb95c38a1da28f0b5000c
  Author: Mark Waite 
  Date:   2024-04-14 (Sun, 14 Apr 2024)

  Changed paths:
M content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc

  Log Message:
  ---
  Use same Jenkins version in sample diff as in body text (#7249)

The Jenkins version is maintained by the updatecli scripts but this diff
seems to have become outdated.  Make it match the text in the body of
the document.



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

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


[jenkinsci/acceptance-test-harness] 8189ea: Use Jenkins 2.440.2 as LTS version (#1511)

2024-04-12 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 8189ea9eb9b2525dab9d3ffd249fae38fec39b9c
  
https://github.com/jenkinsci/acceptance-test-harness/commit/8189ea9eb9b2525dab9d3ffd249fae38fec39b9c
  Author: Mark Waite 
  Date:   2024-04-12 (Fri, 12 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use Jenkins 2.440.2 as LTS version (#1511)

Unclear why we missed 2.440.1 as LTS



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

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


[jenkins-infra/jenkins.io] f09d2e: Link to governance meeting GitHub repository (#7241)

2024-04-11 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f09d2ebf9a993d5424029ad056f3818f70e6000f
  
https://github.com/jenkins-infra/jenkins.io/commit/f09d2ebf9a993d5424029ad056f3818f70e6000f
  Author: Mark Waite 
  Date:   2024-04-11 (Thu, 11 Apr 2024)

  Changed paths:
M content/project/governance-meeting/index.adoc

  Log Message:
  ---
  Link to governance meeting GitHub repository (#7241)



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

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


  1   2   3   4   5   6   7   8   9   10   >