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
this is right. currently jobcontrol is using the CMDB feature of rex to pass parameters to the tasks. This has the advantage that it is also possible to pass arrays and hashs to the tasks.
After the next release of Rex we will focus more on JobControl. So we will add options to also pass parameters to the tasks.
Many of my tasks require parameters, but I do not see a way to specify parameter values in the job interface.
To clarify, this is the kind of parameters I am referring to:
rex -H hostname mytask --parameter1=value1 --parameter2=value2
(example is from http://www.rexify.org/howtos/faq.html)
The text was updated successfully, but these errors were encountered: