Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add option to pass parameters to tasks when defining a job #7

Open
nicklangridge opened this issue Feb 7, 2015 · 1 comment
Open
Labels

Comments

@nicklangridge
Copy link

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)

@krimdomu
Copy link

krimdomu commented Feb 7, 2015

Hi,

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.

@krimdomu krimdomu added the task label Feb 7, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants