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
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:
- 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, object>
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, 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.
- 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, object>
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]interface{}
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]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.
- 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]interface{}
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,Object>
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,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.
- 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,Object>
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]: 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 string Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- {[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.
- 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]: 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 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_ strid 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_ strid - 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 str The OCID of the compartment where the build is running.
- 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.
- 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.
- 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.
- 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<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 String Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- 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.
- 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<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 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_ 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<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
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
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
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
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
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, object>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]interface{}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,Object>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]: any}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, Any]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<Any>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 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<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
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> The filters for the trigger.
- 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 The filters for the trigger.
- 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> The filters for the trigger.
- 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[] The filters for the trigger.
- 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
Get
Build Run Build Run Source Trigger Info Action Filter] The filters for the trigger.
- 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>
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<Get
Build Run Build Run Source Trigger Info Action Filter Exclude> - 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_MERGE.
- Excludes
[]Get
Build Run Build Run Source Trigger Info Action Filter Exclude - 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_MERGE.
- excludes
List<Get
Build Run Build Run Source Trigger Info Action Filter Exclude> - 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_MERGE.
- excludes
Get
Build Run Build Run Source Trigger Info Action Filter Exclude[] - 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_MERGE.
- excludes
Get
Build Run Build Run Source Trigger Info Action Filter Exclude] - includes
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_MERGE.
- excludes List<Property Map>
- 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
GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter
- File
Paths List<string>
- File
Paths []string
- file
Paths List<String>
- file
Paths string[]
- file_
paths Sequence[str]
- file
Paths List<String>
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> - 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 - 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> - 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[] - 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 GetBuild Run Build Run Source Trigger Info Action Filter Include File Filter] - 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> - 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>
- File
Paths []string
- file
Paths List<String>
- file
Paths string[]
- file_
paths Sequence[str]
- file
Paths List<String>
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.