Reputation: 2375
I am asked to produce a wiki has links to all projects in Jenkins. Is there a way to produce the list of all projects URL in a folder?
Upvotes: 4
Views: 5273
Reputation: 833
Go to /api/json?pretty=true if you want to see all of your projects.
Or
Go to /view/your_folder_name/api/json?pretty=true if you want to see just the projects in that folder.
Or
Scroll to the bottom of any of your jenkins folders -> Click "REST API" -> Click either "JSON API" or "XML API"
There you will see a list of all of your projects with their urls.
Upvotes: 5