Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DevOps.getBuildRun
Explore with Pulumi AI
This data source provides details about a specific Build Run resource in Oracle Cloud Infrastructure Devops service.
Returns the details of a build run for a given build run ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBuildRun = oci.DevOps.getBuildRun({
    buildRunId: testBuildRunOciDevopsBuildRun.id,
});
import pulumi
import pulumi_oci as oci
test_build_run = oci.DevOps.get_build_run(build_run_id=test_build_run_oci_devops_build_run["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/devops"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := devops.GetBuildRun(ctx, &devops.GetBuildRunArgs{
			BuildRunId: testBuildRunOciDevopsBuildRun.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testBuildRun = Oci.DevOps.GetBuildRun.Invoke(new()
    {
        BuildRunId = testBuildRunOciDevopsBuildRun.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DevOps.DevOpsFunctions;
import com.pulumi.oci.DevOps.inputs.GetBuildRunArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testBuildRun = DevOpsFunctions.getBuildRun(GetBuildRunArgs.builder()
            .buildRunId(testBuildRunOciDevopsBuildRun.id())
            .build());
    }
}
variables:
  testBuildRun:
    fn::invoke:
      function: oci:DevOps:getBuildRun
      arguments:
        buildRunId: ${testBuildRunOciDevopsBuildRun.id}
Using getBuildRun
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBuildRun(args: GetBuildRunArgs, opts?: InvokeOptions): Promise<GetBuildRunResult>
function getBuildRunOutput(args: GetBuildRunOutputArgs, opts?: InvokeOptions): Output<GetBuildRunResult>def get_build_run(build_run_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetBuildRunResult
def get_build_run_output(build_run_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetBuildRunResult]func LookupBuildRun(ctx *Context, args *LookupBuildRunArgs, opts ...InvokeOption) (*LookupBuildRunResult, error)
func LookupBuildRunOutput(ctx *Context, args *LookupBuildRunOutputArgs, opts ...InvokeOption) LookupBuildRunResultOutput> Note: This function is named LookupBuildRun in the Go SDK.
public static class GetBuildRun 
{
    public static Task<GetBuildRunResult> InvokeAsync(GetBuildRunArgs args, InvokeOptions? opts = null)
    public static Output<GetBuildRunResult> Invoke(GetBuildRunInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBuildRunResult> getBuildRun(GetBuildRunArgs args, InvokeOptions options)
public static Output<GetBuildRunResult> getBuildRun(GetBuildRunArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DevOps/getBuildRun:getBuildRun
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BuildRun stringId 
- Unique build run identifier.
- BuildRun stringId 
- Unique build run identifier.
- buildRun StringId 
- Unique build run identifier.
- buildRun stringId 
- Unique build run identifier.
- build_run_ strid 
- Unique build run identifier.
- buildRun StringId 
- Unique build run identifier.
getBuildRun Result
The following output properties are available:
- BuildOutputs List<GetBuild Run Build Output> 
- Outputs from the build.
- BuildPipeline stringId 
- The OCID of the build pipeline to be triggered.
- BuildRun List<GetArguments Build Run Build Run Argument> 
- Specifies list of arguments passed along with the build run.
- BuildRun stringId 
- BuildRun List<GetProgresses Build Run Build Run Progress> 
- The run progress details of a build run.
- BuildRun List<GetSources Build Run Build Run Source> 
- The source from which the build run is triggered.
- CommitInfos List<GetBuild Run Commit Info> 
- Commit details that need to be used for the build run.
- CompartmentId string
- The OCID of the compartment where the build is running.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
- Id string
- Unique identifier that is immutable on creation.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ProjectId string
- The OCID of the DevOps project.
- State string
- The current state of the build run.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the build run was created. Format defined by RFC3339.
- TimeUpdated string
- The time the build run was updated. Format defined by RFC3339.
- BuildOutputs []GetBuild Run Build Output 
- Outputs from the build.
- BuildPipeline stringId 
- The OCID of the build pipeline to be triggered.
- BuildRun []GetArguments Build Run Build Run Argument 
- Specifies list of arguments passed along with the build run.
- BuildRun stringId 
- BuildRun []GetProgresses Build Run Build Run Progress 
- The run progress details of a build run.
- BuildRun []GetSources Build Run Build Run Source 
- The source from which the build run is triggered.
- CommitInfos []GetBuild Run Commit Info 
- Commit details that need to be used for the build run.
- CompartmentId string
- The OCID of the compartment where the build is running.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
- Id string
- Unique identifier that is immutable on creation.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- ProjectId string
- The OCID of the DevOps project.
- State string
- The current state of the build run.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the build run was created. Format defined by RFC3339.
- TimeUpdated string
- The time the build run was updated. Format defined by RFC3339.
- buildOutputs List<GetBuild Run Build Output> 
- Outputs from the build.
- buildPipeline StringId 
- The OCID of the build pipeline to be triggered.
- buildRun List<GetArguments Build Run Build Run Argument> 
- Specifies list of arguments passed along with the build run.
- buildRun StringId 
- buildRun List<GetProgresses Build Run Build Run Progress> 
- The run progress details of a build run.
- buildRun List<GetSources Build Run Build Run Source> 
- The source from which the build run is triggered.
- commitInfos List<GetBuild Run Commit Info> 
- Commit details that need to be used for the build run.
- compartmentId String
- The OCID of the compartment where the build is running.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
- id String
- Unique identifier that is immutable on creation.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- projectId String
- The OCID of the DevOps project.
- state String
- The current state of the build run.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the build run was created. Format defined by RFC3339.
- timeUpdated String
- The time the build run was updated. Format defined by RFC3339.
- buildOutputs GetBuild Run Build Output[] 
- Outputs from the build.
- buildPipeline stringId 
- The OCID of the build pipeline to be triggered.
- buildRun GetArguments Build Run Build Run Argument[] 
- Specifies list of arguments passed along with the build run.
- buildRun stringId 
- buildRun GetProgresses Build Run Build Run Progress[] 
- The run progress details of a build run.
- buildRun GetSources Build Run Build Run Source[] 
- The source from which the build run is triggered.
- commitInfos GetBuild Run Commit Info[] 
- Commit details that need to be used for the build run.
- compartmentId string
- The OCID of the compartment where the build is running.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- displayName string
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
- id string
- Unique identifier that is immutable on creation.
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- projectId string
- The OCID of the DevOps project.
- state string
- The current state of the build run.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The time the build run was created. Format defined by RFC3339.
- timeUpdated string
- The time the build run was updated. Format defined by RFC3339.
- build_outputs Sequence[GetBuild Run Build Output] 
- Outputs from the build.
- build_pipeline_ strid 
- The OCID of the build pipeline to be triggered.
- build_run_ Sequence[Getarguments Build Run Build Run Argument] 
- Specifies list of arguments passed along with the build run.
- build_run_ strid 
- build_run_ Sequence[Getprogresses Build Run Build Run Progress] 
- The run progress details of a build run.
- build_run_ Sequence[Getsources Build Run Build Run Source] 
- The source from which the build run is triggered.
- commit_infos Sequence[GetBuild Run Commit Info] 
- Commit details that need to be used for the build run.
- compartment_id str
- The OCID of the compartment where the build is running.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- display_name str
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
- id str
- Unique identifier that is immutable on creation.
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- project_id str
- The OCID of the DevOps project.
- state str
- The current state of the build run.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The time the build run was created. Format defined by RFC3339.
- time_updated str
- The time the build run was updated. Format defined by RFC3339.
- buildOutputs List<Property Map>
- Outputs from the build.
- buildPipeline StringId 
- The OCID of the build pipeline to be triggered.
- buildRun List<Property Map>Arguments 
- Specifies list of arguments passed along with the build run.
- buildRun StringId 
- buildRun List<Property Map>Progresses 
- The run progress details of a build run.
- buildRun List<Property Map>Sources 
- The source from which the build run is triggered.
- commitInfos List<Property Map>
- Commit details that need to be used for the build run.
- compartmentId String
- The OCID of the compartment where the build is running.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
- id String
- Unique identifier that is immutable on creation.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- projectId String
- The OCID of the DevOps project.
- state String
- The current state of the build run.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the build run was created. Format defined by RFC3339.
- timeUpdated String
- The time the build run was updated. Format defined by RFC3339.
Supporting Types
GetBuildRunBuildOutput    
- ArtifactOverride List<GetParameters Build Run Build Output Artifact Override Parameter> 
- Specifies the list of artifact override arguments at the time of deployment.
- DeliveredArtifacts List<GetBuild Run Build Output Delivered Artifact> 
- Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- ExportedVariables List<GetBuild Run Build Output Exported Variable> 
- Specifies list of exported variables.
- VulnerabilityAudit List<GetSummary Collections Build Run Build Output Vulnerability Audit Summary Collection> 
- List of vulnerability audit summary.
- ArtifactOverride []GetParameters Build Run Build Output Artifact Override Parameter 
- Specifies the list of artifact override arguments at the time of deployment.
- DeliveredArtifacts []GetBuild Run Build Output Delivered Artifact 
- Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- ExportedVariables []GetBuild Run Build Output Exported Variable 
- Specifies list of exported variables.
- VulnerabilityAudit []GetSummary Collections Build Run Build Output Vulnerability Audit Summary Collection 
- List of vulnerability audit summary.
- artifactOverride List<GetParameters Build Run Build Output Artifact Override Parameter> 
- Specifies the list of artifact override arguments at the time of deployment.
- deliveredArtifacts List<GetBuild Run Build Output Delivered Artifact> 
- Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- exportedVariables List<GetBuild Run Build Output Exported Variable> 
- Specifies list of exported variables.
- vulnerabilityAudit List<GetSummary Collections Build Run Build Output Vulnerability Audit Summary Collection> 
- List of vulnerability audit summary.
- artifactOverride GetParameters Build Run Build Output Artifact Override Parameter[] 
- Specifies the list of artifact override arguments at the time of deployment.
- deliveredArtifacts GetBuild Run Build Output Delivered Artifact[] 
- Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- exportedVariables GetBuild Run Build Output Exported Variable[] 
- Specifies list of exported variables.
- vulnerabilityAudit GetSummary Collections Build Run Build Output Vulnerability Audit Summary Collection[] 
- List of vulnerability audit summary.
- artifact_override_ Sequence[Getparameters Build Run Build Output Artifact Override Parameter] 
- Specifies the list of artifact override arguments at the time of deployment.
- delivered_artifacts Sequence[GetBuild Run Build Output Delivered Artifact] 
- Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- exported_variables Sequence[GetBuild Run Build Output Exported Variable] 
- Specifies list of exported variables.
- vulnerability_audit_ Sequence[Getsummary_ collections Build Run Build Output Vulnerability Audit Summary Collection] 
- List of vulnerability audit summary.
- artifactOverride List<Property Map>Parameters 
- Specifies the list of artifact override arguments at the time of deployment.
- deliveredArtifacts List<Property Map>
- Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- exportedVariables List<Property Map>
- Specifies list of exported variables.
- vulnerabilityAudit List<Property Map>Summary Collections 
- List of vulnerability audit summary.
GetBuildRunBuildOutputArtifactOverrideParameter       
- Items
List<GetBuild Run Build Output Artifact Override Parameter Item> 
- List of exported variables.
- Items
[]GetBuild Run Build Output Artifact Override Parameter Item 
- List of exported variables.
- items
List<GetBuild Run Build Output Artifact Override Parameter Item> 
- List of exported variables.
- items
GetBuild Run Build Output Artifact Override Parameter Item[] 
- List of exported variables.
- items
Sequence[GetBuild Run Build Output Artifact Override Parameter Item] 
- List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildOutputArtifactOverrideParameterItem        
- DeployArtifact stringId 
- The OCID of the deployment artifact definition.
- Name string
- Name of the step.
- Value string
- Value of the argument.
- DeployArtifact stringId 
- The OCID of the deployment artifact definition.
- Name string
- Name of the step.
- Value string
- Value of the argument.
- deployArtifact StringId 
- The OCID of the deployment artifact definition.
- name String
- Name of the step.
- value String
- Value of the argument.
- deployArtifact stringId 
- The OCID of the deployment artifact definition.
- name string
- Name of the step.
- value string
- Value of the argument.
- deploy_artifact_ strid 
- The OCID of the deployment artifact definition.
- name str
- Name of the step.
- value str
- Value of the argument.
- deployArtifact StringId 
- The OCID of the deployment artifact definition.
- name String
- Name of the step.
- value String
- Value of the argument.
GetBuildRunBuildOutputDeliveredArtifact      
- Items
List<GetBuild Run Build Output Delivered Artifact Item> 
- List of exported variables.
- Items
[]GetBuild Run Build Output Delivered Artifact Item 
- List of exported variables.
- items
List<GetBuild Run Build Output Delivered Artifact Item> 
- List of exported variables.
- items
GetBuild Run Build Output Delivered Artifact Item[] 
- List of exported variables.
- items
Sequence[GetBuild Run Build Output Delivered Artifact Item] 
- List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildOutputDeliveredArtifactItem       
- ArtifactRepository stringId 
- The OCID of the artifact registry repository used by the DeliverArtifactStage
- ArtifactType string
- Type of artifact delivered.
- DeliveredArtifact stringHash 
- The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- DeliveredArtifact stringId 
- The OCID of the artifact pushed by the Deliver Artifacts stage.
- DeployArtifact stringId 
- The OCID of the deployment artifact definition.
- ImageUri string
- The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- OutputArtifact stringName 
- Name of the output artifact defined in the build specification file.
- Path string
- Path of the repository where artifact was pushed
- Version string
- Version of the artifact pushed
- ArtifactRepository stringId 
- The OCID of the artifact registry repository used by the DeliverArtifactStage
- ArtifactType string
- Type of artifact delivered.
- DeliveredArtifact stringHash 
- The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- DeliveredArtifact stringId 
- The OCID of the artifact pushed by the Deliver Artifacts stage.
- DeployArtifact stringId 
- The OCID of the deployment artifact definition.
- ImageUri string
- The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- OutputArtifact stringName 
- Name of the output artifact defined in the build specification file.
- Path string
- Path of the repository where artifact was pushed
- Version string
- Version of the artifact pushed
- artifactRepository StringId 
- The OCID of the artifact registry repository used by the DeliverArtifactStage
- artifactType String
- Type of artifact delivered.
- deliveredArtifact StringHash 
- The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- deliveredArtifact StringId 
- The OCID of the artifact pushed by the Deliver Artifacts stage.
- deployArtifact StringId 
- The OCID of the deployment artifact definition.
- imageUri String
- The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- outputArtifact StringName 
- Name of the output artifact defined in the build specification file.
- path String
- Path of the repository where artifact was pushed
- version String
- Version of the artifact pushed
- artifactRepository stringId 
- The OCID of the artifact registry repository used by the DeliverArtifactStage
- artifactType string
- Type of artifact delivered.
- deliveredArtifact stringHash 
- The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- deliveredArtifact stringId 
- The OCID of the artifact pushed by the Deliver Artifacts stage.
- deployArtifact stringId 
- The OCID of the deployment artifact definition.
- imageUri string
- The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- outputArtifact stringName 
- Name of the output artifact defined in the build specification file.
- path string
- Path of the repository where artifact was pushed
- version string
- Version of the artifact pushed
- artifact_repository_ strid 
- The OCID of the artifact registry repository used by the DeliverArtifactStage
- artifact_type str
- Type of artifact delivered.
- delivered_artifact_ strhash 
- The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- delivered_artifact_ strid 
- The OCID of the artifact pushed by the Deliver Artifacts stage.
- deploy_artifact_ strid 
- The OCID of the deployment artifact definition.
- image_uri str
- The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- output_artifact_ strname 
- Name of the output artifact defined in the build specification file.
- path str
- Path of the repository where artifact was pushed
- version str
- Version of the artifact pushed
- artifactRepository StringId 
- The OCID of the artifact registry repository used by the DeliverArtifactStage
- artifactType String
- Type of artifact delivered.
- deliveredArtifact StringHash 
- The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- deliveredArtifact StringId 
- The OCID of the artifact pushed by the Deliver Artifacts stage.
- deployArtifact StringId 
- The OCID of the deployment artifact definition.
- imageUri String
- The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- outputArtifact StringName 
- Name of the output artifact defined in the build specification file.
- path String
- Path of the repository where artifact was pushed
- version String
- Version of the artifact pushed
GetBuildRunBuildOutputExportedVariable      
- Items
List<GetBuild Run Build Output Exported Variable Item> 
- List of exported variables.
- Items
[]GetBuild Run Build Output Exported Variable Item 
- List of exported variables.
- items
List<GetBuild Run Build Output Exported Variable Item> 
- List of exported variables.
- items
GetBuild Run Build Output Exported Variable Item[] 
- List of exported variables.
- items
Sequence[GetBuild Run Build Output Exported Variable Item] 
- List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildOutputExportedVariableItem       
GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection        
- Items
List<GetBuild Run Build Output Vulnerability Audit Summary Collection Item> 
- List of exported variables.
- Items
[]GetBuild Run Build Output Vulnerability Audit Summary Collection Item 
- List of exported variables.
- items
List<GetBuild Run Build Output Vulnerability Audit Summary Collection Item> 
- List of exported variables.
- items
GetBuild Run Build Output Vulnerability Audit Summary Collection Item[] 
- List of exported variables.
- items
Sequence[GetBuild Run Build Output Vulnerability Audit Summary Collection Item] 
- List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem         
- BuildStage stringId 
- Build stage OCID where scan was configured.
- CommitHash string
- Commit hash pertinent to the repository URL and the specified branch.
- VulnerabilityAudit stringId 
- The OCID of the vulnerability audit.
- BuildStage stringId 
- Build stage OCID where scan was configured.
- CommitHash string
- Commit hash pertinent to the repository URL and the specified branch.
- VulnerabilityAudit stringId 
- The OCID of the vulnerability audit.
- buildStage StringId 
- Build stage OCID where scan was configured.
- commitHash String
- Commit hash pertinent to the repository URL and the specified branch.
- vulnerabilityAudit StringId 
- The OCID of the vulnerability audit.
- buildStage stringId 
- Build stage OCID where scan was configured.
- commitHash string
- Commit hash pertinent to the repository URL and the specified branch.
- vulnerabilityAudit stringId 
- The OCID of the vulnerability audit.
- build_stage_ strid 
- Build stage OCID where scan was configured.
- commit_hash str
- Commit hash pertinent to the repository URL and the specified branch.
- vulnerability_audit_ strid 
- The OCID of the vulnerability audit.
- buildStage StringId 
- Build stage OCID where scan was configured.
- commitHash String
- Commit hash pertinent to the repository URL and the specified branch.
- vulnerabilityAudit StringId 
- The OCID of the vulnerability audit.
GetBuildRunBuildRunArgument     
- Items
List<GetBuild Run Build Run Argument Item> 
- List of exported variables.
- Items
[]GetBuild Run Build Run Argument Item 
- List of exported variables.
- items
List<GetBuild Run Build Run Argument Item> 
- List of exported variables.
- items
GetBuild Run Build Run Argument Item[] 
- List of exported variables.
- items
Sequence[GetBuild Run Build Run Argument Item] 
- List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildRunArgumentItem      
GetBuildRunBuildRunProgress     
- BuildPipeline Dictionary<string, string>Stage Run Progress 
- Map of stage OCIDs to build pipeline stage run progress model.
- TimeFinished string
- The time the build run finished. Format defined by RFC3339.
- TimeStarted string
- The time the build run started. Format defined by RFC3339.
- BuildPipeline map[string]stringStage Run Progress 
- Map of stage OCIDs to build pipeline stage run progress model.
- TimeFinished string
- The time the build run finished. Format defined by RFC3339.
- TimeStarted string
- The time the build run started. Format defined by RFC3339.
- buildPipeline Map<String,String>Stage Run Progress 
- Map of stage OCIDs to build pipeline stage run progress model.
- timeFinished String
- The time the build run finished. Format defined by RFC3339.
- timeStarted String
- The time the build run started. Format defined by RFC3339.
- buildPipeline {[key: string]: string}Stage Run Progress 
- Map of stage OCIDs to build pipeline stage run progress model.
- timeFinished string
- The time the build run finished. Format defined by RFC3339.
- timeStarted string
- The time the build run started. Format defined by RFC3339.
- build_pipeline_ Mapping[str, str]stage_ run_ progress 
- Map of stage OCIDs to build pipeline stage run progress model.
- time_finished str
- The time the build run finished. Format defined by RFC3339.
- time_started str
- The time the build run started. Format defined by RFC3339.
- buildPipeline Map<String>Stage Run Progress 
- Map of stage OCIDs to build pipeline stage run progress model.
- timeFinished String
- The time the build run finished. Format defined by RFC3339.
- timeStarted String
- The time the build run started. Format defined by RFC3339.
GetBuildRunBuildRunSource     
- RepositoryId string
- The DevOps code repository identifier that invoked the build run.
- SourceType string
- The source from which the build run is triggered.
- TriggerId string
- The trigger that invoked the build run.
- TriggerInfos List<GetBuild Run Build Run Source Trigger Info> 
- Trigger details that need to be used for the BuildRun
- RepositoryId string
- The DevOps code repository identifier that invoked the build run.
- SourceType string
- The source from which the build run is triggered.
- TriggerId string
- The trigger that invoked the build run.
- TriggerInfos []GetBuild Run Build Run Source Trigger Info 
- Trigger details that need to be used for the BuildRun
- repositoryId String
- The DevOps code repository identifier that invoked the build run.
- sourceType String
- The source from which the build run is triggered.
- triggerId String
- The trigger that invoked the build run.
- triggerInfos List<GetBuild Run Build Run Source Trigger Info> 
- Trigger details that need to be used for the BuildRun
- repositoryId string
- The DevOps code repository identifier that invoked the build run.
- sourceType string
- The source from which the build run is triggered.
- triggerId string
- The trigger that invoked the build run.
- triggerInfos GetBuild Run Build Run Source Trigger Info[] 
- Trigger details that need to be used for the BuildRun
- repository_id str
- The DevOps code repository identifier that invoked the build run.
- source_type str
- The source from which the build run is triggered.
- trigger_id str
- The trigger that invoked the build run.
- trigger_infos Sequence[GetBuild Run Build Run Source Trigger Info] 
- Trigger details that need to be used for the BuildRun
- repositoryId String
- The DevOps code repository identifier that invoked the build run.
- sourceType String
- The source from which the build run is triggered.
- triggerId String
- The trigger that invoked the build run.
- triggerInfos List<Property Map>
- Trigger details that need to be used for the BuildRun
GetBuildRunBuildRunSourceTriggerInfo       
- Actions
List<GetBuild Run Build Run Source Trigger Info Action> 
- The list of actions that are to be performed for this Trigger
- DisplayName string
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Actions
[]GetBuild Run Build Run Source Trigger Info Action 
- The list of actions that are to be performed for this Trigger
- DisplayName string
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- actions
List<GetBuild Run Build Run Source Trigger Info Action> 
- The list of actions that are to be performed for this Trigger
- displayName String
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- actions
GetBuild Run Build Run Source Trigger Info Action[] 
- The list of actions that are to be performed for this Trigger
- displayName string
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- actions
Sequence[GetBuild Run Build Run Source Trigger Info Action] 
- The list of actions that are to be performed for this Trigger
- display_name str
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- actions List<Property Map>
- The list of actions that are to be performed for this Trigger
- displayName String
- Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetBuildRunBuildRunSourceTriggerInfoAction        
- BuildPipeline stringId 
- The OCID of the build pipeline to be triggered.
- Filters
List<GetBuild Run Build Run Source Trigger Info Action Filter> 
- Type string
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- BuildPipeline stringId 
- The OCID of the build pipeline to be triggered.
- Filters
[]GetBuild Run Build Run Source Trigger Info Action Filter 
- Type string
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- buildPipeline StringId 
- The OCID of the build pipeline to be triggered.
- filters
List<GetBuild Run Build Run Source Trigger Info Action Filter> 
- type String
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- buildPipeline stringId 
- The OCID of the build pipeline to be triggered.
- filters
GetBuild Run Build Run Source Trigger Info Action Filter[] 
- type string
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- build_pipeline_ strid 
- The OCID of the build pipeline to be triggered.
- filters
Sequence[GetBuild Run Build Run Source Trigger Info Action Filter] 
- type str
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- buildPipeline StringId 
- The OCID of the build pipeline to be triggered.
- filters List<Property Map>
- type String
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
GetBuildRunBuildRunSourceTriggerInfoActionFilter         
- Events List<string>
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- Excludes
List<GetBuild Run Build Run Source Trigger Info Action Filter Exclude> 
- Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- Includes
List<GetBuild Run Build Run Source Trigger Info Action Filter Include> 
- Attributes to filter GitLab self-hosted server events.
- TriggerSource string
- Source of the trigger. Allowed values are, GITHUB and GITLAB.
- Events []string
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- Excludes
[]GetBuild Run Build Run Source Trigger Info Action Filter Exclude 
- Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- Includes
[]GetBuild Run Build Run Source Trigger Info Action Filter Include 
- Attributes to filter GitLab self-hosted server events.
- TriggerSource string
- Source of the trigger. Allowed values are, GITHUB and GITLAB.
- events List<String>
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- excludes
List<GetBuild Run Build Run Source Trigger Info Action Filter Exclude> 
- Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- includes
List<GetBuild Run Build Run Source Trigger Info Action Filter Include> 
- Attributes to filter GitLab self-hosted server events.
- triggerSource String
- Source of the trigger. Allowed values are, GITHUB and GITLAB.
- events string[]
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- excludes
GetBuild Run Build Run Source Trigger Info Action Filter Exclude[] 
- Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- includes
GetBuild Run Build Run Source Trigger Info Action Filter Include[] 
- Attributes to filter GitLab self-hosted server events.
- triggerSource string
- Source of the trigger. Allowed values are, GITHUB and GITLAB.
- events Sequence[str]
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- excludes
Sequence[GetBuild Run Build Run Source Trigger Info Action Filter Exclude] 
- Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- includes
Sequence[GetBuild Run Build Run Source Trigger Info Action Filter Include] 
- Attributes to filter GitLab self-hosted server events.
- trigger_source str
- Source of the trigger. Allowed values are, GITHUB and GITLAB.
- events List<String>
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- excludes List<Property Map>
- Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- includes List<Property Map>
- Attributes to filter GitLab self-hosted server events.
- triggerSource String
- Source of the trigger. Allowed values are, GITHUB and GITLAB.
GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude          
- FileFilters List<GetBuild Run Build Run Source Trigger Info Action Filter Exclude File Filter> 
- Attributes to support include/exclude files for triggering build runs.
- FileFilters []GetBuild Run Build Run Source Trigger Info Action Filter Exclude File Filter 
- Attributes to support include/exclude files for triggering build runs.
- fileFilters List<GetBuild Run Build Run Source Trigger Info Action Filter Exclude File Filter> 
- Attributes to support include/exclude files for triggering build runs.
- fileFilters GetBuild Run Build Run Source Trigger Info Action Filter Exclude File Filter[] 
- Attributes to support include/exclude files for triggering build runs.
- file_filters Sequence[GetBuild Run Build Run Source Trigger Info Action Filter Exclude File Filter] 
- Attributes to support include/exclude files for triggering build runs.
- fileFilters List<Property Map>
- Attributes to support include/exclude files for triggering build runs.
GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter            
- FilePaths List<string>
- The file paths/glob pattern for files.
- FilePaths []string
- The file paths/glob pattern for files.
- filePaths List<String>
- The file paths/glob pattern for files.
- filePaths string[]
- The file paths/glob pattern for files.
- file_paths Sequence[str]
- The file paths/glob pattern for files.
- filePaths List<String>
- The file paths/glob pattern for files.
GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude          
- BaseRef string
- The target branch for pull requests; not applicable for push requests.
- FileFilters List<GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter> 
- Attributes to support include/exclude files for triggering build runs.
- HeadRef string
- Branch for push event; source branch for pull requests.
- RepositoryName string
- The repository name for trigger events.
- BaseRef string
- The target branch for pull requests; not applicable for push requests.
- FileFilters []GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter 
- Attributes to support include/exclude files for triggering build runs.
- HeadRef string
- Branch for push event; source branch for pull requests.
- RepositoryName string
- The repository name for trigger events.
- baseRef String
- The target branch for pull requests; not applicable for push requests.
- fileFilters List<GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter> 
- Attributes to support include/exclude files for triggering build runs.
- headRef String
- Branch for push event; source branch for pull requests.
- repositoryName String
- The repository name for trigger events.
- baseRef string
- The target branch for pull requests; not applicable for push requests.
- fileFilters GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter[] 
- Attributes to support include/exclude files for triggering build runs.
- headRef string
- Branch for push event; source branch for pull requests.
- repositoryName string
- The repository name for trigger events.
- base_ref str
- The target branch for pull requests; not applicable for push requests.
- file_filters Sequence[GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter] 
- Attributes to support include/exclude files for triggering build runs.
- head_ref str
- Branch for push event; source branch for pull requests.
- repository_name str
- The repository name for trigger events.
- baseRef String
- The target branch for pull requests; not applicable for push requests.
- fileFilters List<Property Map>
- Attributes to support include/exclude files for triggering build runs.
- headRef String
- Branch for push event; source branch for pull requests.
- repositoryName String
- The repository name for trigger events.
GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter            
- FilePaths List<string>
- The file paths/glob pattern for files.
- FilePaths []string
- The file paths/glob pattern for files.
- filePaths List<String>
- The file paths/glob pattern for files.
- filePaths string[]
- The file paths/glob pattern for files.
- file_paths Sequence[str]
- The file paths/glob pattern for files.
- filePaths List<String>
- The file paths/glob pattern for files.
GetBuildRunCommitInfo    
- CommitHash string
- Commit hash pertinent to the repository URL and the specified branch.
- RepositoryBranch string
- Name of the repository branch.
- RepositoryUrl string
- Repository URL.
- CommitHash string
- Commit hash pertinent to the repository URL and the specified branch.
- RepositoryBranch string
- Name of the repository branch.
- RepositoryUrl string
- Repository URL.
- commitHash String
- Commit hash pertinent to the repository URL and the specified branch.
- repositoryBranch String
- Name of the repository branch.
- repositoryUrl String
- Repository URL.
- commitHash string
- Commit hash pertinent to the repository URL and the specified branch.
- repositoryBranch string
- Name of the repository branch.
- repositoryUrl string
- Repository URL.
- commit_hash str
- Commit hash pertinent to the repository URL and the specified branch.
- repository_branch str
- Name of the repository branch.
- repository_url str
- Repository URL.
- commitHash String
- Commit hash pertinent to the repository URL and the specified branch.
- repositoryBranch String
- Name of the repository branch.
- repositoryUrl String
- Repository URL.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.