1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DevOps
  5. getBuildRun
Oracle Cloud Infrastructure v1.10.0 published on Thursday, Sep 7, 2023 by Pulumi

oci.DevOps.getBuildRun

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.10.0 published on Thursday, Sep 7, 2023 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

    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 = oci_devops_build_run.Test_build_run.Id,
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/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: oci_devops_build_run.Test_build_run.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    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(oci_devops_build_run.test_build_run().id())
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_oci as oci
    
    test_build_run = oci.DevOps.get_build_run(build_run_id=oci_devops_build_run["test_build_run"]["id"])
    
    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testBuildRun = oci.DevOps.getBuildRun({
        buildRunId: oci_devops_build_run.test_build_run.id,
    });
    
    variables:
      testBuildRun:
        fn::invoke:
          Function: oci:DevOps:getBuildRun
          Arguments:
            buildRunId: ${oci_devops_build_run.test_build_run.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 GetBuildRun(ctx *Context, args *GetBuildRunArgs, opts ...InvokeOption) (*GetBuildRunResult, error)
    func GetBuildRunOutput(ctx *Context, args *GetBuildRunOutputArgs, opts ...InvokeOption) GetBuildRunResultOutput

    > 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)
    }
    public static CompletableFuture<GetBuildRunResult> getBuildRun(GetBuildRunArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:DevOps/getBuildRun:getBuildRun
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BuildRunId string

    Unique build run identifier.

    BuildRunId string

    Unique build run identifier.

    buildRunId String

    Unique build run identifier.

    buildRunId string

    Unique build run identifier.

    build_run_id str

    Unique build run identifier.

    buildRunId 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, object>

    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, object>

    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, object>

    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]interface{}

    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]interface{}

    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]interface{}

    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,Object>

    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,Object>

    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,Object>

    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]: any}

    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]: any}

    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]: any}

    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 GetBuildRunBuildOutput]

    Outputs from the build.

    build_pipeline_id str

    The OCID of the build pipeline to be triggered.

    build_run_arguments GetBuildRunBuildRunArgument]

    Specifies list of arguments passed along with the build run.

    build_run_id str
    build_run_progresses GetBuildRunBuildRunProgress]

    The run progress details of a build run.

    build_run_sources GetBuildRunBuildRunSource]

    The source from which the build run is triggered.

    commit_infos 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, Any]

    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, Any]

    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, Any]

    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<Any>

    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<Any>

    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<Any>

    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 List<GetBuildRunBuildOutputArtifactOverrideParameter>

    Specifies the list of artifact override arguments at the time of deployment.

    DeliveredArtifacts List<GetBuildRunBuildOutputDeliveredArtifact>

    Specifies the list of artifacts delivered through the Deliver Artifacts stage.

    ExportedVariables List<GetBuildRunBuildOutputExportedVariable>

    Specifies list of exported variables.

    VulnerabilityAuditSummaryCollections List<GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection>

    List of vulnerability audit summary.

    ArtifactOverrideParameters []GetBuildRunBuildOutputArtifactOverrideParameter

    Specifies the list of artifact override arguments at the time of deployment.

    DeliveredArtifacts []GetBuildRunBuildOutputDeliveredArtifact

    Specifies the list of artifacts delivered through the Deliver Artifacts stage.

    ExportedVariables []GetBuildRunBuildOutputExportedVariable

    Specifies list of exported variables.

    VulnerabilityAuditSummaryCollections []GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection

    List of vulnerability audit summary.

    artifactOverrideParameters List<GetBuildRunBuildOutputArtifactOverrideParameter>

    Specifies the list of artifact override arguments at the time of deployment.

    deliveredArtifacts List<GetBuildRunBuildOutputDeliveredArtifact>

    Specifies the list of artifacts delivered through the Deliver Artifacts stage.

    exportedVariables List<GetBuildRunBuildOutputExportedVariable>

    Specifies list of exported variables.

    vulnerabilityAuditSummaryCollections List<GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection>

    List of vulnerability audit summary.

    artifactOverrideParameters GetBuildRunBuildOutputArtifactOverrideParameter[]

    Specifies the list of artifact override arguments at the time of deployment.

    deliveredArtifacts GetBuildRunBuildOutputDeliveredArtifact[]

    Specifies the list of artifacts delivered through the Deliver Artifacts stage.

    exportedVariables GetBuildRunBuildOutputExportedVariable[]

    Specifies list of exported variables.

    vulnerabilityAuditSummaryCollections GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection[]

    List of vulnerability audit summary.

    artifact_override_parameters GetBuildRunBuildOutputArtifactOverrideParameter]

    Specifies the list of artifact override arguments at the time of deployment.

    delivered_artifacts GetBuildRunBuildOutputDeliveredArtifact]

    Specifies the list of artifacts delivered through the Deliver Artifacts stage.

    exported_variables GetBuildRunBuildOutputExportedVariable]

    Specifies list of exported variables.

    vulnerability_audit_summary_collections GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection]

    List of vulnerability audit summary.

    artifactOverrideParameters List<Property Map>

    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.

    vulnerabilityAuditSummaryCollections List<Property Map>

    List of vulnerability audit summary.

    GetBuildRunBuildOutputArtifactOverrideParameter

    items List<Property Map>

    List of exported variables.

    GetBuildRunBuildOutputArtifactOverrideParameterItem

    DeployArtifactId string

    The OCID of the deployment artifact definition.

    Name string

    Name of the step.

    Value string

    Value of the argument.

    DeployArtifactId string

    The OCID of the deployment artifact definition.

    Name string

    Name of the step.

    Value string

    Value of the argument.

    deployArtifactId String

    The OCID of the deployment artifact definition.

    name String

    Name of the step.

    value String

    Value of the argument.

    deployArtifactId string

    The OCID of the deployment artifact definition.

    name string

    Name of the step.

    value string

    Value of the argument.

    deploy_artifact_id str

    The OCID of the deployment artifact definition.

    name str

    Name of the step.

    value str

    Value of the argument.

    deployArtifactId String

    The OCID of the deployment artifact definition.

    name String

    Name of the step.

    value String

    Value of the argument.

    GetBuildRunBuildOutputDeliveredArtifact

    items List<Property Map>

    List of exported variables.

    GetBuildRunBuildOutputDeliveredArtifactItem

    ArtifactRepositoryId string

    The OCID of the artifact registry repository used by the DeliverArtifactStage

    ArtifactType string

    Type of artifact delivered.

    DeliveredArtifactHash string

    The hash of the container registry artifact pushed by the Deliver Artifacts stage.

    DeliveredArtifactId string

    The OCID of the artifact pushed by the Deliver Artifacts stage.

    DeployArtifactId string

    The OCID of the deployment artifact definition.

    ImageUri string

    The imageUri of the OCIR artifact pushed by the DeliverArtifactStage

    OutputArtifactName string

    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

    ArtifactRepositoryId string

    The OCID of the artifact registry repository used by the DeliverArtifactStage

    ArtifactType string

    Type of artifact delivered.

    DeliveredArtifactHash string

    The hash of the container registry artifact pushed by the Deliver Artifacts stage.

    DeliveredArtifactId string

    The OCID of the artifact pushed by the Deliver Artifacts stage.

    DeployArtifactId string

    The OCID of the deployment artifact definition.

    ImageUri string

    The imageUri of the OCIR artifact pushed by the DeliverArtifactStage

    OutputArtifactName string

    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

    artifactRepositoryId String

    The OCID of the artifact registry repository used by the DeliverArtifactStage

    artifactType String

    Type of artifact delivered.

    deliveredArtifactHash String

    The hash of the container registry artifact pushed by the Deliver Artifacts stage.

    deliveredArtifactId String

    The OCID of the artifact pushed by the Deliver Artifacts stage.

    deployArtifactId String

    The OCID of the deployment artifact definition.

    imageUri String

    The imageUri of the OCIR artifact pushed by the DeliverArtifactStage

    outputArtifactName String

    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

    artifactRepositoryId string

    The OCID of the artifact registry repository used by the DeliverArtifactStage

    artifactType string

    Type of artifact delivered.

    deliveredArtifactHash string

    The hash of the container registry artifact pushed by the Deliver Artifacts stage.

    deliveredArtifactId string

    The OCID of the artifact pushed by the Deliver Artifacts stage.

    deployArtifactId string

    The OCID of the deployment artifact definition.

    imageUri string

    The imageUri of the OCIR artifact pushed by the DeliverArtifactStage

    outputArtifactName string

    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_id str

    The OCID of the artifact registry repository used by the DeliverArtifactStage

    artifact_type str

    Type of artifact delivered.

    delivered_artifact_hash str

    The hash of the container registry artifact pushed by the Deliver Artifacts stage.

    delivered_artifact_id str

    The OCID of the artifact pushed by the Deliver Artifacts stage.

    deploy_artifact_id str

    The OCID of the deployment artifact definition.

    image_uri str

    The imageUri of the OCIR artifact pushed by the DeliverArtifactStage

    output_artifact_name str

    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

    artifactRepositoryId String

    The OCID of the artifact registry repository used by the DeliverArtifactStage

    artifactType String

    Type of artifact delivered.

    deliveredArtifactHash String

    The hash of the container registry artifact pushed by the Deliver Artifacts stage.

    deliveredArtifactId String

    The OCID of the artifact pushed by the Deliver Artifacts stage.

    deployArtifactId String

    The OCID of the deployment artifact definition.

    imageUri String

    The imageUri of the OCIR artifact pushed by the DeliverArtifactStage

    outputArtifactName String

    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<Property Map>

    List of exported variables.

    GetBuildRunBuildOutputExportedVariableItem

    Name string

    Name of the step.

    Value string

    Value of the argument.

    Name string

    Name of the step.

    Value string

    Value of the argument.

    name String

    Name of the step.

    value String

    Value of the argument.

    name string

    Name of the step.

    value string

    Value of the argument.

    name str

    Name of the step.

    value str

    Value of the argument.

    name String

    Name of the step.

    value String

    Value of the argument.

    GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection

    items List<Property Map>

    List of exported variables.

    GetBuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem

    BuildStageId string

    Build stage OCID where scan was configured.

    CommitHash string

    Commit hash pertinent to the repository URL and the specified branch.

    VulnerabilityAuditId string

    The OCID of the vulnerability audit.

    BuildStageId string

    Build stage OCID where scan was configured.

    CommitHash string

    Commit hash pertinent to the repository URL and the specified branch.

    VulnerabilityAuditId string

    The OCID of the vulnerability audit.

    buildStageId String

    Build stage OCID where scan was configured.

    commitHash String

    Commit hash pertinent to the repository URL and the specified branch.

    vulnerabilityAuditId String

    The OCID of the vulnerability audit.

    buildStageId string

    Build stage OCID where scan was configured.

    commitHash string

    Commit hash pertinent to the repository URL and the specified branch.

    vulnerabilityAuditId string

    The OCID of the vulnerability audit.

    build_stage_id str

    Build stage OCID where scan was configured.

    commit_hash str

    Commit hash pertinent to the repository URL and the specified branch.

    vulnerability_audit_id str

    The OCID of the vulnerability audit.

    buildStageId String

    Build stage OCID where scan was configured.

    commitHash String

    Commit hash pertinent to the repository URL and the specified branch.

    vulnerabilityAuditId String

    The OCID of the vulnerability audit.

    GetBuildRunBuildRunArgument

    Items List<GetBuildRunBuildRunArgumentItem>

    List of exported variables.

    Items []GetBuildRunBuildRunArgumentItem

    List of exported variables.

    items List<GetBuildRunBuildRunArgumentItem>

    List of exported variables.

    items GetBuildRunBuildRunArgumentItem[]

    List of exported variables.

    items GetBuildRunBuildRunArgumentItem]

    List of exported variables.

    items List<Property Map>

    List of exported variables.

    GetBuildRunBuildRunArgumentItem

    Name string

    Name of the step.

    Value string

    Value of the argument.

    Name string

    Name of the step.

    Value string

    Value of the argument.

    name String

    Name of the step.

    value String

    Value of the argument.

    name string

    Name of the step.

    value string

    Value of the argument.

    name str

    Name of the step.

    value str

    Value of the argument.

    name String

    Name of the step.

    value String

    Value of the argument.

    GetBuildRunBuildRunProgress

    BuildPipelineStageRunProgress Dictionary<string, object>

    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.

    BuildPipelineStageRunProgress map[string]interface{}

    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.

    buildPipelineStageRunProgress Map<String,Object>

    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.

    buildPipelineStageRunProgress {[key: string]: any}

    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_stage_run_progress Mapping[str, Any]

    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.

    buildPipelineStageRunProgress Map<Any>

    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<GetBuildRunBuildRunSourceTriggerInfo>

    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 []GetBuildRunBuildRunSourceTriggerInfo

    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<GetBuildRunBuildRunSourceTriggerInfo>

    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 GetBuildRunBuildRunSourceTriggerInfo[]

    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 GetBuildRunBuildRunSourceTriggerInfo]

    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<GetBuildRunBuildRunSourceTriggerInfoAction>

    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 []GetBuildRunBuildRunSourceTriggerInfoAction

    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<GetBuildRunBuildRunSourceTriggerInfoAction>

    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 GetBuildRunBuildRunSourceTriggerInfoAction[]

    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 GetBuildRunBuildRunSourceTriggerInfoAction]

    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

    BuildPipelineId string

    The OCID of the build pipeline to be triggered.

    Filters List<GetBuildRunBuildRunSourceTriggerInfoActionFilter>

    The filters for the trigger.

    Type string

    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.

    BuildPipelineId string

    The OCID of the build pipeline to be triggered.

    Filters []GetBuildRunBuildRunSourceTriggerInfoActionFilter

    The filters for the trigger.

    Type string

    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.

    buildPipelineId String

    The OCID of the build pipeline to be triggered.

    filters List<GetBuildRunBuildRunSourceTriggerInfoActionFilter>

    The filters for the trigger.

    type String

    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.

    buildPipelineId string

    The OCID of the build pipeline to be triggered.

    filters GetBuildRunBuildRunSourceTriggerInfoActionFilter[]

    The filters for the trigger.

    type string

    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.

    build_pipeline_id str

    The OCID of the build pipeline to be triggered.

    filters GetBuildRunBuildRunSourceTriggerInfoActionFilter]

    The filters for the trigger.

    type str

    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.

    buildPipelineId String

    The OCID of the build pipeline to be triggered.

    filters List<Property Map>

    The filters for the trigger.

    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_MERGE.

    Excludes List<GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude>
    Includes List<GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude>

    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_MERGE.

    Excludes []GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude
    Includes []GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude

    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_MERGE.

    excludes List<GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude>
    includes List<GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude>

    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_MERGE.

    excludes GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude[]
    includes GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude[]

    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_MERGE.

    excludes GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude]
    includes GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude]

    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_MERGE.

    excludes List<Property Map>
    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

    GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter

    FilePaths List<string>
    FilePaths []string
    filePaths List<String>
    filePaths string[]
    file_paths Sequence[str]
    filePaths List<String>

    GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude

    BaseRef string

    The target branch for pull requests; not applicable for push requests.

    FileFilters List<GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter>
    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 []GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter
    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<GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter>
    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 GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter[]
    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 GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter]
    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>
    headRef String

    Branch for push event; source branch for pull requests.

    repositoryName String

    The repository name for trigger events.

    GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter

    FilePaths List<string>
    FilePaths []string
    filePaths List<String>
    filePaths string[]
    file_paths Sequence[str]
    filePaths List<String>

    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 oci Terraform Provider.

    oci logo
    Oracle Cloud Infrastructure v1.10.0 published on Thursday, Sep 7, 2023 by Pulumi