[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.j

[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.


[jenkinsci/platformlabeler-plugin] 24c2d0: Check Debian weekly

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

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Check Debian weekly



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/2190c3-24c2d0%40github.com.


[jenkinsci/platformlabeler-plugin] 42ea1a: Check Rocky Linux 9 monthly

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

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Check Rocky Linux 9 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/52cc54-42ea1a%40github.com.


[jenkinsci/run-condition-plugin] 764607: Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78

2024-04-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/gounthar-patch-1
  Home:   https://github.com/jenkinsci/run-condition-plugin
  Commit: 764607cf200b58b15d41fafef2874395a8de051a
  
https://github.com/jenkinsci/run-condition-plugin/commit/764607cf200b58b15d41fafef2874395a8de051a
  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

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

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

Signed-off-by: dependabot[bot] 


  Commit: c4a1de4da07a849b659d70cbf1b17c4a83720eee
  
https://github.com/jenkinsci/run-condition-plugin/commit/c4a1de4da07a849b659d70cbf1b17c4a83720eee
  Author: Bruno Verachten 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M pom.xml

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

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


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

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

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

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

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

Signed-off-by: dependabot[bot] 


  Commit: 950f66bd5824f6cc6785c7645c9861c95749d71d
  
https://github.com/jenkinsci/run-condition-plugin/commit/950f66bd5824f6cc6785c7645c9861c95749d71d
  Author: Bruno Verachten 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

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

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

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


  Commit: 622f2d61b77297d428e7bec68a35571c2ffbcb46
  
https://github.com/jenkinsci/run-condition-plugin/commit/622f2d61b77297d428e7bec68a35571c2ffbcb46
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M pom.xml

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


  Commit: 5cb4189b8ad3254c2e06a25b22d7f1aa1e53b80c
  
https://github.com/jenkinsci/run-condition-plugin/commit/5cb4189b8ad3254c2e06a25b22d7f1aa1e53b80c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M pom.xml

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


  Commit: 7af15fb3cfebe968101927cca410a71de8e1b652
  
https://github.com/jenkinsci/run-condition-plugin/commit/7af15fb3cfebe968101927cca410a71de8e1b652
  Author: Mark Waite 
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M .github/workflows/changelog.yml
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into gounthar-patch-1


Compare: 
https://github.com/jenkinsci/run-condition-plugin/compare/8b8ae89d0542...7af15fb3cfeb

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

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


[jenkinsci/email-ext-recipients-column-plugin]

2024-04-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81
  Home:   https://github.com/jenkinsci/email-ext-recipients-column-plugin

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

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


[jenkinsci/docker-plugin]

2024-04-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/junixsocket.version-2.9.1
  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/heads/dependabot/maven/junixsocket.version-2.9.1/9300c8-00%40github.com.


[jenkinsci/basic-branch-build-strategies-plugin] 8425df: Bump org.jenkins-ci.plugins:plugin from 4.80 to 4....

2024-04-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.426.x-2961.v1f472390972e
  Home:   https://github.com/jenkinsci/basic-branch-build-strategies-plugin
  Commit: 8425df64587e2275ac83bc82c9d31f98de65d0cf
  
https://github.com/jenkinsci/basic-branch-build-strategies-plugin/commit/8425df64587e2275ac83bc82c9d31f98de65d0cf
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M pom.xml

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


  Commit: f6244b9907695fa756032aaddbf94a258a2585ba
  
https://github.com/jenkinsci/basic-branch-build-strategies-plugin/commit/f6244b9907695fa756032aaddbf94a258a2585ba
  Author: Mark Waite 
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/basic-branch-build-strategies-plugin/compare/036b3bea5c11...f6244b990769

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-2961.v1f472390972e/036b3b-f6244b%40github.com.


[jenkinsci/git-client-plugin] 64bc14: Remove dependencies PR auto-labeling

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

  Changed paths:
M .github/labeler.yml

  Log Message:
  ---
  Remove dependencies PR auto-labeling

The dependency label affects the plugin health score.
When a pull request needs to change pom.xml, it should
not be automatically labeled as a dependency change.
Many changes to pom.xml are not related to dependencies.



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/cfff2e-64bc14%40github.com.


[jenkins-infra/jenkins.io] ee129d: Update the plugin bill of materials versions to 29...

2024-04-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.453
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: ee129d11ac78f3e7de0bf97a85a2234d514454d5
  
https://github.com/jenkins-infra/jenkins.io/commit/ee129d11ac78f3e7de0bf97a85a2234d514454d5
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
M content/doc/developer/plugin-development/dependency-management.adoc
M content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc
M content/doc/developer/tutorial-improve/use-plugin-bill-of-materials.adoc

  Log Message:
  ---
  Update the plugin bill of materials versions to 2961.v1f472390972e in various 
parts of the documentation (#7237)

* chore: Bump Jenkins minimum BOM artifact version in the "improve a pl...

... ugin tutorial"

Made with ❤️️ by updatecli

* chore: Bump Jenkins minimum BOM artifact version in the "dependency m...

... anagement" page

Made with ❤️️ by updatecli

* chore: Bump Jenkins minimum BOM artifact version in the "plugin-bill-...

... of-materials" page

Made with ❤️️ by updatecli

-

Co-authored-by: GitHub Actions 
<41898282+github-actions[bot]@users.noreply.github.com>


  Commit: 95a37e61e9836125497669159dab7ae0cdf35583
  
https://github.com/jenkins-infra/jenkins.io/commit/95a37e61e9836125497669159dab7ae0cdf35583
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
M content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc

  Log Message:
  ---
  Update Jenkins LTS versions to 2.440.2 in various parts of the documentation 
(#7238)

* chore: Bump Jenkins oldest stable supported version in the "Choosing ...

... a version" page

Made with ❤️️ by updatecli

* chore: Bump Jenkins oldest stable supported version in the "Choosing ...

... a version" page

Made with ❤️️ by updatecli

-

Co-authored-by: GitHub Actions 
<41898282+github-actions[bot]@users.noreply.github.com>


  Commit: d83fff3613e99391668a8c8ab9bbce97414d688f
  
https://github.com/jenkins-infra/jenkins.io/commit/d83fff3613e99391668a8c8ab9bbce97414d688f
  Author: Basil Crow 
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
M content/doc/developer/publishing/releasing-cd.adoc

  Log Message:
  ---
  Docs changes for jenkins-infra/repository-permissions-updater#3879 (#7236)


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

  Changed paths:
M content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc
M content/doc/developer/plugin-development/dependency-management.adoc
M content/doc/developer/publishing/releasing-cd.adoc
M content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc
M content/doc/developer/tutorial-improve/use-plugin-bill-of-materials.adoc

  Log Message:
  ---
  Merge branch 'master' into automated-weekly-changelog/2.453


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

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

  Log Message:
  ---
  Correct build date

Includes text improvement as well


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/9ecd68cd0e98...b21274bfc590

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.453/9ecd68-b21274%40github.com.


[jenkinsci/elastic-axis-plugin]

2024-04-08 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/crowdin/github-action-1.20.2
  Home:   https://github.com/jenkinsci/elastic-axis-plugin

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/dependabot/github_actions/crowdin/github-action-1.20.2/81da11-00%40github.com.


[jenkinsci/jenkins] 6b04e0: Update dependency stylelint to v16.3.1 (#9101)

2024-03-29 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.plugins-design-library-286.v6643a_81e02b_8
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6b04e082061a3bcaa996c22106d4b20816ee34d3
  
https://github.com/jenkinsci/jenkins/commit/6b04e082061a3bcaa996c22106d4b20816ee34d3
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-03-29 (Fri, 29 Mar 2024)

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

  Log Message:
  ---
  Update dependency stylelint to v16.3.1 (#9101)

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


  Commit: c674a8cc9fc6bd5af3bd180c173658f39179aa0c
  
https://github.com/jenkinsci/jenkins/commit/c674a8cc9fc6bd5af3bd180c173658f39179aa0c
  Author: Mark Waite 
  Date:   2024-03-29 (Fri, 29 Mar 2024)

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

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/io.jenkins.plugins-design-library-286.v6643a_81e02b_8


  Commit: 0b153ee7005734b55f7e1956352d919afc9c278c
  
https://github.com/jenkinsci/jenkins/commit/0b153ee7005734b55f7e1956352d919afc9c278c
  Author: Mark Waite 
  Date:   2024-03-29 (Fri, 29 Mar 2024)

  Changed paths:
M test/pom.xml
M test/src/test/java/org/jenkins/ui/symbol/SymbolJenkinsTest.java

  Log Message:
  ---
  Copy two design-library dependencies for test


Compare: 
https://github.com/jenkinsci/jenkins/compare/f09beab93f17...0b153ee70057

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

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


[jenkinsci/jenkins] b60c3a: Remove usage of `org.apache.commons.lang.Validate`...

2024-03-29 Thread 'Mark Waite' via Jenkins Commits
l/View/People/index_pt_BR.properties
R core/src/main/resources/hudson/model/View/People/index_pt_PT.properties
R core/src/main/resources/hudson/model/View/People/index_ro.properties
R core/src/main/resources/hudson/model/View/People/index_ru.properties
R core/src/main/resources/hudson/model/View/People/index_sl.properties
R core/src/main/resources/hudson/model/View/People/index_sr.properties
R core/src/main/resources/hudson/model/View/People/index_tr.properties
R core/src/main/resources/hudson/model/View/People/index_uk.properties
R core/src/main/resources/hudson/model/View/People/index_zh_TW.properties
M core/src/main/resources/hudson/model/View/sidepanel.jelly
A core/src/main/resources/jenkins/model/PeopleRedirect/index.jelly
A core/src/main/resources/jenkins/model/PeopleRedirect/index.properties
R test/src/test/java/hudson/model/AsynchPeopleTest.java
M test/src/test/java/jenkins/security/stapler/GetterMethodFilterTest.java
M test/src/test/java/jenkins/security/stapler/Security400Test.java

  Log Message:
  ---
  [JENKINS-18884] Remove 'People' view (#9060)

* [JENKINS-18884] Remove 'People' view

* Add placeholder pages when someone tries to access removed URLs

* Remove obsolete UserInfo class, inapplicable tests

* Restore test with a different core-contributed object

It's not entirely clear what this test signifies, given the
existence of `testTopLevelItemIsLegal`, but whatever.

* Remove probably unnecessary code

-

Co-authored-by: Daniel Beck 


  Commit: 9f07e1dd9c8b3cb9b64fbbe9cd06f9689e9d324a
  
https://github.com/jenkinsci/jenkins/commit/9f07e1dd9c8b3cb9b64fbbe9cd06f9689e9d324a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M test/pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.main:jenkins-test-harness from 2174.v111a_b_471784f to 
2182.v0138ccb_c0b_cb_ (#9096)

Bump org.jenkins-ci.main:jenkins-test-harness

Bumps 
[org.jenkins-ci.main:jenkins-test-harness](https://github.com/jenkinsci/jenkins-test-harness)
 from 2174.v111a_b_471784f to 2182.v0138ccb_c0b_cb_.
- [Release notes](https://github.com/jenkinsci/jenkins-test-harness/releases)
- 
[Changelog](https://github.com/jenkinsci/jenkins-test-harness/blob/master/docs/CHANGELOG-OLD.md)
- [Commits](https://github.com/jenkinsci/jenkins-test-harness/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:jenkins-test-harness
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


  Commit: d49528847b8d510c27c7054f166afb8c2f86da8f
  
https://github.com/jenkinsci/jenkins/commit/d49528847b8d510c27c7054f166afb8c2f86da8f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M test/pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:junit from 1259.v65ffcef24a_88 to 
1265.v65b_14fa_f12f0 (#9098)

Bump org.jenkins-ci.plugins:junit

Bumps [org.jenkins-ci.plugins:junit](https://github.com/jenkinsci/junit-plugin) 
from 1259.v65ffcef24a_88 to 1265.v65b_14fa_f12f0.
- [Release notes](https://github.com/jenkinsci/junit-plugin/releases)
- [Commits](https://github.com/jenkinsci/junit-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


  Commit: 5e6387ad3a244b928d27f56e873b0a55ad30c07e
  
https://github.com/jenkinsci/jenkins/commit/5e6387ad3a244b928d27f56e873b0a55ad30c07e
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M cli/pom.xml

  Log Message:
  ---
  Bump Mina to 2.12.1 in the CLI (#9089)

Bump Mina to 2.12.1

Co-authored-by: Daniel Beck 
Co-authored-by: Mark Waite 


  Commit: 63767b4aba99f7a2ce7b81e980662f87fe2d9d58
  
https://github.com/jenkinsci/jenkins/commit/63767b4aba99f7a2ce7b81e980662f87fe2d9d58
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Bump io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core from 
2.11.0-86.v836f585d47fa_ to 2.12.1-101.v85b_e08b_780dd (#9093)

* Bump io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core

Bumps 
[io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core](https://github.com/jenkinsci/mina-sshd-api-plugin)
 from 2.11.0-86.v836f585d47fa_ to 2.12.1-101.v85b_e08b_780dd.
- [Release notes](https://github.com/jenkinsci/mina-sshd-api-plugin/releases)
- [Commits](https://github.com/jenkinsci/mina-sshd-api-plugin/commits)

---
updated-dependencies:
- dep

[jenkinsci/jenkins]

2024-03-28 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-test-harness-2182.v0138ccb_c0b_cb_
  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/maven/org.jenkins-ci.main-jenkins-test-harness-2182.v0138ccb_c0b_cb_/e0a7a4-00%40github.com.


[jenkinsci/jenkins] 5a8eaa: Bump io.jenkins.plugins.mina-sshd-api:mina-sshd-ap...

2024-03-28 Thread 'Mark Waite' via Jenkins Commits
/View/People/index_de.properties
R core/src/main/resources/hudson/model/View/People/index_es.properties
R core/src/main/resources/hudson/model/View/People/index_es_AR.properties
R core/src/main/resources/hudson/model/View/People/index_et.properties
R core/src/main/resources/hudson/model/View/People/index_fr.properties
R core/src/main/resources/hudson/model/View/People/index_he.properties
R core/src/main/resources/hudson/model/View/People/index_hu.properties
R core/src/main/resources/hudson/model/View/People/index_it.properties
R core/src/main/resources/hudson/model/View/People/index_ja.properties
R core/src/main/resources/hudson/model/View/People/index_lt.properties
R core/src/main/resources/hudson/model/View/People/index_nb_NO.properties
R core/src/main/resources/hudson/model/View/People/index_nl.properties
R core/src/main/resources/hudson/model/View/People/index_pl.properties
R core/src/main/resources/hudson/model/View/People/index_pt_BR.properties
R core/src/main/resources/hudson/model/View/People/index_pt_PT.properties
R core/src/main/resources/hudson/model/View/People/index_ro.properties
R core/src/main/resources/hudson/model/View/People/index_ru.properties
R core/src/main/resources/hudson/model/View/People/index_sl.properties
R core/src/main/resources/hudson/model/View/People/index_sr.properties
R core/src/main/resources/hudson/model/View/People/index_tr.properties
R core/src/main/resources/hudson/model/View/People/index_uk.properties
R core/src/main/resources/hudson/model/View/People/index_zh_TW.properties
M core/src/main/resources/hudson/model/View/sidepanel.jelly
A core/src/main/resources/jenkins/model/PeopleRedirect/index.jelly
A core/src/main/resources/jenkins/model/PeopleRedirect/index.properties
R test/src/test/java/hudson/model/AsynchPeopleTest.java
M test/src/test/java/jenkins/security/stapler/GetterMethodFilterTest.java
M test/src/test/java/jenkins/security/stapler/Security400Test.java

  Log Message:
  ---
  [JENKINS-18884] Remove 'People' view (#9060)

* [JENKINS-18884] Remove 'People' view

* Add placeholder pages when someone tries to access removed URLs

* Remove obsolete UserInfo class, inapplicable tests

* Restore test with a different core-contributed object

It's not entirely clear what this test signifies, given the
existence of `testTopLevelItemIsLegal`, but whatever.

* Remove probably unnecessary code

-

Co-authored-by: Daniel Beck 


  Commit: f8b4430efc1e68edb44e8d4b851328cf1d65729a
  
https://github.com/jenkinsci/jenkins/commit/f8b4430efc1e68edb44e8d4b851328cf1d65729a
  Author: Mark Waite 
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Merge commit '5a8eaaac69' into 
dependabot/maven/io.jenkins.plugins.mina-sshd-api-mina-sshd-api-core-2.12.1-101.v85b_e08b_780dd


  Commit: 648950e81cd541567c6eb97a1904b9e91c7a
  
https://github.com/jenkinsci/jenkins/commit/648950e81cd541567c6eb97a1904b9e91c7a
  Author: Mark Waite 
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M core/src/main/java/hudson/model/View.java
M core/src/main/java/hudson/slaves/Cloud.java
M core/src/main/java/jenkins/model/Jenkins.java
A core/src/main/java/jenkins/model/PeopleRedirect.java
M core/src/main/resources/hudson/model/User/sidepanel.jelly
R core/src/main/resources/hudson/model/View/AsynchPeople/index.jelly
R core/src/main/resources/hudson/model/View/AsynchPeople/index.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_bg.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ca.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_cs.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_da.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_de.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_el.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_es.properties
R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_es_AR.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_et.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_fi.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_fr.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_hu.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_it.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ja.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ko.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_lt.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_lv.properties
R 
core/src/main/resources/hudson/model/View/

[jenkinsci/jenkins] dcd50b: Bump io.jenkins.plugins.mina-sshd-api:mina-sshd-ap...

2024-03-28 Thread 'Mark Waite' via Jenkins Commits
e.properties
R core/src/main/resources/hudson/model/View/People/index_es.properties
R core/src/main/resources/hudson/model/View/People/index_es_AR.properties
R core/src/main/resources/hudson/model/View/People/index_et.properties
R core/src/main/resources/hudson/model/View/People/index_fr.properties
R core/src/main/resources/hudson/model/View/People/index_he.properties
R core/src/main/resources/hudson/model/View/People/index_hu.properties
R core/src/main/resources/hudson/model/View/People/index_it.properties
R core/src/main/resources/hudson/model/View/People/index_ja.properties
R core/src/main/resources/hudson/model/View/People/index_lt.properties
R core/src/main/resources/hudson/model/View/People/index_nb_NO.properties
R core/src/main/resources/hudson/model/View/People/index_nl.properties
R core/src/main/resources/hudson/model/View/People/index_pl.properties
R core/src/main/resources/hudson/model/View/People/index_pt_BR.properties
R core/src/main/resources/hudson/model/View/People/index_pt_PT.properties
R core/src/main/resources/hudson/model/View/People/index_ro.properties
R core/src/main/resources/hudson/model/View/People/index_ru.properties
R core/src/main/resources/hudson/model/View/People/index_sl.properties
R core/src/main/resources/hudson/model/View/People/index_sr.properties
R core/src/main/resources/hudson/model/View/People/index_tr.properties
R core/src/main/resources/hudson/model/View/People/index_uk.properties
R core/src/main/resources/hudson/model/View/People/index_zh_TW.properties
M core/src/main/resources/hudson/model/View/sidepanel.jelly
A core/src/main/resources/jenkins/model/PeopleRedirect/index.jelly
A core/src/main/resources/jenkins/model/PeopleRedirect/index.properties
R test/src/test/java/hudson/model/AsynchPeopleTest.java
M test/src/test/java/jenkins/security/stapler/GetterMethodFilterTest.java
M test/src/test/java/jenkins/security/stapler/Security400Test.java

  Log Message:
  ---
  [JENKINS-18884] Remove 'People' view (#9060)

* [JENKINS-18884] Remove 'People' view

* Add placeholder pages when someone tries to access removed URLs

* Remove obsolete UserInfo class, inapplicable tests

* Restore test with a different core-contributed object

It's not entirely clear what this test signifies, given the
existence of `testTopLevelItemIsLegal`, but whatever.

* Remove probably unnecessary code

-

Co-authored-by: Daniel Beck 


  Commit: 6755aadd43d3f2cb214769cc96fdb6bfb3659162
  
https://github.com/jenkinsci/jenkins/commit/6755aadd43d3f2cb214769cc96fdb6bfb3659162
  Author: Mark Waite 
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Merge branch 
'dependabot/maven/io.jenkins.plugins.mina-sshd-api-mina-sshd-api-core-2.12.1-101.v85b_e08b_780dd'
 into 
dependabot/maven/io.jenkins.plugins.mina-sshd-api-mina-sshd-api-common-2.12.1-101.v85b_e08b_780dd


  Commit: e050f83c1054ca45c79e1e3a3b7280cb0b28bce5
  
https://github.com/jenkinsci/jenkins/commit/e050f83c1054ca45c79e1e3a3b7280cb0b28bce5
  Author: Mark Waite 
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M core/src/main/java/hudson/model/View.java
M core/src/main/java/hudson/slaves/Cloud.java
M core/src/main/java/jenkins/model/Jenkins.java
A core/src/main/java/jenkins/model/PeopleRedirect.java
M core/src/main/resources/hudson/model/User/sidepanel.jelly
R core/src/main/resources/hudson/model/View/AsynchPeople/index.jelly
R core/src/main/resources/hudson/model/View/AsynchPeople/index.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_bg.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ca.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_cs.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_da.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_de.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_el.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_es.properties
R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_es_AR.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_et.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_fi.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_fr.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_hu.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_it.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ja.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ko.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_lt.properties
R core/src/main/resources/hudson/model/View/

[jenkinsci/jenkins] e914bb: Fill in since todos (#9077)

2024-03-27 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-step-api-657.v03b_e8115821b_
  Home:   https://github.com/jenkinsci/jenkins
  Commit: e914bb6d763c0425965b0c2f7a0b93f213bd00b3
  
https://github.com/jenkinsci/jenkins/commit/e914bb6d763c0425965b0c2f7a0b93f213bd00b3
  Author: Alexander Brandes 
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
M cli/src/main/java/hudson/cli/CLIConnectionFactory.java
M core/src/main/java/hudson/lifecycle/Lifecycle.java
M core/src/main/java/hudson/model/ItemGroup.java
M core/src/main/java/hudson/model/RunMap.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/hudson/security/AbstractPasswordBasedSecurityRealm.java
M core/src/main/java/hudson/util/io/ArchiverFactory.java
M core/src/main/java/jenkins/websocket/WebSockets.java
M core/src/main/resources/lib/layout/badge.jelly
M core/src/main/resources/lib/layout/copyButton.jelly

  Log Message:
  ---
  Fill in since todos (#9077)

Signed-off-by: Alexander Brandes 


  Commit: 3309fa7d817f53faf2e2570a0a0758083354ff4d
  
https://github.com/jenkinsci/jenkins/commit/3309fa7d817f53faf2e2570a0a0758083354ff4d
  Author: Mark Waite 
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
M cli/src/main/java/hudson/cli/CLIConnectionFactory.java
M core/src/main/java/hudson/lifecycle/Lifecycle.java
M core/src/main/java/hudson/model/ItemGroup.java
M core/src/main/java/hudson/model/RunMap.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/hudson/security/AbstractPasswordBasedSecurityRealm.java
M core/src/main/java/hudson/util/io/ArchiverFactory.java
M core/src/main/java/jenkins/websocket/WebSockets.java
M core/src/main/resources/lib/layout/badge.jelly
M core/src/main/resources/lib/layout/copyButton.jelly

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-step-api-657.v03b_e8115821b_


Compare: 
https://github.com/jenkinsci/jenkins/compare/966ced8059c6...3309fa7d817f

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.jenkins-ci.plugins.workflow-workflow-step-api-657.v03b_e8115821b_/966ced-3309fa%40github.com.


[jenkinsci/badge-plugin] 15660f: Check dependencies monthly

2024-03-26 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/badge-plugin
  Commit: 15660f8da8fd8bbab79480f7aaedabb457d05ad1
  
https://github.com/jenkinsci/badge-plugin/commit/15660f8da8fd8bbab79480f7aaedabb457d05ad1
  Author: Mark Waite 
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Check dependencies monthly



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/e0e120-15660f%40github.com.


[jenkinsci/artifactdeployer-plugin] 5483a0: Check for updates weekly

2024-03-26 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifactdeployer-plugin
  Commit: 5483a04ca894f907a1ef122ac36ff5cbb8df036f
  
https://github.com/jenkinsci/artifactdeployer-plugin/commit/5483a04ca894f907a1ef122ac36ff5cbb8df036f
  Author: Mark Waite 
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Check for updates weekly



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

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


[jenkinsci/badge-plugin] e0e120: Check for updates weekly

2024-03-26 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/badge-plugin
  Commit: e0e1206f9ef0f3f7656fda9c7d7a4784bffe06b8
  
https://github.com/jenkinsci/badge-plugin/commit/e0e1206f9ef0f3f7656fda9c7d7a4784bffe06b8
  Author: Mark Waite 
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Check for updates weekly



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/ef24f7-e0e120%40github.com.


[jenkinsci/jenkins]

2024-03-26 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/commons-logging-commons-logging-1.3.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/maven/commons-logging-commons-logging-1.3.1/eee155-00%40github.com.


[jenkinsci/jenkins] 4ce021: Update babel monorepo to v7.24.3 (#9064)

2024-03-25 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-support-881.v7663695646cf
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4ce021a974dd947d6ba641846e16c9128ae99291
  
https://github.com/jenkinsci/jenkins/commit/4ce021a974dd947d6ba641846e16c9128ae99291
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-03-23 (Sat, 23 Mar 2024)

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

  Log Message:
  ---
  Update babel monorepo to v7.24.3 (#9064)

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


  Commit: 5cec09d7edc74b40a58c6ded83e86e18241be3a0
  
https://github.com/jenkinsci/jenkins/commit/5cec09d7edc74b40a58c6ded83e86e18241be3a0
  Author: Jesse Glick 
  Date:   2024-03-24 (Sun, 24 Mar 2024)

  Changed paths:
M core/src/main/java/hudson/model/RunMap.java
M core/src/main/java/hudson/model/ViewJob.java
M core/src/main/java/hudson/model/listeners/RunListener.java
M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
M core/src/main/java/jenkins/model/lazy/LazyBuildMixIn.java
M core/src/test/java/jenkins/model/lazy/FakeMap.java

  Log Message:
  ---
  `RunListener.allowLoad` + `AbstractLazyLoadRunMap.recognizeNumber` (#9050)


  Commit: c3e3a4a6e120738fedc4a06532b0238d0aecc930
  
https://github.com/jenkinsci/jenkins/commit/c3e3a4a6e120738fedc4a06532b0238d0aecc930
  Author: Jesse Glick 
  Date:   2024-03-24 (Sun, 24 Mar 2024)

  Changed paths:
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/jenkins/model/Nodes.java

  Log Message:
  ---
  Follow-up fixes to `Nodes` refactoring (#9053)


  Commit: 81c698cbbd89f17ef7ffb325b99148badeb712d0
  
https://github.com/jenkinsci/jenkins/commit/81c698cbbd89f17ef7ffb325b99148badeb712d0
  Author: Stefan Spieker 
  Date:   2024-03-24 (Sun, 24 Mar 2024)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Removed unneeded exclusions of core dependency in `war` (#9063)

removed unneeded exclusions


  Commit: b1e7e981079e1a5e19c8a86a25f6d3e17cf91904
  
https://github.com/jenkinsci/jenkins/commit/b1e7e981079e1a5e19c8a86a25f6d3e17cf91904
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-03-24 (Sun, 24 Mar 2024)

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

  Log Message:
  ---
  Update dependency webpack to v5.91.0 (#9065)

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


  Commit: 0734c2e249ee1a90f9ca1703c6db45d6b43ca29b
  
https://github.com/jenkinsci/jenkins/commit/0734c2e249ee1a90f9ca1703c6db45d6b43ca29b
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-03-24 (Sun, 24 Mar 2024)

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

  Log Message:
  ---
  Update dependency postcss to v8.4.38 (#9068)

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


  Commit: 85ce62cd78293a134569c21c875380d65bdf357c
  
https://github.com/jenkinsci/jenkins/commit/85ce62cd78293a134569c21c875380d65bdf357c
  Author: Mark Waite 
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/model/RunMap.java
M core/src/main/java/hudson/model/ViewJob.java
M core/src/main/java/hudson/model/listeners/RunListener.java
M core/src/main/java/jenkins/model/Nodes.java
M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
M core/src/main/java/jenkins/model/lazy/LazyBuildMixIn.java
M core/src/test/java/jenkins/model/lazy/FakeMap.java
M war/package.json
M war/pom.xml
M war/yarn.lock

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-support-881.v7663695646cf


Compare: 
https://github.com/jenkinsci/jenkins/compare/8f3d92cdced4...85ce62cd7829

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.jenkins-ci.plugins.workflow-workflow-support-881.v7663695646cf/8f3d92-85ce62%40github.com.


[jenkinsci/jenkins] f73094: Minor improvements to readability within tests (#9...

2024-03-25 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-support-881.v7663695646cf
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f73094b5198fd43c3ffaa8c7ac715de55b26e271
  
https://github.com/jenkinsci/jenkins/commit/f73094b5198fd43c3ffaa8c7ac715de55b26e271
  Author: Stefan Spieker 
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M test/src/test/java/hudson/model/AbstractProjectTest.java
M test/src/test/java/hudson/model/ViewTest.java
M test/src/test/java/jenkins/model/JenkinsReloadConfigurationTest.java
M test/src/test/java/jenkins/telemetry/TelemetryTest.java

  Log Message:
  ---
  Minor improvements to readability within tests (#9059)

minor improvements to readability


  Commit: 67a379e16a05bf87bfcf5d0a22a28d5677b35895
  
https://github.com/jenkinsci/jenkins/commit/67a379e16a05bf87bfcf5d0a22a28d5677b35895
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-03-23 (Sat, 23 Mar 2024)

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

  Log Message:
  ---
  Update dependency postcss to v8.4.37 (#9057)

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


  Commit: e24627af9a44a203ce0820a9da0150acd6d7475a
  
https://github.com/jenkinsci/jenkins/commit/e24627af9a44a203ce0820a9da0150acd6d7475a
  Author: Mustafa Ulu 
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
A 
core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config_tr.properties

  Log Message:
  ---
  Translate description of "Plain text" markup formatter to Turkish (#9062)


  Commit: 9a2c6f54a3dd6fe7b409d96ba38bb557eed2d6b1
  
https://github.com/jenkinsci/jenkins/commit/9a2c6f54a3dd6fe7b409d96ba38bb557eed2d6b1
  Author: Mark Waite 
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
A 
core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config_tr.properties
M test/src/test/java/hudson/model/AbstractProjectTest.java
M test/src/test/java/hudson/model/ViewTest.java
M test/src/test/java/jenkins/model/JenkinsReloadConfigurationTest.java
M test/src/test/java/jenkins/telemetry/TelemetryTest.java
M war/package.json
M war/yarn.lock

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-support-881.v7663695646cf


  Commit: 8f3d92cdced416a4d37374c0adb5d760fe1a2631
  
https://github.com/jenkinsci/jenkins/commit/8f3d92cdced416a4d37374c0adb5d760fe1a2631
  Author: Mark Waite 
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
M test/pom.xml

  Log Message:
  ---
  Add scm API plugin to tests pom

Allow workflow-support plugin to load by including the most recent
release of the scm API plugin as a dependency in the tests module.

Without this addition, the StartupTest fails because the workflow-support
plugin cannot be loaded.


Compare: 
https://github.com/jenkinsci/jenkins/compare/c2a917b32416...8f3d92cdced4

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.jenkins-ci.plugins.workflow-workflow-support-881.v7663695646cf/c2a917-8f3d92%40github.com.


[jenkinsci/gitee-plugin] 3d4640: Use modern links in documentation

2024-03-23 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitee-plugin
  Commit: 3d4640b34233b2e7398e301a36bfd7946ef06b9a
  
https://github.com/jenkinsci/gitee-plugin/commit/3d4640b34233b2e7398e301a36bfd7946ef06b9a
  Author: Mark Waite 
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Use modern links in documentation



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

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


[jenkinsci/gitee-plugin] 1fe07a: Bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-jso...

2024-03-23 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitee-plugin
  Commit: 1fe07aa9ac01585b989987d025dfa1aed6d609c5
  
https://github.com/jenkinsci/gitee-plugin/commit/1fe07aa9ac01585b989987d025dfa1aed6d609c5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider

Bumps com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.15.1 to 
2.17.0.

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 7e1460facc3caffbaea1f4d2ed5b1aa65de0e07b
  
https://github.com/jenkinsci/gitee-plugin/commit/7e1460facc3caffbaea1f4d2ed5b1aa65de0e07b
  Author: Mark Waite 
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Jenkins 2.414.3 or newer

Must require that Jenkins 2.414.3 or newer in order to keep the
jackson-jaxrs-json-provider version in sync with the most recent release
of the jackson2 api plugin.

https://github.com/jenkinsci/gitee-plugin/pull/36 is included in this
pull request as well.


Compare: 
https://github.com/jenkinsci/gitee-plugin/compare/a26282af9827...7e1460facc3c

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

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


[jenkinsci/job-restrictions-plugin] f04a02: Bump org.jenkins-ci.plugins:plugin from 4.77 to 4....

2024-03-23 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/release-drafter/release-drafter-6
  Home:   https://github.com/jenkinsci/job-restrictions-plugin
  Commit: f04a0288f1d5c44db0685b6b67f9ccdbb497a5cc
  
https://github.com/jenkinsci/job-restrictions-plugin/commit/f04a0288f1d5c44db0685b6b67f9ccdbb497a5cc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M pom.xml

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


  Commit: 658c9907de0d8850c75960eba90e02c0bacf79a5
  
https://github.com/jenkinsci/job-restrictions-plugin/commit/658c9907de0d8850c75960eba90e02c0bacf79a5
  Author: Mark Waite 
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/github_actions/release-drafter/release-drafter-6


Compare: 
https://github.com/jenkinsci/job-restrictions-plugin/compare/66251702e073...658c9907de0d

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

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


[jenkinsci/docker-plugin] 6ce7b1: Require Jenkins 2.440.1, not 2.440

2024-03-23 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2928.ved44ea_84e034
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 6ce7b13b2b0cafc3d3f7f8cf5f094a849a280d66
  
https://github.com/jenkinsci/docker-plugin/commit/6ce7b13b2b0cafc3d3f7f8cf5f094a849a280d66
  Author: Mark Waite 
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Jenkins 2.440.1, not 2.440

Plugin BOM needs LTS baseline



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/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2928.ved44ea_84e034/c05d38-6ce7b1%40github.com.


[jenkinsci/priority-sorter-plugin] d41d59: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4....

2024-03-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/pmdVersion-7.0.0
  Home:   https://github.com/jenkinsci/priority-sorter-plugin
  Commit: d41d590e991666cb4af223c6f066182d00453a30
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/d41d590e991666cb4af223c6f066182d00453a30
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.80 (#338)


  Commit: 3df62ca907e3c518c526d56535f7be2f05e587f0
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/3df62ca907e3c518c526d56535f7be2f05e587f0
  Author: Mark Waite 
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into dependabot/maven/pmdVersion-7.0.0


  Commit: 71845b744f44d2464314abe803f91bda5c9edaf1
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/71845b744f44d2464314abe803f91bda5c9edaf1
  Author: Mark Waite 
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Simplify pmd invocation for 7.0.0


Compare: 
https://github.com/jenkinsci/priority-sorter-plugin/compare/73d9183d2ed2...71845b744f44

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/dependabot/maven/pmdVersion-7.0.0/73d918-71845b%40github.com.


[jenkinsci/platformlabeler-plugin] 5a6356: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4....

2024-03-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/pmdVersion-7.0.0
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 5a63560939355d007726336299c34b26047be709
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/5a63560939355d007726336299c34b26047be709
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.80 (#1297)


  Commit: dc4fd93a886ab01f2da961aa62b55ac279b3485f
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/dc4fd93a886ab01f2da961aa62b55ac279b3485f
  Author: Mark Waite 
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Check Debian 11 monthly rather than weekly


  Commit: 5285dc9cccf409fa97d9636169f80b72d5ba957a
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/5285dc9cccf409fa97d9636169f80b72d5ba957a
  Author: Mark Waite 
  Date:   2024-03-22 (Fri, 22 Mar 2024)

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

  Log Message:
  ---
  Merge branch 'master' into dependabot/maven/pmdVersion-7.0.0


  Commit: 6de5d025a3a2c6f6de289bf3fe782769b3727664
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/6de5d025a3a2c6f6de289bf3fe782769b3727664
  Author: Mark Waite 
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Simplify pmd invocation for pmd 7.0.0


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/01b3aab2151d...6de5d025a3a2

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/maven/pmdVersion-7.0.0/01b3aa-6de5d0%40github.com.


[jenkinsci/platformlabeler-plugin] dc4fd9: Check Debian 11 monthly rather than weekly

2024-03-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: dc4fd93a886ab01f2da961aa62b55ac279b3485f
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/dc4fd93a886ab01f2da961aa62b55ac279b3485f
  Author: Mark Waite 
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Check Debian 11 monthly rather than weekly



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/5a6356-dc4fd9%40github.com.


[jenkinsci/basic-branch-build-strategies-plugin]

2024-03-22 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/nl.jqno.equalsverifier-equalsverifier-3.16
  Home:   https://github.com/jenkinsci/basic-branch-build-strategies-plugin

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/nl.jqno.equalsverifier-equalsverifier-3.16/10-00%40github.com.


[jenkins-infra/update-center2] f803dd: Suspend 3.0.x and 3.1.x delphix plugin versions - ...

2024-03-20 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: f803ddc581cca4885a1a2f5ab585d1b8dfab65ce
  
https://github.com/jenkins-infra/update-center2/commit/f803ddc581cca4885a1a2f5ab585d1b8dfab65ce
  Author: Mark Waite 
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
M resources/artifact-ignores.properties

  Log Message:
  ---
  Suspend 3.0.x and 3.1.x delphix plugin versions - non-open source library 
(#768)

https://github.com/jenkins-infra/helpdesk/issues/3989 describes the
situation.  The license of the relevant library was changed for the
version that is included in the delphix plugin 3.2.0.



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

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


[jenkins-infra/jenkins-infra]

2024-03-20 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_8b94de40a035acd8e19f05dbc0f89d0440a74e9d3483d39bf259102d9d6eeaa4
  Home:   https://github.com/jenkins-infra/jenkins-infra

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

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


[jenkins-infra/jenkins-infra] d16507: Bump non-packer container agent templates version ...

2024-03-20 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_production_8b94de40a035acd8e19f05dbc0f89d0440a74e9d3483d39bf259102d9d6eeaa4
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: d16507e86e159c5527848cc44f64bd014cbbadac
  
https://github.com/jenkins-infra/jenkins-infra/commit/d16507e86e159c5527848cc44f64bd014cbbadac
  Author: jenkins-infra-updatecli[bot] 
<101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  Bump non-packer container agent templates version on all controllers (#3336)

* chore: Bump container agent image jenkinsciinfra/inbound-agent-maven ...

... (jdk8-nanoserver)

Made with ❤️️ by updatecli

* chore: Bump container agent image jenkinsciinfra/inbound-agent-maven ...

... (jdk17-nanoserver)

Made with ❤️️ by updatecli

* chore: Bump container agent image jenkinsciinfra/inbound-agent-maven ...

... (jdk11-nanoserver)

Made with ❤️️ by updatecli

* chore: Bump container agent image jenkinsciinfra/inbound-agent-maven ...

... (jdk21-nanoserver)

Made with ❤️️ by updatecli

-

Co-authored-by: Jenkins Infra Bot (updatecli) 
<60776566+jenkins-infra-...@users.noreply.github.com>


  Commit: 655a3b5c2b24a5d915a3b42e553adda6cbc20dea
  
https://github.com/jenkins-infra/jenkins-infra/commit/655a3b5c2b24a5d915a3b42e553adda6cbc20dea
  Author: Mark Waite 
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  Merge branch 'production' into 
updatecli_production_8b94de40a035acd8e19f05dbc0f89d0440a74e9d3483d39bf259102d9d6eeaa4


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/e783c295723d...655a3b5c2b24

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

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


[jenkinsci/jenkins] 9f790a: Bump org.awaitility:awaitility from 4.2.0 to 4.2.1...

2024-03-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-test-harness-2174.v111a_b_471784f
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 9f790a3142c76a33f1dbd8409715b867a53836c8
  
https://github.com/jenkinsci/jenkins/commit/9f790a3142c76a33f1dbd8409715b867a53836c8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
M test/pom.xml

  Log Message:
  ---
  Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#9043)

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

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

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


  Commit: db52842ca3568fa6781ca6d28c00e26bfbcf7865
  
https://github.com/jenkinsci/jenkins/commit/db52842ca3568fa6781ca6d28c00e26bfbcf7865
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2024-03-18 (Mon, 18 Mar 2024)

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

  Log Message:
  ---
  Update dependency sass to v1.72.0 (#9046)

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


  Commit: 4666cae77ead4d111898348124fd5cf480bf4376
  
https://github.com/jenkinsci/jenkins/commit/4666cae77ead4d111898348124fd5cf480bf4376
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  Bump org.springframework.security:spring-security-bom from 5.8.10 to 5.8.11 
(#9047)

Bump org.springframework.security:spring-security-bom

Bumps 
[org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security)
 from 5.8.10 to 5.8.11.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- 
[Commits](https://github.com/spring-projects/spring-security/compare/5.8.10...5.8.11)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


  Commit: d09ae8c7bb90a75ade3296e5dad3ba37ab0cb4c3
  
https://github.com/jenkinsci/jenkins/commit/d09ae8c7bb90a75ade3296e5dad3ba37ab0cb4c3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump com.puppycrawl.tools:checkstyle from 10.14.1 to 10.14.2 (#9048)

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

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

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


  Commit: 687833490744e3d059899bd713535cd202358417
  
https://github.com/jenkinsci/jenkins/commit/687833490744e3d059899bd713535cd202358417
  Author: Mark Waite 
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
M bom/pom.xml
M pom.xml
M test/pom.xml
M war/package.json
M war/yarn.lock

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/org.jenkins-ci.main-jenkins-test-harness-2174.v111a_b_471784f


Compare: 
https://github.com/jenkinsci/jenkins/compare/0f02f21d481b...687833490744

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.jenkins-ci.main-jenkins-test-harness-2174.v111a_b_471784f/0f02f2-687833%40github.com.


[jenkinsci/jenkins]

2024-03-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.14.2
  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/maven/com.puppycrawl.tools-checkstyle-10.14.2/872b63-00%40github.com.


[jenkinsci/jenkins]

2024-03-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.awaitility-awaitility-4.2.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/maven/org.awaitility-awaitility-4.2.1/5a2e97-00%40github.com.


[jenkinsci/git-plugin] 427520: Skip testMergeWithMatrixBuild if gpgsign enabled (...

2024-03-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 427520742e738197e19cab0a4231a659ac03c1e9
  
https://github.com/jenkinsci/git-plugin/commit/427520742e738197e19cab0a4231a659ac03c1e9
  Author: Mark Waite 
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
M src/test/java/hudson/plugins/git/GitSCMSlowTest.java

  Log Message:
  ---
  Skip testMergeWithMatrixBuild if gpgsign enabled (#1564)

The testMergeWithMatrixBuild test fails randomly on several machines when
commit.gpgsign and tag.gpgsign are not enabled if the TestPreBuildMerge
implementation is used. It passes consistently when PreBuildMerge is
used.

Rather than spend the time trying to diagnose the intermittent failures,
this configuration allows the test to be skipped if either of those
configuration settings are enabled.

Other tests in this class are able to use TestPreBuildMerge without issue.

Tested by enabling commit.gpgsign in ~/.gitconfig and by enabling
commit.gpgsign in a $XDG_CONFIG_HOME/.gitconfig file.  Test was skipped
when gpgsign was enabled in either of those files.



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/7f8afe-427520%40github.com.


[jenkins-infra/jenkins.io]

2024-03-17 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_master_ca09fb19dcf03a9191488d4e4aa1f622581782f668f868002e1a5f2737b886bd
  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/updatecli_master_ca09fb19dcf03a9191488d4e4aa1f622581782f668f868002e1a5f2737b886bd/3f14cd-00%40github.com.


[jenkinsci/platformlabeler-plugin]

2024-03-16 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2907.vcb_35d6f2f7de
  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/maven/io.jenkins.tools.bom-bom-2.426.x-2907.vcb_35d6f2f7de/7c2e33-00%40github.com.


[jenkinsci/versioncolumn-plugin]

2024-03-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2907.vcb_35d6f2f7de
  Home:   https://github.com/jenkinsci/versioncolumn-plugin

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/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2907.vcb_35d6f2f7de/9dcbc8-00%40github.com.


[jenkinsci/xshell-plugin]

2024-03-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2907.vcb_35d6f2f7de
  Home:   https://github.com/jenkinsci/xshell-plugin

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/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2907.vcb_35d6f2f7de/d17270-00%40github.com.


[jenkinsci/saferestart-plugin]

2024-03-15 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/release-drafter/release-drafter-6
  Home:   https://github.com/jenkinsci/saferestart-plugin

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

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


[jenkins-infra/jenkins.io]

2024-03-14 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_master_1241d98c3a17ddcf5a9f1df90b104d4ce56f40c46317137c5e088ce359b2df00
  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/updatecli_master_1241d98c3a17ddcf5a9f1df90b104d4ce56f40c46317137c5e088ce359b2df00/485b01-00%40github.com.


[jenkinsci/jenkins]

2024-03-12 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/softprops/action-gh-release-2.0.4
  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/softprops/action-gh-release-2.0.4/140ba0-00%40github.com.


[jenkins-infra/jenkins.io] 351232: Correct names of character sets

2024-03-12 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.449
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 3512324f43a812f7cbe2a2d41712e57bba100ddd
  
https://github.com/jenkins-infra/jenkins.io/commit/3512324f43a812f7cbe2a2d41712e57bba100ddd
  Author: Mark Waite 
  Date:   2024-03-12 (Tue, 12 Mar 2024)

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

  Log Message:
  ---
  Correct names of character sets



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.449/75e05f-351232%40github.com.


[jenkinsci/platformlabeler-plugin] e88029: Use Oracle registry for Oracle Linux

2024-03-10 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: e880291ff377c90c191beeead0cce17b4b741c9c
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/e880291ff377c90c191beeead0cce17b4b741c9c
  Author: Mark Waite 
  Date:   2024-03-10 (Sun, 10 Mar 2024)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/oraclelinux/8.9/Dockerfile
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/oraclelinux/9.3/Dockerfile

  Log Message:
  ---
  Use Oracle registry for Oracle Linux



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/25b699-e88029%40github.com.


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

2024-03-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 3c4d150b3e7e954665b135a5816a45a53b878585
  
https://github.com/jenkinsci/git-client-plugin/commit/3c4d150b3e7e954665b135a5816a45a53b878585
  Author: Mark Waite 
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M pom.xml

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/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/a6ebfe-3c4d15%40github.com.


[jenkinsci/git-client-plugin]

2024-03-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/tags/git-client-4.7.0
  Home:   https://github.com/jenkinsci/git-client-plugin

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/tags/git-client-4.7.0/00-8e37ed%40github.com.


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

2024-03-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: a6ebfe35b75c341cb7390f21428aded5e5b0caa5
  
https://github.com/jenkinsci/git-client-plugin/commit/a6ebfe35b75c341cb7390f21428aded5e5b0caa5
  Author: Mark Waite 
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-client-4.7.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/9e3039-a6ebfe%40github.com.


[jenkins-infra/jenkins.io]

2024-03-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_master_1c12173be0be4912612c87a69d03473c2f1281b0d682a6d07fb97d7620e60093
  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/updatecli_master_1c12173be0be4912612c87a69d03473c2f1281b0d682a6d07fb97d7620e60093/25648d-00%40github.com.


[jenkins-infra/jenkins.io] f64c88: jcasc: Fix Gitter broken format of JCasC on projec...

2024-03-09 Thread 'Mark Waite' via Jenkins Commits
2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
A content/_data/authors/laulopezreal.adoc
M 
content/projects/gsoc/2024/project-ideas/enhancing-an-existing-llm-model-with-domain-specific-jenkins-knowledge.adoc

  Log Message:
  ---
  Proposal for project mentor (#7163)

* Add project mentor

* Add Bio

* Update content/_data/authors/laulopezreal.adoc

Co-authored-by: Bruno Verachten 

-

Co-authored-by: Bruno Verachten 


  Commit: aa2db6acf86a666ea8685d7724ce7d221fdcaa8f
  
https://github.com/jenkins-infra/jenkins.io/commit/aa2db6acf86a666ea8685d7724ce7d221fdcaa8f
  Author: Basil Crow 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M content/doc/developer/plugin-development/_chapter.yml
A content/doc/developer/plugin-development/usage-in-plugins.adoc

  Log Message:
  ---
  Add developer documentation about usage in plugins (#7165)


  Commit: 1c4910a5f40a073b7813049f9c0b2f2991125385
  
https://github.com/jenkins-infra/jenkins.io/commit/1c4910a5f40a073b7813049f9c0b2f2991125385
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
A content/_ext/changelog_releases.rb
M content/_ext/pipeline.rb
A content/_layouts/changelog_entry.html.haml
M content/changelog-old/index.html.haml
M content/changelog-stable/index.html.haml
M content/changelog/index.html.haml

  Log Message:
  ---
  Add individual pages for changelog versions (#7117)

* Add individual pages for changelog entries

* Use symbols

* Add permalinks, better title

* Implement version limiter (no changelog pages for unreleased versions)

* Remove 'Improve this page' from the footer of version changelog pages

-

Co-authored-by: Daniel Beck 
Co-authored-by: Kris Stern 


  Commit: f19009e5f74608215acc2a5c5934dd3a2d802170
  
https://github.com/jenkins-infra/jenkins.io/commit/f19009e5f74608215acc2a5c5934dd3a2d802170
  Author: Abdallah Elhadad <86894852+7adi...@users.noreply.github.com>
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M content/download/index.html.haml

  Log Message:
  ---
  Fix Download page paragraphs (#7168)

Co-authored-by: Mark Waite 


  Commit: 25648df4a1762f3aefeb421f4764fcaabe490ae7
  
https://github.com/jenkins-infra/jenkins.io/commit/25648df4a1762f3aefeb421f4764fcaabe490ae7
  Author: Mark Waite 
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M .github/renovate.json
M .node-version
M .ruby-version
M Dockerfile
M Gemfile
M Gemfile.lock
M Jenkinsfile
M Jenkinsfile_k8s
M Makefile
M content/_data/authors/jonesbusy.adoc
A content/_data/authors/laulopezreal.adoc
M content/_data/changelogs/weekly.yml
M content/_data/indexpage/carousel.yml
A content/_ext/changelog_releases.rb
M content/_ext/pipeline.rb
A content/_layouts/changelog_entry.html.haml
M content/_layouts/frame.html.haml
M content/blog/2018/02/2018-02-19-gsoc2018-announcement.adoc
M content/blog/2019/03/2019-03-04-gsoc2019-announcement.adoc
M content/blog/2020/01/2020-01-29-gsoc-report.adoc
M content/blog/2021/03/2021-03-17-gsoc2021-announcement.adoc
M content/blog/2022/03/2022-03-08-gsoc2022-announcement.adoc
M content/blog/2022/11/2022-11-23-get-prepared-for-gsoc.adoc
M content/blog/2023/02/2023-02-01-gsoc-update.adoc
M content/blog/2023/02/2023-02-23-gsoc2023-announcement.adoc
M 
content/blog/2024/01/2024-01-29-nominate-someone-2024-jenkins-contributor-awards.adoc
A content/blog/2024/02/2024-02-23-gsoc2024-announcement.adoc
A 
content/blog/2024/02/2024-02-28-jenkins-contributor-summit-and-fosdem-recap.adoc
M content/changelog-old/index.html.haml
M content/changelog-stable/index.html.haml
M content/changelog/index.html.haml
M content/doc/book/pipeline/development.adoc
R 
content/doc/book/resources/tutorials/node-js-react-01-downloading-node-docker-image.png
R 
content/doc/book/resources/tutorials/node-js-react-02-initial-pipeline-downloading-npm-dependencies.png
R 
content/doc/book/resources/tutorials/node-js-react-03-initial-pipeline-runs-successfully.png
R 
content/doc/book/resources/tutorials/node-js-react-04-main-blue-ocean-interface.png
R 
content/doc/book/resources/tutorials/node-js-react-11-test-stage-runs-successfully-with-output.png
R 
content/doc/book/resources/tutorials/node-js-react-21-deliver-stage-pauses-for-user-input.png
R 
content/doc/book/resources/tutorials/node-js-react-22-deliver-stage-opened-deliver-sh-step.png
R 
content/doc/book/resources/tutorials/node-js-react-23-deliver-stage-runs-successfully.png
R 
content/doc/book/resources/tutorials/node-js-react-24-main-blue-ocean-interface-with-all-previous-runs-displayed.png
A content/doc/book/resources/tutorials/node/build-details.png
A content/doc/book/resources/tutorials/node/build-stage.png
A content/doc/book

[jenkinsci/git-client-plugin] e74b00: Prep for 4.7.0 release

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prep for 4.7.0 release

Includes a JGit upgrade



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/c5db30-e74b00%40github.com.


  1   2   3   4   5   6   7   8   9   10   >