deployment_inference_rules
Record of all deployment inference rules.
-
id
Primary key - Unique identifier for the row.
-
name
string - The name of the rule.
-
use_regex_for_pipeline
boolean - Whether to use regex for pipeline matching.
-
ci_cd_level
number - Their hierarchy level of the CI/CD job that triggered the deployment.
-
base_ref
string - Reference to the branch where changes would be pulled into. Typically a branch name.
-
environment
string - Deployment environment for the rule (e.g., production, staging).
-
repository
string - The repository specified for the deployments.
-
use_regex_for_repository
boolean - Whether to use regex for repository matching.
-
service
string - The name of the service for the rule.
-
pipeline_source_id
Foreign key - ID of the pipeline source for the deployment inference rule.
-
user_source_id
Foreign key - Source ID of the user associated with the rule.
-
integration_branch
string - Name of the integration branch for the rule, if any.
-
default_service_to_repository
boolean - Boolean indicating if the service name is defaulted to the repository name.
-
deleted_at
date - Date at which the rule was deleted, if ever.