From a9ac7fbe5bf7b74e32f704647b610d25d7ddbdde Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 16 Oct 2024 08:20:09 -0600 Subject: [PATCH 1/2] Format 2.481 changelog to match automated formatting (#7617) --- content/_data/changelogs/weekly.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/_data/changelogs/weekly.yml b/content/_data/changelogs/weekly.yml index af5e2e066f77..9e8e76d2d1f9 100644 --- a/content/_data/changelogs/weekly.yml +++ b/content/_data/changelogs/weekly.yml @@ -25037,7 +25037,8 @@ category: rfe authors: - Vlatombe - pr_title: "[JENKINS-30101][JENKINS-30175] Simplify persistence design for temporarily offline status" + pr_title: "[JENKINS-30101][JENKINS-30175] Simplify persistence design for + temporarily offline status" references: - pull: 9855 - issue: 30101 @@ -25060,7 +25061,8 @@ issue: 72979 authors: - debayangg - pr_title: "[JENKINS-72979] Remove trailing space from Windows agent secret file instructions" + pr_title: "[JENKINS-72979] Remove trailing space from Windows agent secret + file instructions" message: |- Remove trailing space from Windows agent secret file instructions. - type: bug @@ -25069,7 +25071,8 @@ issue: 73835 authors: - dwnusbaum - pr_title: "[JENKINS-73835] Do not allow builds to be deleted while they are still running and ensure build discarders run after builds are fully complete" + pr_title: "[JENKINS-73835] Do not allow builds to be deleted while they are + still running and ensure build discarders run after builds are fully complete" message: |- Do not allow builds to be deleted while they are still building. Ensure build discarders only process builds which have fully completed. From df44be01961efba95a7f08cc6d6f3b8b2316851c Mon Sep 17 00:00:00 2001 From: Kevin Martens <99040580+kmartens27@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:40:41 -0400 Subject: [PATCH 2/2] Weekly 2.481 - adjust ofline agent entry message (#7618) * adjust weekly entry message * adjust wording a bit more --- content/_data/changelogs/weekly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_data/changelogs/weekly.yml b/content/_data/changelogs/weekly.yml index 9e8e76d2d1f9..0d889ada3456 100644 --- a/content/_data/changelogs/weekly.yml +++ b/content/_data/changelogs/weekly.yml @@ -25044,7 +25044,7 @@ - issue: 30101 - issue: 30175 message: |- - Keep user offline reason when agent connects or disconnects for technical reasons. + Retain user-generated offline reason when agent connects or disconnects for technical reasons. - type: bug category: bug pull: 9727