jenkinsci / jenkinsci/workflow-durable-task-step-plugin

[JENKINS-47815] 'currentExecutable' field is empty when querying for executors

Open
#546 1 comment 0 reactions 0 assignees View on GitHub
component:workflow-durable-task-step-plugin imported-jira-issue priority:major resolution:unresolved
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


  • status: Open
  • priority: Major
  • component(s): workflow-durable-task-step-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 20251212-090250

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.