-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get the job execution id when running a job #285
Comments
it's not possible to automatically export the environment variable. I can modify the |
Fix #285 rd run output supports -v and -% and RD_FORMAT when not using follow mode
Hello @gschueler Is this released in 1.3.2?
Am I missing something? |
the
|
Yes, you are right. My bad. |
Hello,
Is it possible to get the job execution id when running a job in a way that's scriptable, without needing to parse the output. Say, like an environment variable, so when the job ends jobExecId=1234 is accessible in the environment?
The text was updated successfully, but these errors were encountered: