Skip to content
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

Add command summary for all jobs #17

Closed
andreadotti opened this issue Jun 2, 2017 · 0 comments
Closed

Add command summary for all jobs #17

andreadotti opened this issue Jun 2, 2017 · 0 comments
Assignees

Comments

@andreadotti
Copy link
Owner

Add a new command that does:

for job in `az-batch status jobs summary.json 2>&1 | awk '{print $5}' | sed 's/job_id=//g'`; do echo -n $job" " ;az-batch status -j $job summary.json ; done

This print status of all jobs

@andreadotti andreadotti self-assigned this Jun 2, 2017
andreadotti added a commit that referenced this issue Jun 21, 2017
`az-batch status -j all summary.jsoni` prints status of all jobs
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant