As of today, there is not possibility to do Bulk Update of pipelines using API update (As per the harness documentation: https://apidocs.harness.io/tag/Pipeline#operation/updatePipelineV2)
We would like to have the functionality to do bulk updates to all the pipelines in our account without providing the entire yamls of the pipelines (the process to do single pipeline update as per harness documentation). We have some 1000+ pipelines and to update all the pipelines by the creating an automation script using below process is a bit lengthy and tiresome process and also risky:
1.Get list of pipelines
2.Get pipeline yaml using Get API for each pipeline
3.update the yaml with delegate selector
4.Run update API.
So, it would be great if a feature can be provided to update the pipelines by providing the account, org, project and pipeline identifiers and the yaml code that needs to be added/updated for all the pipelines without providing the entire pipelines yamls would be really helpful.
Thanks.!