list_cloud_build_triggers
List Cloud Build triggers in a specified GCP project to manage and monitor automated build configurations efficiently.
Instructions
List Cloud Build triggers in a GCP project.
Args:
project_id: The ID of the GCP project to list build triggers for
Returns:
List of Cloud Build triggers in the specified GCP project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"title": "list_cloud_build_triggersArguments",
"type": "object"
}