'How to search my Pipeline among many Projects from DevOps Home Page
If I try to search a pipeline from my organisation’s home page search bar, it shows me nothing. I have multiple projects configured under ADO and I want to search for a pipeline directly from the ADO home UI rather than going inside each and every project and search.
Do we have any option or strategy to do so.
My pipelines are stored in Git.
Solution 1:[1]
Searching for pipelines is not supported out of the box on Azure DevOps. Currently you can search for types shown below:
You may read that you can search for Azure Repos, Pipelines, Test Plans, or an Artifacts page for a project: automatically displays functional filters for code searches.
This search will only search inside a project for files/code with the specific name. First things first you should enable new settings search from preview features.
Given that I have created a pipeline named cron on my test-project (Azure devops project) I can search inside this project for cron, but this search will output only the files that include the cron keyword and not the actual pipeline.
Searching inside a project for cron
Results of the search
https://docs.microsoft.com/en-us/azure/devops/project/search/faq-search?view=azure-devops
Solution 2:[2]
As the search bar only supports searching for code, work item, wiki and package. You can search work items linked to the designated Pipeline instead of searching Pipeline directly.
When you create a Pipeline in a classic mode, you can make “Automatically link new work in this build” and “Create work item on failure” enable.
Then a work item linked to the designated Pipeline is created when the Pipeline builds.
According to the Microsoft document : Get started with search, so far the search results don’t support pipelines searching from either organisation page or project page (only support code, work item, wiki and package).
Thank you for taking the time to share your feature suggestions with us. Your input is valued because it helps us build the right product for our customers. As a result, we depend on the community to validate the request via votes and comments.We hope to continue hearing from you.
You can submit your new feature suggestion in https://developercommunity.visualstudio.com/report?space=21&entry=suggestion.
We love your enthusiasm for our product and hope you will continue submitting ideas for the community to validate.
As the search bar only supports searching for code, work item, wiki and package. You can search work items linked to the designated Pipeline instead of searching Pipeline directly.
When you create a Pipeline in a classic mode, you can make “Automatically link new work in this build” and “Create work item on failure” enable.
Then a work item linked to the designated Pipeline is created when the Pipeline builds.
After that, You can search work items linked to the designated Pipeline in the search bar.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | GeralexGR |
Solution 2 |