jenkinsci / jenkinsci/coverage-plugin

[JENKINS-73065] Improve documentation for Remote API access

Open
#625 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
40
Forks
31
Avg merge
5d 17h
Merged PRs (30d)
11

Description

When trying to access the coverage results of a build through the api as described in the documentation we are getting a 404.

For a build under https://some.jekins.server.com/job/SomeFolder/job/Project/job/Repository/job/Branch/95/

we would try to get the coverage results through https://some.jekins.server.com/job/SomeFolder/job/Project/job/Repository/job/Branch/95/coverage/api/json?pretty=true

but this results in a 404

Seems like this is supposed to work (bug maybe not for multi-branch pipelines?) or if we are doing something wrong to make this work.

---
Originally reported by arne_brys, imported from: Improve documentation for Remote API access


  • status: Open
  • priority: Minor
  • component(s): coverage-plugin
  • label(s): help-wanted
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 20260107-220949

Raw content of original issue

When trying to access the coverage results of a build through the api as described in the documentation we are getting a 404.

For a build under https://some.jekins.server.com/job/SomeFolder/job/Project/job/Repository/job/Branch/95/
we would try to get the coverage results through https://some.jekins.server.com/job/SomeFolder/job/Project/job/Repository/job/Branch/95/coverage/api/json?pretty=true
but this results in a 404

Seems like this is supposed to work (bug maybe not for multi-branch pipelines?) or if we are doing something wrong to make this work.

environment

```
Jenkins 2.455

Coverage 1.14.0
```

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.