Skip to content

Commit 40673f8

Browse files
Merge pull request #1776 from rundeck/conditionals-documentation
Job Conditionals Docs
2 parents 124aeeb + fe5284c commit 40673f8

17 files changed

Lines changed: 1256 additions & 14 deletions

docs/.vuepress/pr-feed-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.19.0",
44
"lastSelfHostedDate": "2026-02-02",
55
"lastSaasRelease": "2025-01-26",
6-
"lastSaasCut": "rba/5.20-RBA-20260218-cf38829-cdc0cba",
6+
"lastSaasCut": "rba/5.20-RBA-20260309-570ed66-70d7d67",
77
"description": "Last self-hosted release version and date"
88
}
99
}
205 KB
Loading
265 KB
Loading
404 KB
Loading
123 KB
Loading
155 KB
Loading

docs/.vuepress/public/feeds/development-atom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,30 @@
33
<title>Rundeck Development Updates</title>
44
<link href="https://docs.rundeck.com/feeds/development.xml" rel="self" />
55
<link href="https://docs.rundeck.com/docs" />
6-
<updated>2026-02-18T21:41:07.844Z</updated>
6+
<updated>2026-03-09T21:10:20.789Z</updated>
77
<id>https://docs.rundeck.com/feeds/development</id>
88
<subtitle>Recent merged pull requests and development updates from Rundeck</subtitle>
9+
<entry>
10+
<title>Fix command injection vulnerability in exec commands with ${option.name}</title>
11+
<link href="https://docs.rundeck.com/docs/history/updates/" />
12+
<id>rundeck-pr-rundeck-10003</id>
13+
<updated>2026-03-05T21:46:23.000Z</updated>
14+
<content type="text">Fix command injection vulnerability in exec commands with ${option.name} (Merged: Mar 5, 2026)</content>
15+
</entry>
16+
<entry>
17+
<title>Implement conditional workflow logic</title>
18+
<link href="https://docs.rundeck.com/docs/history/updates/" />
19+
<id>rundeck-pr-rundeckpro-4598</id>
20+
<updated>2026-03-05T18:39:52.000Z</updated>
21+
<content type="text">Implement conditional workflow logic (Merged: Mar 5, 2026)</content>
22+
</entry>
23+
<entry>
24+
<title>Update to commons-lang3 for CVE-2025-48924</title>
25+
<link href="https://docs.rundeck.com/docs/history/updates/" />
26+
<id>rundeck-pr-rundeck-9990</id>
27+
<updated>2026-02-19T22:33:08.000Z</updated>
28+
<content type="text">Update to commons-lang3 for CVE-2025-48924 (Merged: Feb 19, 2026)</content>
29+
</entry>
930
<entry>
1031
<title>Improve Next Ui management</title>
1132
<link href="https://docs.rundeck.com/docs/history/updates/" />

docs/.vuepress/public/feeds/development.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,29 @@
55
<link>https://docs.rundeck.com/docs</link>
66
<description>Recent merged pull requests and development updates from Rundeck</description>
77
<language>en-us</language>
8-
<lastBuildDate>Wed, 18 Feb 2026 21:41:07 GMT</lastBuildDate>
8+
<lastBuildDate>Mon, 09 Mar 2026 21:10:20 GMT</lastBuildDate>
99
<atom:link href="https://docs.rundeck.com/feeds/development.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Fix command injection vulnerability in exec commands with ${option.name}</title>
12+
<link>https://docs.rundeck.com/docs/history/updates/</link>
13+
<description>Fix command injection vulnerability in exec commands with ${option.name} (Merged: Mar 5, 2026)</description>
14+
<pubDate>Thu, 05 Mar 2026 21:46:23 GMT</pubDate>
15+
<guid isPermaLink="false">rundeck-pr-rundeck-10003</guid>
16+
</item>
17+
<item>
18+
<title>Implement conditional workflow logic</title>
19+
<link>https://docs.rundeck.com/docs/history/updates/</link>
20+
<description>Implement conditional workflow logic (Merged: Mar 5, 2026)</description>
21+
<pubDate>Thu, 05 Mar 2026 18:39:52 GMT</pubDate>
22+
<guid isPermaLink="false">rundeck-pr-rundeckpro-4598</guid>
23+
</item>
24+
<item>
25+
<title>Update to commons-lang3 for CVE-2025-48924</title>
26+
<link>https://docs.rundeck.com/docs/history/updates/</link>
27+
<description>Update to commons-lang3 for CVE-2025-48924 (Merged: Feb 19, 2026)</description>
28+
<pubDate>Thu, 19 Feb 2026 22:33:08 GMT</pubDate>
29+
<guid isPermaLink="false">rundeck-pr-rundeck-9990</guid>
30+
</item>
1031
<item>
1132
<title>Improve Next Ui management</title>
1233
<link>https://docs.rundeck.com/docs/history/updates/</link>

docs/.vuepress/sidebar-menus/learning.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export default [{
126126
children: [
127127
'/learning/howto/use-example-jobs.md',
128128
'/learning/howto/passing-variables.md',
129+
'/learning/howto/using-conditional-logic.md',
129130
'/learning/howto/calling-apis.md',
130131
'/learning/howto/log4shell.md',
131132
'/learning/howto/use-roi-metrics.md',

docs/.vuepress/sidebar-menus/user-guide.ts

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ export default [{
3737
children: [
3838
{ text: 'Overview', link: '/manual/jobs/index.md' },
3939
'/manual/jobs/creating-jobs',
40+
'/manual/jobs/ai-generated-runbooks.md',
4041
'/manual/jobs/job-workflows',
4142
'/manual/jobs/job-options',
4243
'/manual/jobs/job-notifications',
4344
'/manual/jobs/job-variables',
45+
{text: 'Conditional Logic', link: '/manual/jobs/conditional-logic'},
4446
{
4547
text: 'Job Step Plugins',
4648
link: '/manual/jobs/job-plugins/index.md',
@@ -145,9 +147,15 @@ export default [{
145147
}
146148
]
147149
},
148-
'/manual/jobs/job-queue.md',
149-
'/manual/jobs/job-resume.md',
150-
'/manual/jobs/job-retry-failed-nodes.md',
150+
{
151+
text: 'Execution Control & Recovery (Commercial)',
152+
collapsible: true,
153+
children: [
154+
'/manual/jobs/job-queue.md',
155+
'/manual/jobs/job-resume.md',
156+
'/manual/jobs/job-retry-failed-nodes.md',
157+
]
158+
},
151159
{
152160
text: 'Log Filters',
153161
collapsible: true,
@@ -181,9 +189,14 @@ export default [{
181189
'/manual/notifications/jira.md'
182190
]
183191
},
184-
'/manual/jobs/result-data.md',
185-
'/manual/jobs/roi-metrics.md',
186-
'/manual/jobs/ai-generated-runbooks.md',
192+
{
193+
text: 'Job Analytics & Reporting',
194+
collapsible: true,
195+
children: [
196+
'/manual/jobs/result-data.md',
197+
'/manual/jobs/roi-metrics.md',
198+
]
199+
},
187200
{
188201
text: 'Workflow Strategies',
189202
link: '/manual/jobs/workflow-strategies/index.md',

0 commit comments

Comments
 (0)