Hi Team,
I am using below mentioned method to get list of all pipelines.
But it is returning all the values like version, commit id.
I want only pipeline name.
sch = ControlHub(credential_id, token)
pipeline_list = sch.pipelines.get_all()
I tried sch.pipeline.name but it is not supporting.