1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DevOps
  5. getBuildRun
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.DevOps.getBuildRun

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

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,
});
Copy
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"])
Copy
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
	})
}
Copy
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,
    });

});
Copy
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());

    }
}
Copy
variables:
  testBuildRun:
    fn::invoke:
      function: oci:DevOps:getBuildRun
      arguments:
        buildRunId: ${testBuildRunOciDevopsBuildRun.id}
Copy

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>
Copy
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]
Copy
func GetBuildRun(ctx *Context, args *GetBuildRunArgs, opts ...InvokeOption) (*GetBuildRunResult, error)
func GetBuildRunOutput(ctx *Context, args *GetBuildRunOutputArgs, opts ...InvokeOption) GetBuildRunResultOutput
Copy

> Note: This function is named GetBuildRun 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)
}
Copy
public static CompletableFuture<GetBuildRunResult> getBuildRun(GetBuildRunArgs args, InvokeOptions options)
public static Output<GetBuildRunResult> getBuildRun(GetBuildRunArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DevOps/getBuildRun:getBuildRun
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BuildRunId This property is required. string
Unique build run identifier.
BuildRunId This property is required. string
Unique build run identifier.
buildRunId This property is required. String
Unique build run identifier.
buildRunId This property is required. string
Unique build run identifier.
build_run_id This property is required. str
Unique build run identifier.
buildRunId This property is required. String
Unique build run identifier.

getBuildRun Result

The following output properties are available:

BuildOutputs List<GetBuildRunBuildOutput>
Outputs from the build.
BuildPipelineId string
The OCID of the build pipeline to be triggered.
BuildRunArguments List<GetBuildRunBuildRunArgument>
Specifies list of arguments passed along with the build run.
BuildRunId string
BuildRunProgresses List<GetBuildRunBuildRunProgress>
The run progress details of a build run.
BuildRunSources List<GetBuildRunBuildRunSource>
The source from which the build run is triggered.
CommitInfos List<GetBuildRunCommitInfo>
Commit details that need to be used for the build run.
CompartmentId string
The OCID of the compartment where the build is running.
DefinedTags 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.
FreeformTags 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.
SystemTags 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 []GetBuildRunBuildOutput
Outputs from the build.
BuildPipelineId string
The OCID of the build pipeline to be triggered.
BuildRunArguments []GetBuildRunBuildRunArgument
Specifies list of arguments passed along with the build run.
BuildRunId string
BuildRunProgresses []GetBuildRunBuildRunProgress
The run progress details of a build run.
BuildRunSources []GetBuildRunBuildRunSource
The source from which the build run is triggered.
CommitInfos []GetBuildRunCommitInfo
Commit details that need to be used for the build run.
CompartmentId string
The OCID of the compartment where the build is running.
DefinedTags 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.
FreeformTags 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.
SystemTags 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<GetBuildRunBuildOutput>
Outputs from the build.
buildPipelineId String
The OCID of the build pipeline to be triggered.
buildRunArguments List<GetBuildRunBuildRunArgument>
Specifies list of arguments passed along with the build run.
buildRunId String
buildRunProgresses List<GetBuildRunBuildRunProgress>
The run progress details of a build run.
buildRunSources List<GetBuildRunBuildRunSource>
The source from which the build run is triggered.
commitInfos List<GetBuildRunCommitInfo>
Commit details that need to be used for the build run.
compartmentId String
The OCID of the compartment where the build is running.
definedTags 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.
freeformTags 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.
systemTags 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 GetBuildRunBuildOutput[]
Outputs from the build.
buildPipelineId string
The OCID of the build pipeline to be triggered.
buildRunArguments GetBuildRunBuildRunArgument[]
Specifies list of arguments passed along with the build run.
buildRunId string
buildRunProgresses GetBuildRunBuildRunProgress[]
The run progress details of a build run.
buildRunSources GetBuildRunBuildRunSource[]
The source from which the build run is triggered.
commitInfos GetBuildRunCommitInfo[]
Commit details that need to be used for the build run.
compartmentId string
The OCID of the compartment where the build is running.
definedTags {[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.
freeformTags {[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.
systemTags {[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[devops.GetBuildRunBuildOutput]
Outputs from the build.
build_pipeline_id str
The OCID of the build pipeline to be triggered.
build_run_arguments Sequence[devops.GetBuildRunBuildRunArgument]
Specifies list of arguments passed along with the build run.
build_run_id str
build_run_progresses Sequence[devops.GetBuildRunBuildRunProgress]
The run progress details of a build run.
build_run_sources Sequence[devops.GetBuildRunBuildRunSource]
The source from which the build run is triggered.
commit_infos Sequence[devops.GetBuildRunCommitInfo]
Commit details that need to be used for the build run.
compartment_id str
The OCID of the compartment where the build is running.
defined_tags 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.
freeform_tags 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.
system_tags 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.
buildPipelineId String
The OCID of the build pipeline to be triggered.
buildRunArguments List<Property Map>
Specifies list of arguments passed along with the build run.
buildRunId String
buildRunProgresses List<Property Map>
The run progress details of a build run.
buildRunSources List<Property Map>
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.
definedTags 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.
freeformTags 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.
systemTags 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

ArtifactOverrideParameters This property is required. List<GetBuildRunBuildOutputArtifactOverrideParameter>
Specifies the list of artifact override arguments at the time of deployment.
DeliveredArtifacts This property is required. List<GetBuildRunBuildOutputDeliveredArtifact>
Specifies the list of artifacts delivered through the Deliver Artifacts stage.
ExportedVariables This property is required. List<GetBuildRunBuildOutputExportedVariable>
Specifies list of exported variables.
VulnerabilityAuditSummaryCollections This property is required. List<GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection>
List of vulnerability audit summary.
ArtifactOverrideParameters This property is required. []GetBuildRunBuildOutputArtifactOverrideParameter
Specifies the list of artifact override arguments at the time of deployment.
DeliveredArtifacts This property is required. []GetBuildRunBuildOutputDeliveredArtifact
Specifies the list of artifacts delivered through the Deliver Artifacts stage.
ExportedVariables This property is required. []GetBuildRunBuildOutputExportedVariable
Specifies list of exported variables.
VulnerabilityAuditSummaryCollections This property is required. []GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection
List of vulnerability audit summary.
artifactOverrideParameters This property is required. List<GetBuildRunBuildOutputArtifactOverrideParameter>
Specifies the list of artifact override arguments at the time of deployment.
deliveredArtifacts This property is required. List<GetBuildRunBuildOutputDeliveredArtifact>
Specifies the list of artifacts delivered through the Deliver Artifacts stage.
exportedVariables This property is required. List<GetBuildRunBuildOutputExportedVariable>
Specifies list of exported variables.
vulnerabilityAuditSummaryCollections This property is required. List<GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection>
List of vulnerability audit summary.
artifactOverrideParameters This property is required. GetBuildRunBuildOutputArtifactOverrideParameter[]
Specifies the list of artifact override arguments at the time of deployment.
deliveredArtifacts This property is required. GetBuildRunBuildOutputDeliveredArtifact[]
Specifies the list of artifacts delivered through the Deliver Artifacts stage.
exportedVariables This property is required. GetBuildRunBuildOutputExportedVariable[]
Specifies list of exported variables.
vulnerabilityAuditSummaryCollections This property is required. GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection[]
List of vulnerability audit summary.
artifact_override_parameters This property is required. Sequence[devops.GetBuildRunBuildOutputArtifactOverrideParameter]
Specifies the list of artifact override arguments at the time of deployment.
delivered_artifacts This property is required. Sequence[devops.GetBuildRunBuildOutputDeliveredArtifact]
Specifies the list of artifacts delivered through the Deliver Artifacts stage.
exported_variables This property is required. Sequence[devops.GetBuildRunBuildOutputExportedVariable]
Specifies list of exported variables.
vulnerability_audit_summary_collections This property is required. Sequence[devops.GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection]
List of vulnerability audit summary.
artifactOverrideParameters This property is required. List<Property Map>
Specifies the list of artifact override arguments at the time of deployment.
deliveredArtifacts This property is required. List<Property Map>
Specifies the list of artifacts delivered through the Deliver Artifacts stage.
exportedVariables This property is required. List<Property Map>
Specifies list of exported variables.
vulnerabilityAuditSummaryCollections This property is required. List<Property Map>
List of vulnerability audit summary.

GetBuildRunBuildOutputArtifactOverrideParameter

Items This property is required. List<GetBuildRunBuildOutputArtifactOverrideParameterItem>
List of exported variables.
Items This property is required. []GetBuildRunBuildOutputArtifactOverrideParameterItem
List of exported variables.
items This property is required. List<GetBuildRunBuildOutputArtifactOverrideParameterItem>
List of exported variables.
items This property is required. GetBuildRunBuildOutputArtifactOverrideParameterItem[]
List of exported variables.
items This property is required. Sequence[devops.GetBuildRunBuildOutputArtifactOverrideParameterItem]
List of exported variables.
items This property is required. List<Property Map>
List of exported variables.

GetBuildRunBuildOutputArtifactOverrideParameterItem

DeployArtifactId This property is required. string
The OCID of the deployment artifact definition.
Name This property is required. string
Name of the step.
Value This property is required. string
Value of the argument.
DeployArtifactId This property is required. string
The OCID of the deployment artifact definition.
Name This property is required. string
Name of the step.
Value This property is required. string
Value of the argument.
deployArtifactId This property is required. String
The OCID of the deployment artifact definition.
name This property is required. String
Name of the step.
value This property is required. String
Value of the argument.
deployArtifactId This property is required. string
The OCID of the deployment artifact definition.
name This property is required. string
Name of the step.
value This property is required. string
Value of the argument.
deploy_artifact_id This property is required. str
The OCID of the deployment artifact definition.
name This property is required. str
Name of the step.
value This property is required. str
Value of the argument.
deployArtifactId This property is required. String
The OCID of the deployment artifact definition.
name This property is required. String
Name of the step.
value This property is required. String
Value of the argument.

GetBuildRunBuildOutputDeliveredArtifact

Items This property is required. List<GetBuildRunBuildOutputDeliveredArtifactItem>
List of exported variables.
Items This property is required. []GetBuildRunBuildOutputDeliveredArtifactItem
List of exported variables.
items This property is required. List<GetBuildRunBuildOutputDeliveredArtifactItem>
List of exported variables.
items This property is required. GetBuildRunBuildOutputDeliveredArtifactItem[]
List of exported variables.
items This property is required. Sequence[devops.GetBuildRunBuildOutputDeliveredArtifactItem]
List of exported variables.
items This property is required. List<Property Map>
List of exported variables.

GetBuildRunBuildOutputDeliveredArtifactItem

ArtifactRepositoryId This property is required. string
The OCID of the artifact registry repository used by the DeliverArtifactStage
ArtifactType This property is required. string
Type of artifact delivered.
DeliveredArtifactHash This property is required. string
The hash of the container registry artifact pushed by the Deliver Artifacts stage.
DeliveredArtifactId This property is required. string
The OCID of the artifact pushed by the Deliver Artifacts stage.
DeployArtifactId This property is required. string
The OCID of the deployment artifact definition.
ImageUri This property is required. string
The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
OutputArtifactName This property is required. string
Name of the output artifact defined in the build specification file.
Path This property is required. string
Path of the repository where artifact was pushed
Version This property is required. string
Version of the artifact pushed
ArtifactRepositoryId This property is required. string
The OCID of the artifact registry repository used by the DeliverArtifactStage
ArtifactType This property is required. string
Type of artifact delivered.
DeliveredArtifactHash This property is required. string
The hash of the container registry artifact pushed by the Deliver Artifacts stage.
DeliveredArtifactId This property is required. string
The OCID of the artifact pushed by the Deliver Artifacts stage.
DeployArtifactId This property is required. string
The OCID of the deployment artifact definition.
ImageUri This property is required. string
The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
OutputArtifactName This property is required. string
Name of the output artifact defined in the build specification file.
Path This property is required. string
Path of the repository where artifact was pushed
Version This property is required. string
Version of the artifact pushed
artifactRepositoryId This property is required. String
The OCID of the artifact registry repository used by the DeliverArtifactStage
artifactType This property is required. String
Type of artifact delivered.
deliveredArtifactHash This property is required. String
The hash of the container registry artifact pushed by the Deliver Artifacts stage.
deliveredArtifactId This property is required. String
The OCID of the artifact pushed by the Deliver Artifacts stage.
deployArtifactId This property is required. String
The OCID of the deployment artifact definition.
imageUri This property is required. String
The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
outputArtifactName This property is required. String
Name of the output artifact defined in the build specification file.
path This property is required. String
Path of the repository where artifact was pushed
version This property is required. String
Version of the artifact pushed
artifactRepositoryId This property is required. string
The OCID of the artifact registry repository used by the DeliverArtifactStage
artifactType This property is required. string
Type of artifact delivered.
deliveredArtifactHash This property is required. string
The hash of the container registry artifact pushed by the Deliver Artifacts stage.
deliveredArtifactId This property is required. string
The OCID of the artifact pushed by the Deliver Artifacts stage.
deployArtifactId This property is required. string
The OCID of the deployment artifact definition.
imageUri This property is required. string
The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
outputArtifactName This property is required. string
Name of the output artifact defined in the build specification file.
path This property is required. string
Path of the repository where artifact was pushed
version This property is required. string
Version of the artifact pushed
artifact_repository_id This property is required. str
The OCID of the artifact registry repository used by the DeliverArtifactStage
artifact_type This property is required. str
Type of artifact delivered.
delivered_artifact_hash This property is required. str
The hash of the container registry artifact pushed by the Deliver Artifacts stage.
delivered_artifact_id This property is required. str
The OCID of the artifact pushed by the Deliver Artifacts stage.
deploy_artifact_id This property is required. str
The OCID of the deployment artifact definition.
image_uri This property is required. str
The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
output_artifact_name This property is required. str
Name of the output artifact defined in the build specification file.
path This property is required. str
Path of the repository where artifact was pushed
version This property is required. str
Version of the artifact pushed
artifactRepositoryId This property is required. String
The OCID of the artifact registry repository used by the DeliverArtifactStage
artifactType This property is required. String
Type of artifact delivered.
deliveredArtifactHash This property is required. String
The hash of the container registry artifact pushed by the Deliver Artifacts stage.
deliveredArtifactId This property is required. String
The OCID of the artifact pushed by the Deliver Artifacts stage.
deployArtifactId This property is required. String
The OCID of the deployment artifact definition.
imageUri This property is required. String
The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
outputArtifactName This property is required. String
Name of the output artifact defined in the build specification file.
path This property is required. String
Path of the repository where artifact was pushed
version This property is required. String
Version of the artifact pushed

GetBuildRunBuildOutputExportedVariable

Items This property is required. List<GetBuildRunBuildOutputExportedVariableItem>
List of exported variables.
Items This property is required. []GetBuildRunBuildOutputExportedVariableItem
List of exported variables.
items This property is required. List<GetBuildRunBuildOutputExportedVariableItem>
List of exported variables.
items This property is required. GetBuildRunBuildOutputExportedVariableItem[]
List of exported variables.
items This property is required. Sequence[devops.GetBuildRunBuildOutputExportedVariableItem]
List of exported variables.
items This property is required. List<Property Map>
List of exported variables.

GetBuildRunBuildOutputExportedVariableItem

Name This property is required. string
Name of the step.
Value This property is required. string
Value of the argument.
Name This property is required. string
Name of the step.
Value This property is required. string
Value of the argument.
name This property is required. String
Name of the step.
value This property is required. String
Value of the argument.
name This property is required. string
Name of the step.
value This property is required. string
Value of the argument.
name This property is required. str
Name of the step.
value This property is required. str
Value of the argument.
name This property is required. String
Name of the step.
value This property is required. String
Value of the argument.

GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection

Items This property is required. List<GetBuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem>
List of exported variables.
Items This property is required. []GetBuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem
List of exported variables.
items This property is required. List<GetBuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem>
List of exported variables.
items This property is required. GetBuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem[]
List of exported variables.
items This property is required. List<Property Map>
List of exported variables.

GetBuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem

BuildStageId This property is required. string
Build stage OCID where scan was configured.
CommitHash This property is required. string
Commit hash pertinent to the repository URL and the specified branch.
VulnerabilityAuditId This property is required. string
The OCID of the vulnerability audit.
BuildStageId This property is required. string
Build stage OCID where scan was configured.
CommitHash This property is required. string
Commit hash pertinent to the repository URL and the specified branch.
VulnerabilityAuditId This property is required. string
The OCID of the vulnerability audit.
buildStageId This property is required. String
Build stage OCID where scan was configured.
commitHash This property is required. String
Commit hash pertinent to the repository URL and the specified branch.
vulnerabilityAuditId This property is required. String
The OCID of the vulnerability audit.
buildStageId This property is required. string
Build stage OCID where scan was configured.
commitHash This property is required. string
Commit hash pertinent to the repository URL and the specified branch.
vulnerabilityAuditId This property is required. string
The OCID of the vulnerability audit.
build_stage_id This property is required. str
Build stage OCID where scan was configured.
commit_hash This property is required. str
Commit hash pertinent to the repository URL and the specified branch.
vulnerability_audit_id This property is required. str
The OCID of the vulnerability audit.
buildStageId This property is required. String
Build stage OCID where scan was configured.
commitHash This property is required. String
Commit hash pertinent to the repository URL and the specified branch.
vulnerabilityAuditId This property is required. String
The OCID of the vulnerability audit.

GetBuildRunBuildRunArgument

Items This property is required. List<GetBuildRunBuildRunArgumentItem>
List of exported variables.
Items This property is required. []GetBuildRunBuildRunArgumentItem
List of exported variables.
items This property is required. List<GetBuildRunBuildRunArgumentItem>
List of exported variables.
items This property is required. GetBuildRunBuildRunArgumentItem[]
List of exported variables.
items This property is required. Sequence[devops.GetBuildRunBuildRunArgumentItem]
List of exported variables.
items This property is required. List<Property Map>
List of exported variables.

GetBuildRunBuildRunArgumentItem

Name This property is required. string
Name of the step.
Value This property is required. string
Value of the argument.
Name This property is required. string
Name of the step.
Value This property is required. string
Value of the argument.
name This property is required. String
Name of the step.
value This property is required. String
Value of the argument.
name This property is required. string
Name of the step.
value This property is required. string
Value of the argument.
name This property is required. str
Name of the step.
value This property is required. str
Value of the argument.
name This property is required. String
Name of the step.
value This property is required. String
Value of the argument.

GetBuildRunBuildRunProgress

BuildPipelineStageRunProgress This property is required. Dictionary<string, string>
Map of stage OCIDs to build pipeline stage run progress model.
TimeFinished This property is required. string
The time the build run finished. Format defined by RFC3339.
TimeStarted This property is required. string
The time the build run started. Format defined by RFC3339.
BuildPipelineStageRunProgress This property is required. map[string]string
Map of stage OCIDs to build pipeline stage run progress model.
TimeFinished This property is required. string
The time the build run finished. Format defined by RFC3339.
TimeStarted This property is required. string
The time the build run started. Format defined by RFC3339.
buildPipelineStageRunProgress This property is required. Map<String,String>
Map of stage OCIDs to build pipeline stage run progress model.
timeFinished This property is required. String
The time the build run finished. Format defined by RFC3339.
timeStarted This property is required. String
The time the build run started. Format defined by RFC3339.
buildPipelineStageRunProgress This property is required. {[key: string]: string}
Map of stage OCIDs to build pipeline stage run progress model.
timeFinished This property is required. string
The time the build run finished. Format defined by RFC3339.
timeStarted This property is required. string
The time the build run started. Format defined by RFC3339.
build_pipeline_stage_run_progress This property is required. Mapping[str, str]
Map of stage OCIDs to build pipeline stage run progress model.
time_finished This property is required. str
The time the build run finished. Format defined by RFC3339.
time_started This property is required. str
The time the build run started. Format defined by RFC3339.
buildPipelineStageRunProgress This property is required. Map<String>
Map of stage OCIDs to build pipeline stage run progress model.
timeFinished This property is required. String
The time the build run finished. Format defined by RFC3339.
timeStarted This property is required. String
The time the build run started. Format defined by RFC3339.

GetBuildRunBuildRunSource

RepositoryId This property is required. string
The DevOps code repository identifier that invoked the build run.
SourceType This property is required. string
The source from which the build run is triggered.
TriggerId This property is required. string
The trigger that invoked the build run.
TriggerInfos This property is required. List<GetBuildRunBuildRunSourceTriggerInfo>
Trigger details that need to be used for the BuildRun
RepositoryId This property is required. string
The DevOps code repository identifier that invoked the build run.
SourceType This property is required. string
The source from which the build run is triggered.
TriggerId This property is required. string
The trigger that invoked the build run.
TriggerInfos This property is required. []GetBuildRunBuildRunSourceTriggerInfo
Trigger details that need to be used for the BuildRun
repositoryId This property is required. String
The DevOps code repository identifier that invoked the build run.
sourceType This property is required. String
The source from which the build run is triggered.
triggerId This property is required. String
The trigger that invoked the build run.
triggerInfos This property is required. List<GetBuildRunBuildRunSourceTriggerInfo>
Trigger details that need to be used for the BuildRun
repositoryId This property is required. string
The DevOps code repository identifier that invoked the build run.
sourceType This property is required. string
The source from which the build run is triggered.
triggerId This property is required. string
The trigger that invoked the build run.
triggerInfos This property is required. GetBuildRunBuildRunSourceTriggerInfo[]
Trigger details that need to be used for the BuildRun
repository_id This property is required. str
The DevOps code repository identifier that invoked the build run.
source_type This property is required. str
The source from which the build run is triggered.
trigger_id This property is required. str
The trigger that invoked the build run.
trigger_infos This property is required. Sequence[devops.GetBuildRunBuildRunSourceTriggerInfo]
Trigger details that need to be used for the BuildRun
repositoryId This property is required. String
The DevOps code repository identifier that invoked the build run.
sourceType This property is required. String
The source from which the build run is triggered.
triggerId This property is required. String
The trigger that invoked the build run.
triggerInfos This property is required. List<Property Map>
Trigger details that need to be used for the BuildRun

GetBuildRunBuildRunSourceTriggerInfo

Actions This property is required. List<GetBuildRunBuildRunSourceTriggerInfoAction>
The list of actions that are to be performed for this Trigger
DisplayName This property is required. string
Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
Actions This property is required. []GetBuildRunBuildRunSourceTriggerInfoAction
The list of actions that are to be performed for this Trigger
DisplayName This property is required. string
Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
actions This property is required. List<GetBuildRunBuildRunSourceTriggerInfoAction>
The list of actions that are to be performed for this Trigger
displayName This property is required. String
Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
actions This property is required. GetBuildRunBuildRunSourceTriggerInfoAction[]
The list of actions that are to be performed for this Trigger
displayName This property is required. string
Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
actions This property is required. Sequence[devops.GetBuildRunBuildRunSourceTriggerInfoAction]
The list of actions that are to be performed for this Trigger
display_name This property is required. str
Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
actions This property is required. List<Property Map>
The list of actions that are to be performed for this Trigger
displayName This property is required. String
Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.

GetBuildRunBuildRunSourceTriggerInfoAction

BuildPipelineId This property is required. string
The OCID of the build pipeline to be triggered.
Filters This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilter>
Type This property is required. string
The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
BuildPipelineId This property is required. string
The OCID of the build pipeline to be triggered.
Filters This property is required. []GetBuildRunBuildRunSourceTriggerInfoActionFilter
Type This property is required. string
The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
buildPipelineId This property is required. String
The OCID of the build pipeline to be triggered.
filters This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilter>
type This property is required. String
The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
buildPipelineId This property is required. string
The OCID of the build pipeline to be triggered.
filters This property is required. GetBuildRunBuildRunSourceTriggerInfoActionFilter[]
type This property is required. string
The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
build_pipeline_id This property is required. str
The OCID of the build pipeline to be triggered.
filters This property is required. Sequence[devops.GetBuildRunBuildRunSourceTriggerInfoActionFilter]
type This property is required. str
The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
buildPipelineId This property is required. String
The OCID of the build pipeline to be triggered.
filters This property is required. List<Property Map>
type This property is required. String
The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.

GetBuildRunBuildRunSourceTriggerInfoActionFilter

Events This property is required. List<string>
The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
Excludes This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude>
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 This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude>
Attributes to filter GitLab self-hosted server events.
TriggerSource This property is required. string
Source of the trigger. Allowed values are, GITHUB and GITLAB.
Events This property is required. []string
The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
Excludes This property is required. []GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude
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 This property is required. []GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude
Attributes to filter GitLab self-hosted server events.
TriggerSource This property is required. string
Source of the trigger. Allowed values are, GITHUB and GITLAB.
events This property is required. List<String>
The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
excludes This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude>
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 This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude>
Attributes to filter GitLab self-hosted server events.
triggerSource This property is required. String
Source of the trigger. Allowed values are, GITHUB and GITLAB.
events This property is required. string[]
The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
excludes This property is required. GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude[]
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 This property is required. GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude[]
Attributes to filter GitLab self-hosted server events.
triggerSource This property is required. string
Source of the trigger. Allowed values are, GITHUB and GITLAB.
events This property is required. Sequence[str]
The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
excludes This property is required. Sequence[devops.GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude]
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 This property is required. Sequence[devops.GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude]
Attributes to filter GitLab self-hosted server events.
trigger_source This property is required. str
Source of the trigger. Allowed values are, GITHUB and GITLAB.
events This property is required. List<String>
The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
excludes This property is required. 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 This property is required. List<Property Map>
Attributes to filter GitLab self-hosted server events.
triggerSource This property is required. String
Source of the trigger. Allowed values are, GITHUB and GITLAB.

GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude

FileFilters This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter>
Attributes to support include/exclude files for triggering build runs.
FileFilters This property is required. []GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter
Attributes to support include/exclude files for triggering build runs.
fileFilters This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter>
Attributes to support include/exclude files for triggering build runs.
fileFilters This property is required. GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter[]
Attributes to support include/exclude files for triggering build runs.
file_filters This property is required. Sequence[devops.GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter]
Attributes to support include/exclude files for triggering build runs.
fileFilters This property is required. List<Property Map>
Attributes to support include/exclude files for triggering build runs.

GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter

FilePaths This property is required. List<string>
The file paths/glob pattern for files.
FilePaths This property is required. []string
The file paths/glob pattern for files.
filePaths This property is required. List<String>
The file paths/glob pattern for files.
filePaths This property is required. string[]
The file paths/glob pattern for files.
file_paths This property is required. Sequence[str]
The file paths/glob pattern for files.
filePaths This property is required. List<String>
The file paths/glob pattern for files.

GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude

BaseRef This property is required. string
The target branch for pull requests; not applicable for push requests.
FileFilters This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter>
Attributes to support include/exclude files for triggering build runs.
HeadRef This property is required. string
Branch for push event; source branch for pull requests.
RepositoryName This property is required. string
The repository name for trigger events.
BaseRef This property is required. string
The target branch for pull requests; not applicable for push requests.
FileFilters This property is required. []GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter
Attributes to support include/exclude files for triggering build runs.
HeadRef This property is required. string
Branch for push event; source branch for pull requests.
RepositoryName This property is required. string
The repository name for trigger events.
baseRef This property is required. String
The target branch for pull requests; not applicable for push requests.
fileFilters This property is required. List<GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter>
Attributes to support include/exclude files for triggering build runs.
headRef This property is required. String
Branch for push event; source branch for pull requests.
repositoryName This property is required. String
The repository name for trigger events.
baseRef This property is required. string
The target branch for pull requests; not applicable for push requests.
fileFilters This property is required. GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter[]
Attributes to support include/exclude files for triggering build runs.
headRef This property is required. string
Branch for push event; source branch for pull requests.
repositoryName This property is required. string
The repository name for trigger events.
base_ref This property is required. str
The target branch for pull requests; not applicable for push requests.
file_filters This property is required. Sequence[devops.GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter]
Attributes to support include/exclude files for triggering build runs.
head_ref This property is required. str
Branch for push event; source branch for pull requests.
repository_name This property is required. str
The repository name for trigger events.
baseRef This property is required. String
The target branch for pull requests; not applicable for push requests.
fileFilters This property is required. List<Property Map>
Attributes to support include/exclude files for triggering build runs.
headRef This property is required. String
Branch for push event; source branch for pull requests.
repositoryName This property is required. String
The repository name for trigger events.

GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter

FilePaths This property is required. List<string>
The file paths/glob pattern for files.
FilePaths This property is required. []string
The file paths/glob pattern for files.
filePaths This property is required. List<String>
The file paths/glob pattern for files.
filePaths This property is required. string[]
The file paths/glob pattern for files.
file_paths This property is required. Sequence[str]
The file paths/glob pattern for files.
filePaths This property is required. List<String>
The file paths/glob pattern for files.

GetBuildRunCommitInfo

CommitHash This property is required. string
Commit hash pertinent to the repository URL and the specified branch.
RepositoryBranch This property is required. string
Name of the repository branch.
RepositoryUrl This property is required. string
Repository URL.
CommitHash This property is required. string
Commit hash pertinent to the repository URL and the specified branch.
RepositoryBranch This property is required. string
Name of the repository branch.
RepositoryUrl This property is required. string
Repository URL.
commitHash This property is required. String
Commit hash pertinent to the repository URL and the specified branch.
repositoryBranch This property is required. String
Name of the repository branch.
repositoryUrl This property is required. String
Repository URL.
commitHash This property is required. string
Commit hash pertinent to the repository URL and the specified branch.
repositoryBranch This property is required. string
Name of the repository branch.
repositoryUrl This property is required. string
Repository URL.
commit_hash This property is required. str
Commit hash pertinent to the repository URL and the specified branch.
repository_branch This property is required. str
Name of the repository branch.
repository_url This property is required. str
Repository URL.
commitHash This property is required. String
Commit hash pertinent to the repository URL and the specified branch.
repositoryBranch This property is required. String
Name of the repository branch.
repositoryUrl This property is required. String
Repository URL.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi