jenkinsci / jenkinsci/workflow-durable-task-step-plugin
[JENKINS-47815] 'currentExecutable' field is empty when querying for executors
- Dominant language
- Java
- Stars
- 46
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
Querying for executor status and currentExecutable doesn't indicate the ongoing job on that executor like it used to show previously:
https:///computer/api/json?tree=computer[offline,displayName,executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]
{"currentExecutable":null}
In previous versions (Jenkins ver. 1.651.3) the query also indicated the currently ongoing job:
{"currentExecutable":
{"url": "https:///"}
}
---
Originally reported by jenkinsuser_1, imported from: 'currentExecutable' field is empty when querying for executors
Raw content of original issue
Querying for executor status and currentExecutable doesn't indicate the ongoing job on that executor like it used to show previously:
https://<jenkins>/computer/api/json?tree=computer[offline,displayName,executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]
{"currentExecutable":null}
In previous versions (Jenkins ver. 1.651.3) the query also indicated the currently ongoing job:
{"currentExecutable":
{"url": "https://<jobURL>/"}}
- environment:
Jenkins ver. 2.85
Contributor guide
Assessment
This issue has not been assessed yet.