We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something like this:
tronctl start my_favourite_job date='2013-01-01'
.. but for any custom variable like..
tronctl start my_favourite_mr_job jobconf='cpu-intensive.conf'
Then in the actual job definition, you would specify the variable usage, and a default for the scheduled runs.
run_vars:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Something like this:
tronctl start my_favourite_job date='2013-01-01'
.. but for any custom variable like..
tronctl start my_favourite_mr_job jobconf='cpu-intensive.conf'
Then in the actual job definition, you would specify the variable usage, and a default for the scheduled runs.
run_vars:
actions:
The text was updated successfully, but these errors were encountered: