From 3f4f1837928add779759da21522b617b93748a14 Mon Sep 17 00:00:00 2001 From: Cole Helbling <cole.helbling@determinate.systems> Date: Fri, 17 Dec 2021 10:31:03 -0800 Subject: [PATCH] jobset.tt: more info on why Dynamic RunCommand is disabled --- src/root/jobset.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/jobset.tt b/src/root/jobset.tt index 3d6ca6ae..56abdb50 100644 --- a/src/root/jobset.tt +++ b/src/root/jobset.tt @@ -162,7 +162,7 @@ </tr> <tr> <th>Enable Dynamic RunCommand Hooks:</th> - <td>[% jobset.enable_dynamic_run_command ? "Yes" : "No" %]</td> + <td>[% c.config.dynamicruncommand.enable ? project.enable_dynamic_run_command ? jobset.enable_dynamic_run_command ? "Yes" : "No (not enabled by jobset)" : "No (not enabled by project)" : "No (not enabled by server)" %]</td> </tr> [% IF emailNotification %] <tr>