Forum Discussion
3 Replies
- aleungContributor III
There isn’t an easy way today at the org level. What you can do is the following:
- Build a pipeline to download all pipeline to local disk as slp (json file)
- You can then text search within all the slp you have.
- snarendranNew Contributor
Thank you very much.
- delContributor III
I use a similar method. Each evening, we have a “pipeline backup” pipeline that backs up any newly modified pipelines to a database table. When I need to find pipelines with certain text, I have a separate “pipeline data search” pipeline where I can feed a regex expression as a parameter to search the database.