-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
RFE: awx-cli job monitor command #6165
Labels
Comments
fherbert
pushed a commit
to fherbert/awx
that referenced
this issue
Apr 22, 2020
…ble#6165 Signed-off-by: Francois Herbert <francois_herbert@bnz.co.nz>
fherbert
pushed a commit
to fherbert/awx
that referenced
this issue
Apr 22, 2020
…ble#6165 Signed-off-by: Francois Herbert <francois@herbert.org.nz> Fixup linting Remove timeout option, not really required and it's making the api test fail
softwarefactory-project-zuul bot
added a commit
that referenced
this issue
Apr 27, 2020
Add ability to monitor jobs and workflow_jobs via awx cli, fixes #6165 Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
link: #6790 |
@ryanpetrello I'm finding this works for jobs launched from job templates and workflows It is not implemented for |
closing this verified, we can implement the monitor action for other monitorable objects as further enhancement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ISSUE TYPE
SUMMARY
Add a monitor parameter to the job resource with cli to be able to monitor currently running jobs. Currently, it is only possible to monitor a job a launch with the --monitor flag.
(similar to https://tower-cli.readthedocs.io/en/latest/api_ref/resources/job.html#tower_cli.resources.job.Resource.monitor)
The text was updated successfully, but these errors were encountered: