You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect to be able to use node and/or job attributes in ad hoc commands, just like in regular job scripts (like @node.name@, @job.project@, or @node.some_custom_attribute@) but it seems this is not supported, or I haven't found the proper notation.
I have tried the following command on a project that has two nodes, both having an attribute called stage:
Wrapping the command in single or double quots made no difference, nor did omitting the --.
I noticed an --interpreter flag, but its description, Script interpreter string, doesn't make it clear to me what its purpose is and if this might be the key to getting the attribute substition to work.
Is attribute substition actually supported for ad hoc commands? And if so, could this be added to the documentation?
The text was updated successfully, but these errors were encountered:
I would expect to be able to use node and/or job attributes in ad hoc commands, just like in regular job scripts (like
@node.name@
,@job.project@
, or@node.some_custom_attribute@
) but it seems this is not supported, or I haven't found the proper notation.I have tried the following command on a project that has two nodes, both having an attribute called
stage
:This results in the following output:
Wrapping the command in single or double quots made no difference, nor did omitting the
--
.I noticed an
--interpreter
flag, but its description, Script interpreter string, doesn't make it clear to me what its purpose is and if this might be the key to getting the attribute substition to work.Is attribute substition actually supported for ad hoc commands? And if so, could this be added to the documentation?
The text was updated successfully, but these errors were encountered: