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

List running executor jobs #58

Open
pdashford opened this issue Jul 26, 2018 · 2 comments
Open

List running executor jobs #58

pdashford opened this issue Jul 26, 2018 · 2 comments

Comments

@pdashford
Copy link

Hi all.
Is there a way to list the current jobs being executed? This library has a call to see what is queued but not what is currently executing.

@spikel46
Copy link

+1

@spikel46
Copy link

@pdashford you can work around this using a get call to the address:
example.jenkins.com/computer/api/xml?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds
Credit: StackOverflow

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

2 participants