@@ -232,20 +232,21 @@ $ sh scripts/image_push.sh docker_user_name
23223248 . ` list_pipelines ` - List pipelines in a GitLab project with filtering options
23323349 . ` get_pipeline ` - Get details of a specific pipeline in a GitLab project
23423450 . ` list_pipeline_jobs ` - List all jobs in a specific pipeline
235- 51 . ` get_pipeline_job ` - Get details of a GitLab pipeline job number
236- 52 . ` get_pipeline_job_output ` - Get the output/trace of a GitLab pipeline job number
237- 53 . ` create_pipeline ` - Create a new pipeline for a branch or tag
238- 54 . ` retry_pipeline ` - Retry a failed or canceled pipeline
239- 55 . ` cancel_pipeline ` - Cancel a running pipeline
240- 56 . ` list_merge_requests ` - List merge requests in a GitLab project with filtering options
241- 57 . ` list_milestones ` - List milestones in a GitLab project with filtering options
242- 58 . ` get_milestone ` - Get details of a specific milestone
243- 59 . ` create_milestone ` - Create a new milestone in a GitLab project
244- 60 . ` edit_milestone ` - Edit an existing milestone in a GitLab project
245- 61 . ` delete_milestone ` - Delete a milestone from a GitLab project
246- 62 . ` get_milestone_issue ` - Get issues associated with a specific milestone
247- 63 . ` get_milestone_merge_requests ` - Get merge requests associated with a specific milestone
248- 64 . ` promote_milestone ` - Promote a milestone to the next stage
249- 65 . ` get_milestone_burndown_events ` - Get burndown events for a specific milestone
250- 66 . ` get_users ` - Get GitLab user details by usernames
235+ 51 . ` list_pipeline_trigger_jobs ` - List all trigger jobs (bridges) in a specific pipeline that trigger downstream pipelines
236+ 52 . ` get_pipeline_job ` - Get details of a GitLab pipeline job number
237+ 53 . ` get_pipeline_job_output ` - Get the output/trace of a GitLab pipeline job number
238+ 54 . ` create_pipeline ` - Create a new pipeline for a branch or tag
239+ 55 . ` retry_pipeline ` - Retry a failed or canceled pipeline
240+ 56 . ` cancel_pipeline ` - Cancel a running pipeline
241+ 57 . ` list_merge_requests ` - List merge requests in a GitLab project with filtering options
242+ 58 . ` list_milestones ` - List milestones in a GitLab project with filtering options
243+ 59 . ` get_milestone ` - Get details of a specific milestone
244+ 60 . ` create_milestone ` - Create a new milestone in a GitLab project
245+ 61 . ` edit_milestone ` - Edit an existing milestone in a GitLab project
246+ 62 . ` delete_milestone ` - Delete a milestone from a GitLab project
247+ 63 . ` get_milestone_issue ` - Get issues associated with a specific milestone
248+ 64 . ` get_milestone_merge_requests ` - Get merge requests associated with a specific milestone
249+ 65 . ` promote_milestone ` - Promote a milestone to the next stage
250+ 66 . ` get_milestone_burndown_events ` - Get burndown events for a specific milestone
251+ 67 . ` get_users ` - Get GitLab user details by usernames
251252<!-- TOOLS-END -->
0 commit comments