-
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
-
mneale Yes, thats bug, lastSuccessfulRun url is wrong, folders are not factored in this url. I will get this fixed.
name: Name of the pipeline, e.g. "p1"
displayName: Descriptive, human readable name, "Pipeline p1"
fullName: Gives fully qualified name, that could include folders as well, e.g. "folder1/folder2/p1"