-
Bug
-
Resolution: Fixed
-
Major
-
-
1.0-japan-m9
If you look at the api results for: https://blueocean.io/blue/rest/organizations/jenkins/pipelines/
for the "admin/garbage-collect" job - it has a url for last success:
"lastSuccessfulRun": "http://127.0.0.1:8080/blue/rest/organizations/jenkins/pipelines/garbage-collect/runs/15"
This is incorrect, it should be:
It is now adding in the folder path as per the API spec.
Also - why is there "name", "displayName" and now "fullName" ?
- depends on
-
JENKINS-35773 Backend PoC: extensibility and data retrieval
- Resolved