Data Source: oci_devops_build_pipelines

This data source provides the list of Build Pipelines in Oracle Cloud Infrastructure Devops service.

Returns a list of build pipelines.

Example Usage

data "oci_devops_build_pipelines" "test_build_pipelines" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.build_pipeline_display_name
	id = var.build_pipeline_id
	project_id = oci_devops_project.test_project.id
	state = var.build_pipeline_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

BuildPipeline Reference

The following attributes are exported: