Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.DevOps.getBuildRun
Explore with Pulumi AI
This data source provides details about a specific Build Run resource in Oracle Cloud Infrastructure Devops service.
Returns the details of a build run for a given build run ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBuildRun = oci.DevOps.getBuildRun({
buildRunId: testBuildRunOciDevopsBuildRun.id,
});
import pulumi
import pulumi_oci as oci
test_build_run = oci.DevOps.get_build_run(build_run_id=test_build_run_oci_devops_build_run["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/DevOps"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DevOps.GetBuildRun(ctx, &devops.GetBuildRunArgs{
BuildRunId: testBuildRunOciDevopsBuildRun.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testBuildRun = Oci.DevOps.GetBuildRun.Invoke(new()
{
BuildRunId = testBuildRunOciDevopsBuildRun.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DevOps.DevOpsFunctions;
import com.pulumi.oci.DevOps.inputs.GetBuildRunArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testBuildRun = DevOpsFunctions.getBuildRun(GetBuildRunArgs.builder()
.buildRunId(testBuildRunOciDevopsBuildRun.id())
.build());
}
}
variables:
testBuildRun:
fn::invoke:
Function: oci:DevOps:getBuildRun
Arguments:
buildRunId: ${testBuildRunOciDevopsBuildRun.id}
Using getBuildRun
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBuildRun(args: GetBuildRunArgs, opts?: InvokeOptions): Promise<GetBuildRunResult>
function getBuildRunOutput(args: GetBuildRunOutputArgs, opts?: InvokeOptions): Output<GetBuildRunResult>
def get_build_run(build_run_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBuildRunResult
def get_build_run_output(build_run_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBuildRunResult]
func 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:
- Build
Run stringId - Unique build run identifier.
- Build
Run stringId - Unique build run identifier.
- build
Run StringId - Unique build run identifier.
- build
Run stringId - Unique build run identifier.
- build_
run_ strid - Unique build run identifier.
- build
Run StringId - Unique build run identifier.
getBuildRun Result
The following output properties are available:
- Build
Outputs List<GetBuild Run Build Output> - Outputs from the build.
- Build
Pipeline stringId - The OCID of the build pipeline to be triggered.
- Build
Run List<GetArguments Build Run Build Run Argument> - Specifies list of arguments passed along with the build run.
- Build
Run stringId - Build
Run List<GetProgresses Build Run Build Run Progress> - The run progress details of a build run.
- Build
Run List<GetSources Build Run Build Run Source> - The source from which the build run is triggered.
- Commit
Infos List<GetBuild Run Commit Info> - Commit details that need to be used for the build run.
- Compartment
Id string - The OCID of the compartment where the build is running.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- Id string
- Unique identifier that is immutable on creation.
- Lifecycle
Details 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.
- Project
Id string - The OCID of the DevOps project.
- State string
- The current state of the build run.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the build run was created. Format defined by RFC3339.
- Time
Updated string - The time the build run was updated. Format defined by RFC3339.
- Build
Outputs []GetBuild Run Build Output - Outputs from the build.
- Build
Pipeline stringId - The OCID of the build pipeline to be triggered.
- Build
Run []GetArguments Build Run Build Run Argument - Specifies list of arguments passed along with the build run.
- Build
Run stringId - Build
Run []GetProgresses Build Run Build Run Progress - The run progress details of a build run.
- Build
Run []GetSources Build Run Build Run Source - The source from which the build run is triggered.
- Commit
Infos []GetBuild Run Commit Info - Commit details that need to be used for the build run.
- Compartment
Id string - The OCID of the compartment where the build is running.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- Id string
- Unique identifier that is immutable on creation.
- Lifecycle
Details 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.
- Project
Id string - The OCID of the DevOps project.
- State string
- The current state of the build run.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the build run was created. Format defined by RFC3339.
- Time
Updated string - The time the build run was updated. Format defined by RFC3339.
- build
Outputs List<GetBuild Run Build Output> - Outputs from the build.
- build
Pipeline StringId - The OCID of the build pipeline to be triggered.
- build
Run List<GetArguments Build Run Build Run Argument> - Specifies list of arguments passed along with the build run.
- build
Run StringId - build
Run List<GetProgresses Build Run Build Run Progress> - The run progress details of a build run.
- build
Run List<GetSources Build Run Build Run Source> - The source from which the build run is triggered.
- commit
Infos List<GetBuild Run Commit Info> - Commit details that need to be used for the build run.
- compartment
Id String - The OCID of the compartment where the build is running.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id String
- Unique identifier that is immutable on creation.
- lifecycle
Details 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.
- project
Id String - The OCID of the DevOps project.
- state String
- The current state of the build run.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the build run was created. Format defined by RFC3339.
- time
Updated String - The time the build run was updated. Format defined by RFC3339.
- build
Outputs GetBuild Run Build Output[] - Outputs from the build.
- build
Pipeline stringId - The OCID of the build pipeline to be triggered.
- build
Run GetArguments Build Run Build Run Argument[] - Specifies list of arguments passed along with the build run.
- build
Run stringId - build
Run GetProgresses Build Run Build Run Progress[] - The run progress details of a build run.
- build
Run GetSources Build Run Build Run Source[] - The source from which the build run is triggered.
- commit
Infos GetBuild Run Commit Info[] - Commit details that need to be used for the build run.
- compartment
Id string - The OCID of the compartment where the build is running.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id string
- Unique identifier that is immutable on creation.
- lifecycle
Details 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.
- project
Id string - The OCID of the DevOps project.
- state string
- The current state of the build run.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time the build run was created. Format defined by RFC3339.
- time
Updated string - The time the build run was updated. Format defined by RFC3339.
- build_
outputs Sequence[devops.Get Build Run Build Output] - Outputs from the build.
- build_
pipeline_ strid - The OCID of the build pipeline to be triggered.
- build_
run_ Sequence[devops.arguments Get Build Run Build Run Argument] - Specifies list of arguments passed along with the build run.
- build_
run_ strid - build_
run_ Sequence[devops.progresses Get Build Run Build Run Progress] - The run progress details of a build run.
- build_
run_ Sequence[devops.sources Get Build Run Build Run Source] - The source from which the build run is triggered.
- commit_
infos Sequence[devops.Get Build Run Commit Info] - Commit details that need to be used for the build run.
- compartment_
id str - The OCID of the compartment where the build is running.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id str
- Unique identifier that is immutable on creation.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- project_
id str - The OCID of the DevOps project.
- state str
- The current state of the build run.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time the build run was created. Format defined by RFC3339.
- time_
updated str - The time the build run was updated. Format defined by RFC3339.
- build
Outputs List<Property Map> - Outputs from the build.
- build
Pipeline StringId - The OCID of the build pipeline to be triggered.
- build
Run List<Property Map>Arguments - Specifies list of arguments passed along with the build run.
- build
Run StringId - build
Run List<Property Map>Progresses - The run progress details of a build run.
- build
Run List<Property Map>Sources - The source from which the build run is triggered.
- commit
Infos List<Property Map> - Commit details that need to be used for the build run.
- compartment
Id String - The OCID of the compartment where the build is running.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id String
- Unique identifier that is immutable on creation.
- lifecycle
Details 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.
- project
Id String - The OCID of the DevOps project.
- state String
- The current state of the build run.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the build run was created. Format defined by RFC3339.
- time
Updated String - The time the build run was updated. Format defined by RFC3339.
Supporting Types
GetBuildRunBuildOutput
- Artifact
Override List<GetParameters Build Run Build Output Artifact Override Parameter> - Specifies the list of artifact override arguments at the time of deployment.
- Delivered
Artifacts List<GetBuild Run Build Output Delivered Artifact> - Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- Exported
Variables List<GetBuild Run Build Output Exported Variable> - Specifies list of exported variables.
- Vulnerability
Audit List<GetSummary Collections Build Run Build Output Vulnerability Audit Summary Collection> - List of vulnerability audit summary.
- Artifact
Override []GetParameters Build Run Build Output Artifact Override Parameter - Specifies the list of artifact override arguments at the time of deployment.
- Delivered
Artifacts []GetBuild Run Build Output Delivered Artifact - Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- Exported
Variables []GetBuild Run Build Output Exported Variable - Specifies list of exported variables.
- Vulnerability
Audit []GetSummary Collections Build Run Build Output Vulnerability Audit Summary Collection - List of vulnerability audit summary.
- artifact
Override List<GetParameters Build Run Build Output Artifact Override Parameter> - Specifies the list of artifact override arguments at the time of deployment.
- delivered
Artifacts List<GetBuild Run Build Output Delivered Artifact> - Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- exported
Variables List<GetBuild Run Build Output Exported Variable> - Specifies list of exported variables.
- vulnerability
Audit List<GetSummary Collections Build Run Build Output Vulnerability Audit Summary Collection> - List of vulnerability audit summary.
- artifact
Override GetParameters Build Run Build Output Artifact Override Parameter[] - Specifies the list of artifact override arguments at the time of deployment.
- delivered
Artifacts GetBuild Run Build Output Delivered Artifact[] - Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- exported
Variables GetBuild Run Build Output Exported Variable[] - Specifies list of exported variables.
- vulnerability
Audit GetSummary Collections Build Run Build Output Vulnerability Audit Summary Collection[] - List of vulnerability audit summary.
- artifact_
override_ Sequence[devops.parameters Get Build Run Build Output Artifact Override Parameter] - Specifies the list of artifact override arguments at the time of deployment.
- delivered_
artifacts Sequence[devops.Get Build Run Build Output Delivered Artifact] - Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- exported_
variables Sequence[devops.Get Build Run Build Output Exported Variable] - Specifies list of exported variables.
- vulnerability_
audit_ Sequence[devops.summary_ collections Get Build Run Build Output Vulnerability Audit Summary Collection] - List of vulnerability audit summary.
- artifact
Override List<Property Map>Parameters - Specifies the list of artifact override arguments at the time of deployment.
- delivered
Artifacts List<Property Map> - Specifies the list of artifacts delivered through the Deliver Artifacts stage.
- exported
Variables List<Property Map> - Specifies list of exported variables.
- vulnerability
Audit List<Property Map>Summary Collections - List of vulnerability audit summary.
GetBuildRunBuildOutputArtifactOverrideParameter
- Items
List<Get
Build Run Build Output Artifact Override Parameter Item> - List of exported variables.
- Items
[]Get
Build Run Build Output Artifact Override Parameter Item - List of exported variables.
- items
List<Get
Build Run Build Output Artifact Override Parameter Item> - List of exported variables.
- items
Get
Build Run Build Output Artifact Override Parameter Item[] - List of exported variables.
- items
Sequence[devops.
Get Build Run Build Output Artifact Override Parameter Item] - List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildOutputArtifactOverrideParameterItem
- Deploy
Artifact stringId - The OCID of the deployment artifact definition.
- Name string
- Name of the step.
- Value string
- Value of the argument.
- Deploy
Artifact stringId - The OCID of the deployment artifact definition.
- Name string
- Name of the step.
- Value string
- Value of the argument.
- deploy
Artifact StringId - The OCID of the deployment artifact definition.
- name String
- Name of the step.
- value String
- Value of the argument.
- deploy
Artifact stringId - The OCID of the deployment artifact definition.
- name string
- Name of the step.
- value string
- Value of the argument.
- deploy_
artifact_ strid - The OCID of the deployment artifact definition.
- name str
- Name of the step.
- value str
- Value of the argument.
- deploy
Artifact StringId - The OCID of the deployment artifact definition.
- name String
- Name of the step.
- value String
- Value of the argument.
GetBuildRunBuildOutputDeliveredArtifact
- Items
List<Get
Build Run Build Output Delivered Artifact Item> - List of exported variables.
- Items
[]Get
Build Run Build Output Delivered Artifact Item - List of exported variables.
- items
List<Get
Build Run Build Output Delivered Artifact Item> - List of exported variables.
- items
Get
Build Run Build Output Delivered Artifact Item[] - List of exported variables.
- items
Sequence[devops.
Get Build Run Build Output Delivered Artifact Item] - List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildOutputDeliveredArtifactItem
- Artifact
Repository stringId - The OCID of the artifact registry repository used by the DeliverArtifactStage
- Artifact
Type string - Type of artifact delivered.
- Delivered
Artifact stringHash - The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- Delivered
Artifact stringId - The OCID of the artifact pushed by the Deliver Artifacts stage.
- Deploy
Artifact stringId - The OCID of the deployment artifact definition.
- Image
Uri string - The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- Output
Artifact stringName - Name of the output artifact defined in the build specification file.
- Path string
- Path of the repository where artifact was pushed
- Version string
- Version of the artifact pushed
- Artifact
Repository stringId - The OCID of the artifact registry repository used by the DeliverArtifactStage
- Artifact
Type string - Type of artifact delivered.
- Delivered
Artifact stringHash - The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- Delivered
Artifact stringId - The OCID of the artifact pushed by the Deliver Artifacts stage.
- Deploy
Artifact stringId - The OCID of the deployment artifact definition.
- Image
Uri string - The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- Output
Artifact stringName - Name of the output artifact defined in the build specification file.
- Path string
- Path of the repository where artifact was pushed
- Version string
- Version of the artifact pushed
- artifact
Repository StringId - The OCID of the artifact registry repository used by the DeliverArtifactStage
- artifact
Type String - Type of artifact delivered.
- delivered
Artifact StringHash - The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- delivered
Artifact StringId - The OCID of the artifact pushed by the Deliver Artifacts stage.
- deploy
Artifact StringId - The OCID of the deployment artifact definition.
- image
Uri String - The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- output
Artifact StringName - Name of the output artifact defined in the build specification file.
- path String
- Path of the repository where artifact was pushed
- version String
- Version of the artifact pushed
- artifact
Repository stringId - The OCID of the artifact registry repository used by the DeliverArtifactStage
- artifact
Type string - Type of artifact delivered.
- delivered
Artifact stringHash - The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- delivered
Artifact stringId - The OCID of the artifact pushed by the Deliver Artifacts stage.
- deploy
Artifact stringId - The OCID of the deployment artifact definition.
- image
Uri string - The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- output
Artifact stringName - Name of the output artifact defined in the build specification file.
- path string
- Path of the repository where artifact was pushed
- version string
- Version of the artifact pushed
- artifact_
repository_ strid - The OCID of the artifact registry repository used by the DeliverArtifactStage
- artifact_
type str - Type of artifact delivered.
- delivered_
artifact_ strhash - The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- delivered_
artifact_ strid - The OCID of the artifact pushed by the Deliver Artifacts stage.
- deploy_
artifact_ strid - The OCID of the deployment artifact definition.
- image_
uri str - The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- output_
artifact_ strname - Name of the output artifact defined in the build specification file.
- path str
- Path of the repository where artifact was pushed
- version str
- Version of the artifact pushed
- artifact
Repository StringId - The OCID of the artifact registry repository used by the DeliverArtifactStage
- artifact
Type String - Type of artifact delivered.
- delivered
Artifact StringHash - The hash of the container registry artifact pushed by the Deliver Artifacts stage.
- delivered
Artifact StringId - The OCID of the artifact pushed by the Deliver Artifacts stage.
- deploy
Artifact StringId - The OCID of the deployment artifact definition.
- image
Uri String - The imageUri of the OCIR artifact pushed by the DeliverArtifactStage
- output
Artifact StringName - Name of the output artifact defined in the build specification file.
- path String
- Path of the repository where artifact was pushed
- version String
- Version of the artifact pushed
GetBuildRunBuildOutputExportedVariable
- Items
List<Get
Build Run Build Output Exported Variable Item> - List of exported variables.
- Items
[]Get
Build Run Build Output Exported Variable Item - List of exported variables.
- items
List<Get
Build Run Build Output Exported Variable Item> - List of exported variables.
- items
Get
Build Run Build Output Exported Variable Item[] - List of exported variables.
- items
Sequence[devops.
Get Build Run Build Output Exported Variable Item] - List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildOutputExportedVariableItem
GetBuildRunBuildOutputVulnerabilityAuditSummaryCollection
- Items
List<Get
Build Run Build Output Vulnerability Audit Summary Collection Item> - List of exported variables.
- Items
[]Get
Build Run Build Output Vulnerability Audit Summary Collection Item - List of exported variables.
- items
List<Get
Build Run Build Output Vulnerability Audit Summary Collection Item> - List of exported variables.
- items
Get
Build Run Build Output Vulnerability Audit Summary Collection Item[] - List of exported variables.
- items
Sequence[devops.
Get Build Run Build Output Vulnerability Audit Summary Collection Item] - List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem
- Build
Stage stringId - Build stage OCID where scan was configured.
- Commit
Hash string - Commit hash pertinent to the repository URL and the specified branch.
- Vulnerability
Audit stringId - The OCID of the vulnerability audit.
- Build
Stage stringId - Build stage OCID where scan was configured.
- Commit
Hash string - Commit hash pertinent to the repository URL and the specified branch.
- Vulnerability
Audit stringId - The OCID of the vulnerability audit.
- build
Stage StringId - Build stage OCID where scan was configured.
- commit
Hash String - Commit hash pertinent to the repository URL and the specified branch.
- vulnerability
Audit StringId - The OCID of the vulnerability audit.
- build
Stage stringId - Build stage OCID where scan was configured.
- commit
Hash string - Commit hash pertinent to the repository URL and the specified branch.
- vulnerability
Audit stringId - The OCID of the vulnerability audit.
- build_
stage_ strid - Build stage OCID where scan was configured.
- commit_
hash str - Commit hash pertinent to the repository URL and the specified branch.
- vulnerability_
audit_ strid - The OCID of the vulnerability audit.
- build
Stage StringId - Build stage OCID where scan was configured.
- commit
Hash String - Commit hash pertinent to the repository URL and the specified branch.
- vulnerability
Audit StringId - The OCID of the vulnerability audit.
GetBuildRunBuildRunArgument
- Items
List<Get
Build Run Build Run Argument Item> - List of exported variables.
- Items
[]Get
Build Run Build Run Argument Item - List of exported variables.
- items
List<Get
Build Run Build Run Argument Item> - List of exported variables.
- items
Get
Build Run Build Run Argument Item[] - List of exported variables.
- items
Sequence[devops.
Get Build Run Build Run Argument Item] - List of exported variables.
- items List<Property Map>
- List of exported variables.
GetBuildRunBuildRunArgumentItem
GetBuildRunBuildRunProgress
- Build
Pipeline Dictionary<string, string>Stage Run Progress - Map of stage OCIDs to build pipeline stage run progress model.
- Time
Finished string - The time the build run finished. Format defined by RFC3339.
- Time
Started string - The time the build run started. Format defined by RFC3339.
- Build
Pipeline map[string]stringStage Run Progress - Map of stage OCIDs to build pipeline stage run progress model.
- Time
Finished string - The time the build run finished. Format defined by RFC3339.
- Time
Started string - The time the build run started. Format defined by RFC3339.
- build
Pipeline Map<String,String>Stage Run Progress - Map of stage OCIDs to build pipeline stage run progress model.
- time
Finished String - The time the build run finished. Format defined by RFC3339.
- time
Started String - The time the build run started. Format defined by RFC3339.
- build
Pipeline {[key: string]: string}Stage Run Progress - Map of stage OCIDs to build pipeline stage run progress model.
- time
Finished string - The time the build run finished. Format defined by RFC3339.
- time
Started string - The time the build run started. Format defined by RFC3339.
- build_
pipeline_ Mapping[str, str]stage_ run_ progress - Map of stage OCIDs to build pipeline stage run progress model.
- time_
finished str - The time the build run finished. Format defined by RFC3339.
- time_
started str - The time the build run started. Format defined by RFC3339.
- build
Pipeline Map<String>Stage Run Progress - Map of stage OCIDs to build pipeline stage run progress model.
- time
Finished String - The time the build run finished. Format defined by RFC3339.
- time
Started String - The time the build run started. Format defined by RFC3339.
GetBuildRunBuildRunSource
- Repository
Id string - The DevOps code repository identifier that invoked the build run.
- Source
Type string - The source from which the build run is triggered.
- Trigger
Id string - The trigger that invoked the build run.
- Trigger
Infos List<GetBuild Run Build Run Source Trigger Info> - Trigger details that need to be used for the BuildRun
- Repository
Id string - The DevOps code repository identifier that invoked the build run.
- Source
Type string - The source from which the build run is triggered.
- Trigger
Id string - The trigger that invoked the build run.
- Trigger
Infos []GetBuild Run Build Run Source Trigger Info - Trigger details that need to be used for the BuildRun
- repository
Id String - The DevOps code repository identifier that invoked the build run.
- source
Type String - The source from which the build run is triggered.
- trigger
Id String - The trigger that invoked the build run.
- trigger
Infos List<GetBuild Run Build Run Source Trigger Info> - Trigger details that need to be used for the BuildRun
- repository
Id string - The DevOps code repository identifier that invoked the build run.
- source
Type string - The source from which the build run is triggered.
- trigger
Id string - The trigger that invoked the build run.
- trigger
Infos GetBuild Run Build Run Source Trigger Info[] - Trigger details that need to be used for the BuildRun
- repository_
id str - The DevOps code repository identifier that invoked the build run.
- source_
type str - The source from which the build run is triggered.
- trigger_
id str - The trigger that invoked the build run.
- trigger_
infos Sequence[devops.Get Build Run Build Run Source Trigger Info] - Trigger details that need to be used for the BuildRun
- repository
Id String - The DevOps code repository identifier that invoked the build run.
- source
Type String - The source from which the build run is triggered.
- trigger
Id String - The trigger that invoked the build run.
- trigger
Infos List<Property Map> - Trigger details that need to be used for the BuildRun
GetBuildRunBuildRunSourceTriggerInfo
- Actions
List<Get
Build Run Build Run Source Trigger Info Action> - The list of actions that are to be performed for this Trigger
- Display
Name string - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Actions
[]Get
Build Run Build Run Source Trigger Info Action - The list of actions that are to be performed for this Trigger
- Display
Name string - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- actions
List<Get
Build Run Build Run Source Trigger Info Action> - The list of actions that are to be performed for this Trigger
- display
Name String - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- actions
Get
Build Run Build Run Source Trigger Info Action[] - The list of actions that are to be performed for this Trigger
- display
Name string - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- actions
Sequence[devops.
Get Build Run Build Run Source Trigger Info Action] - The list of actions that are to be performed for this Trigger
- display_
name str - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- actions List<Property Map>
- The list of actions that are to be performed for this Trigger
- display
Name String - Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
GetBuildRunBuildRunSourceTriggerInfoAction
- Build
Pipeline stringId - The OCID of the build pipeline to be triggered.
- Filters
List<Get
Build Run Build Run Source Trigger Info Action Filter> - Type string
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- Build
Pipeline stringId - The OCID of the build pipeline to be triggered.
- Filters
[]Get
Build Run Build Run Source Trigger Info Action Filter - Type string
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- build
Pipeline StringId - The OCID of the build pipeline to be triggered.
- filters
List<Get
Build Run Build Run Source Trigger Info Action Filter> - type String
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- build
Pipeline stringId - The OCID of the build pipeline to be triggered.
- filters
Get
Build Run Build Run Source Trigger Info Action Filter[] - type string
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- build_
pipeline_ strid - The OCID of the build pipeline to be triggered.
- filters
Sequence[devops.
Get Build Run Build Run Source Trigger Info Action Filter] - type str
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
- build
Pipeline StringId - The OCID of the build pipeline to be triggered.
- filters List<Property Map>
- type String
- The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
GetBuildRunBuildRunSourceTriggerInfoActionFilter
- Events List<string>
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- Excludes
List<Get
Build Run Build Run Source Trigger Info Action Filter Exclude> - Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- Includes
List<Get
Build Run Build Run Source Trigger Info Action Filter Include> - Attributes to filter GitLab self-hosted server events.
- Trigger
Source string - Source of the trigger. Allowed values are, GITHUB and GITLAB.
- Events []string
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- Excludes
[]Get
Build Run Build Run Source Trigger Info Action Filter Exclude - Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- Includes
[]Get
Build Run Build Run Source Trigger Info Action Filter Include - Attributes to filter GitLab self-hosted server events.
- Trigger
Source string - Source of the trigger. Allowed values are, GITHUB and GITLAB.
- events List<String>
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- excludes
List<Get
Build Run Build Run Source Trigger Info Action Filter Exclude> - Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- includes
List<Get
Build Run Build Run Source Trigger Info Action Filter Include> - Attributes to filter GitLab self-hosted server events.
- trigger
Source String - Source of the trigger. Allowed values are, GITHUB and GITLAB.
- events string[]
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- excludes
Get
Build Run Build Run Source Trigger Info Action Filter Exclude[] - Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- includes
Get
Build Run Build Run Source Trigger Info Action Filter Include[] - Attributes to filter GitLab self-hosted server events.
- trigger
Source string - Source of the trigger. Allowed values are, GITHUB and GITLAB.
- events Sequence[str]
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- excludes
Sequence[devops.
Get Build Run Build Run Source Trigger Info Action Filter Exclude] - Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- includes
Sequence[devops.
Get Build Run Build Run Source Trigger Info Action Filter Include] - Attributes to filter GitLab self-hosted server events.
- trigger_
source str - Source of the trigger. Allowed values are, GITHUB and GITLAB.
- events List<String>
- The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
- excludes List<Property Map>
- Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
- includes List<Property Map>
- Attributes to filter GitLab self-hosted server events.
- trigger
Source String - Source of the trigger. Allowed values are, GITHUB and GITLAB.
GetBuildRunBuildRunSourceTriggerInfoActionFilterExclude
- File
Filters List<GetBuild Run Build Run Source Trigger Info Action Filter Exclude File Filter> - Attributes to support include/exclude files for triggering build runs.
- File
Filters []GetBuild Run Build Run Source Trigger Info Action Filter Exclude File Filter - Attributes to support include/exclude files for triggering build runs.
- file
Filters List<GetBuild Run Build Run Source Trigger Info Action Filter Exclude File Filter> - Attributes to support include/exclude files for triggering build runs.
- file
Filters GetBuild Run Build Run Source Trigger Info Action Filter Exclude File Filter[] - Attributes to support include/exclude files for triggering build runs.
- file_
filters Sequence[devops.Get Build Run Build Run Source Trigger Info Action Filter Exclude File Filter] - Attributes to support include/exclude files for triggering build runs.
- file
Filters List<Property Map> - Attributes to support include/exclude files for triggering build runs.
GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter
- File
Paths List<string> - The file paths/glob pattern for files.
- File
Paths []string - The file paths/glob pattern for files.
- file
Paths List<String> - The file paths/glob pattern for files.
- file
Paths string[] - The file paths/glob pattern for files.
- file_
paths Sequence[str] - The file paths/glob pattern for files.
- file
Paths List<String> - The file paths/glob pattern for files.
GetBuildRunBuildRunSourceTriggerInfoActionFilterInclude
- Base
Ref string - The target branch for pull requests; not applicable for push requests.
- File
Filters List<GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter> - Attributes to support include/exclude files for triggering build runs.
- Head
Ref string - Branch for push event; source branch for pull requests.
- Repository
Name string - The repository name for trigger events.
- Base
Ref string - The target branch for pull requests; not applicable for push requests.
- File
Filters []GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter - Attributes to support include/exclude files for triggering build runs.
- Head
Ref string - Branch for push event; source branch for pull requests.
- Repository
Name string - The repository name for trigger events.
- base
Ref String - The target branch for pull requests; not applicable for push requests.
- file
Filters List<GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter> - Attributes to support include/exclude files for triggering build runs.
- head
Ref String - Branch for push event; source branch for pull requests.
- repository
Name String - The repository name for trigger events.
- base
Ref string - The target branch for pull requests; not applicable for push requests.
- file
Filters GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter[] - Attributes to support include/exclude files for triggering build runs.
- head
Ref string - Branch for push event; source branch for pull requests.
- repository
Name string - The repository name for trigger events.
- base_
ref str - The target branch for pull requests; not applicable for push requests.
- file_
filters Sequence[devops.Get Build Run Build Run Source Trigger Info Action Filter Include File Filter] - Attributes to support include/exclude files for triggering build runs.
- head_
ref str - Branch for push event; source branch for pull requests.
- repository_
name str - The repository name for trigger events.
- base
Ref String - The target branch for pull requests; not applicable for push requests.
- file
Filters List<Property Map> - Attributes to support include/exclude files for triggering build runs.
- head
Ref String - Branch for push event; source branch for pull requests.
- repository
Name String - The repository name for trigger events.
GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter
- File
Paths List<string> - The file paths/glob pattern for files.
- File
Paths []string - The file paths/glob pattern for files.
- file
Paths List<String> - The file paths/glob pattern for files.
- file
Paths string[] - The file paths/glob pattern for files.
- file_
paths Sequence[str] - The file paths/glob pattern for files.
- file
Paths List<String> - The file paths/glob pattern for files.
GetBuildRunCommitInfo
- Commit
Hash string - Commit hash pertinent to the repository URL and the specified branch.
- Repository
Branch string - Name of the repository branch.
- Repository
Url string - Repository URL.
- Commit
Hash string - Commit hash pertinent to the repository URL and the specified branch.
- Repository
Branch string - Name of the repository branch.
- Repository
Url string - Repository URL.
- commit
Hash String - Commit hash pertinent to the repository URL and the specified branch.
- repository
Branch String - Name of the repository branch.
- repository
Url String - Repository URL.
- commit
Hash string - Commit hash pertinent to the repository URL and the specified branch.
- repository
Branch string - Name of the repository branch.
- repository
Url 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.
- commit
Hash String - Commit hash pertinent to the repository URL and the specified branch.
- repository
Branch String - Name of the repository branch.
- repository
Url 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.