Rundeck Development Updates
- 2025-11-11T20:27:05.300Z
+ 2025-11-12T21:27:32.430Zhttps://docs.rundeck.com/feeds/developmentRecent merged pull requests and development updates from Rundeck
+
+ Fixes datacenter value in Vmware resource model
+
+ rundeck-pr-rundeckpro-4469
+ 2025-11-12T17:04:59.000Z
+ Fixes datacenter value in Vmware resource model (Merged: Nov 12, 2025)
+
+
+ Fixes missing no output message when looking at a step in the execution page
+
+ rundeck-pr-rundeck-9886
+ 2025-11-10T16:11:36.000Z
+ Fixes missing no output message when looking at a step in the execution page (Merged: Nov 10, 2025)
+
+
+ Set sleep time on sftp plugin
+
+ rundeck-pr-rundeckpro-4465
+ 2025-11-07T17:16:07.000Z
+ Set sleep time on sftp plugin (Merged: Nov 7, 2025)
+
+
+ Fix the loading icon showing when a step already succeeded
+
+ rundeck-pr-rundeck-9884
+ 2025-11-06T21:42:20.000Z
+ Fix the loading icon showing when a step already succeeded (Merged: Nov 6, 2025)
+ Multiline Job Options (Beta)
diff --git a/docs/.vuepress/public/feeds/development.xml b/docs/.vuepress/public/feeds/development.xml
index 4a9b30c28..b28fea9af 100644
--- a/docs/.vuepress/public/feeds/development.xml
+++ b/docs/.vuepress/public/feeds/development.xml
@@ -5,8 +5,36 @@
https://docs.rundeck.com/docs
Recent merged pull requests and development updates from Rundecken-us
- Tue, 11 Nov 2025 20:27:05 GMT
+ Wed, 12 Nov 2025 21:27:32 GMT
+
+ Fixes datacenter value in Vmware resource model
+ https://docs.rundeck.com/docs/history/updates/
+ Fixes datacenter value in Vmware resource model (Merged: Nov 12, 2025)
+ Wed, 12 Nov 2025 17:04:59 GMT
+ rundeck-pr-rundeckpro-4469
+
+
+ Fixes missing no output message when looking at a step in the execution page
+ https://docs.rundeck.com/docs/history/updates/
+ Fixes missing no output message when looking at a step in the execution page (Merged: Nov 10, 2025)
+ Mon, 10 Nov 2025 16:11:36 GMT
+ rundeck-pr-rundeck-9886
+
+
+ Set sleep time on sftp plugin
+ https://docs.rundeck.com/docs/history/updates/
+ Set sleep time on sftp plugin (Merged: Nov 7, 2025)
+ Fri, 07 Nov 2025 17:16:07 GMT
+ rundeck-pr-rundeckpro-4465
+
+
+ Fix the loading icon showing when a step already succeeded
+ https://docs.rundeck.com/docs/history/updates/
+ Fix the loading icon showing when a step already succeeded (Merged: Nov 6, 2025)
+ Thu, 06 Nov 2025 21:42:20 GMT
+ rundeck-pr-rundeck-9884
+ Multiline Job Options (Beta)
https://docs.rundeck.com/docs/history/updates/
diff --git a/docs/history/updates/index.md b/docs/history/updates/index.md
index 7094c6480..9d0e31628 100644
--- a/docs/history/updates/index.md
+++ b/docs/history/updates/index.md
@@ -1,7 +1,7 @@
---
title: Recent Development Updates
description: Latest merged changes from the Rundeck development team
-date: 2025-11-11T20:27:05.270Z
+date: 2025-11-12T21:27:32.406Z
feed: true
index: true
---
@@ -19,6 +19,26 @@ This page shows recently merged pull requests from both the Runbook Automation p
## Recent Changes
+#### ::circle-dot:: Fixes datacenter value in Vmware resource model
+
+
+ This PR fixes the datacenter value retrieval in the VMware resource model by replacing hardcoded parent chain navigation (parent?.getParent()?.getName()) with a dynamic traversal approach that handles VMs at any folder depth.
+
+ Before this fix, any nodes nested more than 2 folders would exhibit the wrong value for the attribute datacenter.
+
+#### ::circle-dot:: Fixes missing no output message when looking at a step in the execution page [PR #9886](https://github.com/rundeck/rundeck/pull/9886)
+
+
+#### ::circle-dot:: Set sleep time on sftp plugin
+
+
+ Adds a configurable sleep timeout property to the File Transfer plugin, allowing users to customize the wait time after file transfer completion instead of using the hardcoded 2000ms value. There is a new `sleepTimeout` integer property with a default value of 2000ms.
+
+#### ::circle-dot:: Fix the loading icon showing when a step already succeeded [PR #9884](https://github.com/rundeck/rundeck/pull/9884)
+
+
+ Small bug fix: When a job is running, a step that doesn't have an output shows a loading icon no matter if the step has finished running.
+
#### ::circle-dot:: Multiline Job Options (Beta) [PR #9822](https://github.com/rundeck/rundeck/pull/9822)
@@ -72,6 +92,6 @@ The development updates are automatically generated from both our private reposi
---
-**List Last updated:** 2025-11-11
+**List Last updated:** 2025-11-12