ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getCdTektonPipeline
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a cd_tekton_pipeline. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const cdTektonPipeline = ibm.getCdTektonPipeline({
pipelineId: "94619026-912b-4d92-8f51-6c74f0692d90",
});
import pulumi
import pulumi_ibm as ibm
cd_tekton_pipeline = ibm.get_cd_tekton_pipeline(pipeline_id="94619026-912b-4d92-8f51-6c74f0692d90")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupCdTektonPipeline(ctx, &ibm.LookupCdTektonPipelineArgs{
PipelineId: "94619026-912b-4d92-8f51-6c74f0692d90",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var cdTektonPipeline = Ibm.GetCdTektonPipeline.Invoke(new()
{
PipelineId = "94619026-912b-4d92-8f51-6c74f0692d90",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetCdTektonPipelineArgs;
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 cdTektonPipeline = IbmFunctions.getCdTektonPipeline(GetCdTektonPipelineArgs.builder()
.pipelineId("94619026-912b-4d92-8f51-6c74f0692d90")
.build());
}
}
variables:
cdTektonPipeline:
fn::invoke:
function: ibm:getCdTektonPipeline
arguments:
pipelineId: 94619026-912b-4d92-8f51-6c74f0692d90
Using getCdTektonPipeline
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 getCdTektonPipeline(args: GetCdTektonPipelineArgs, opts?: InvokeOptions): Promise<GetCdTektonPipelineResult>
function getCdTektonPipelineOutput(args: GetCdTektonPipelineOutputArgs, opts?: InvokeOptions): Output<GetCdTektonPipelineResult>
def get_cd_tekton_pipeline(id: Optional[str] = None,
pipeline_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCdTektonPipelineResult
def get_cd_tekton_pipeline_output(id: Optional[pulumi.Input[str]] = None,
pipeline_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCdTektonPipelineResult]
func LookupCdTektonPipeline(ctx *Context, args *LookupCdTektonPipelineArgs, opts ...InvokeOption) (*LookupCdTektonPipelineResult, error)
func LookupCdTektonPipelineOutput(ctx *Context, args *LookupCdTektonPipelineOutputArgs, opts ...InvokeOption) LookupCdTektonPipelineResultOutput
> Note: This function is named LookupCdTektonPipeline
in the Go SDK.
public static class GetCdTektonPipeline
{
public static Task<GetCdTektonPipelineResult> InvokeAsync(GetCdTektonPipelineArgs args, InvokeOptions? opts = null)
public static Output<GetCdTektonPipelineResult> Invoke(GetCdTektonPipelineInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCdTektonPipelineResult> getCdTektonPipeline(GetCdTektonPipelineArgs args, InvokeOptions options)
public static Output<GetCdTektonPipelineResult> getCdTektonPipeline(GetCdTektonPipelineArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCdTektonPipeline:getCdTektonPipeline
arguments:
# arguments dictionary
The following arguments are supported:
- Pipeline
Id string - ID of current instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Pipeline
Id string - ID of current instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- pipeline
Id String - ID of current instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- pipeline
Id string - ID of current instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- pipeline_
id str - ID of current instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- pipeline
Id String - ID of current instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
getCdTektonPipeline Result
The following output properties are available:
- Build
Number double - (Integer) The latest pipeline run build number. If this property is absent, the pipeline hasn't had any pipeline runs.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Created
At string - (String) Standard RFC 3339 Date Time String.
- Definitions
List<Get
Cd Tekton Pipeline Definition> - (List) Definition list.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for definitions:
- Constraints: The maximum length is
- Enable
Notifications bool - (Boolean) Flag to enable notifications for this pipeline. If enabled, the Tekton pipeline run events will be published to all the destinations specified by the Slack and Event Notifications integrations in the parent toolchain. If omitted, this feature is disabled by default.
- Enable
Partial boolCloning - (Boolean) Flag to enable partial cloning for this pipeline. When partial clone is enabled, only the files contained within the paths specified in definition repositories are read and cloned, this means that symbolic links might not work. If omitted, this feature is disabled by default.
- Enabled bool
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Next
Build doubleNumber - (Integer) The build number that will be used for the next pipeline run.
- Constraints: The maximum value is
99999999999999
. The minimum value is1
.
- Constraints: The maximum value is
- Pipeline
Id string - Properties
List<Get
Cd Tekton Pipeline Property> - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- Resource
Groups List<GetCd Tekton Pipeline Resource Group> - (List) The resource group in which the pipeline was created. Nested schema for resource_group:
- Runs
Url string - (String) URL for this pipeline showing the list of pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Status string
- (String) Pipeline status.
- Constraints: Allowable values are:
configured
,configuring
.
- Constraints: Allowable values are:
- Toolchains
List<Get
Cd Tekton Pipeline Toolchain> - (List) Toolchain object containing references to the parent toolchain. Nested schema for toolchain:
- Triggers
List<Get
Cd Tekton Pipeline Trigger> - (List) Tekton pipeline triggers list.
- Constraints: The maximum length is
1024
items. The minimum length is0
items. Nested schema for triggers:
- Constraints: The maximum length is
- Updated
At string - (String) Standard RFC 3339 Date Time String.
- Workers
List<Get
Cd Tekton Pipeline Worker> - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- Build
Number float64 - (Integer) The latest pipeline run build number. If this property is absent, the pipeline hasn't had any pipeline runs.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Created
At string - (String) Standard RFC 3339 Date Time String.
- Definitions
[]Get
Cd Tekton Pipeline Definition Type - (List) Definition list.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for definitions:
- Constraints: The maximum length is
- Enable
Notifications bool - (Boolean) Flag to enable notifications for this pipeline. If enabled, the Tekton pipeline run events will be published to all the destinations specified by the Slack and Event Notifications integrations in the parent toolchain. If omitted, this feature is disabled by default.
- Enable
Partial boolCloning - (Boolean) Flag to enable partial cloning for this pipeline. When partial clone is enabled, only the files contained within the paths specified in definition repositories are read and cloned, this means that symbolic links might not work. If omitted, this feature is disabled by default.
- Enabled bool
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Next
Build float64Number - (Integer) The build number that will be used for the next pipeline run.
- Constraints: The maximum value is
99999999999999
. The minimum value is1
.
- Constraints: The maximum value is
- Pipeline
Id string - Properties
[]Get
Cd Tekton Pipeline Property Type - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- Resource
Groups []GetCd Tekton Pipeline Resource Group - (List) The resource group in which the pipeline was created. Nested schema for resource_group:
- Runs
Url string - (String) URL for this pipeline showing the list of pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Status string
- (String) Pipeline status.
- Constraints: Allowable values are:
configured
,configuring
.
- Constraints: Allowable values are:
- Toolchains
[]Get
Cd Tekton Pipeline Toolchain - (List) Toolchain object containing references to the parent toolchain. Nested schema for toolchain:
- Triggers
[]Get
Cd Tekton Pipeline Trigger Type - (List) Tekton pipeline triggers list.
- Constraints: The maximum length is
1024
items. The minimum length is0
items. Nested schema for triggers:
- Constraints: The maximum length is
- Updated
At string - (String) Standard RFC 3339 Date Time String.
- Workers
[]Get
Cd Tekton Pipeline Worker - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- build
Number Double - (Integer) The latest pipeline run build number. If this property is absent, the pipeline hasn't had any pipeline runs.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- created
At String - (String) Standard RFC 3339 Date Time String.
- definitions
List<Get
Cd Tekton Pipeline Definition> - (List) Definition list.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for definitions:
- Constraints: The maximum length is
- enable
Notifications Boolean - (Boolean) Flag to enable notifications for this pipeline. If enabled, the Tekton pipeline run events will be published to all the destinations specified by the Slack and Event Notifications integrations in the parent toolchain. If omitted, this feature is disabled by default.
- enable
Partial BooleanCloning - (Boolean) Flag to enable partial cloning for this pipeline. When partial clone is enabled, only the files contained within the paths specified in definition repositories are read and cloned, this means that symbolic links might not work. If omitted, this feature is disabled by default.
- enabled Boolean
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- next
Build DoubleNumber - (Integer) The build number that will be used for the next pipeline run.
- Constraints: The maximum value is
99999999999999
. The minimum value is1
.
- Constraints: The maximum value is
- pipeline
Id String - properties
List<Get
Cd Tekton Pipeline Property> - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- resource
Groups List<GetCd Tekton Pipeline Resource Group> - (List) The resource group in which the pipeline was created. Nested schema for resource_group:
- runs
Url String - (String) URL for this pipeline showing the list of pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- status String
- (String) Pipeline status.
- Constraints: Allowable values are:
configured
,configuring
.
- Constraints: Allowable values are:
- toolchains
List<Get
Cd Tekton Pipeline Toolchain> - (List) Toolchain object containing references to the parent toolchain. Nested schema for toolchain:
- triggers
List<Get
Cd Tekton Pipeline Trigger> - (List) Tekton pipeline triggers list.
- Constraints: The maximum length is
1024
items. The minimum length is0
items. Nested schema for triggers:
- Constraints: The maximum length is
- updated
At String - (String) Standard RFC 3339 Date Time String.
- workers
List<Get
Cd Tekton Pipeline Worker> - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- build
Number number - (Integer) The latest pipeline run build number. If this property is absent, the pipeline hasn't had any pipeline runs.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- created
At string - (String) Standard RFC 3339 Date Time String.
- definitions
Get
Cd Tekton Pipeline Definition[] - (List) Definition list.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for definitions:
- Constraints: The maximum length is
- enable
Notifications boolean - (Boolean) Flag to enable notifications for this pipeline. If enabled, the Tekton pipeline run events will be published to all the destinations specified by the Slack and Event Notifications integrations in the parent toolchain. If omitted, this feature is disabled by default.
- enable
Partial booleanCloning - (Boolean) Flag to enable partial cloning for this pipeline. When partial clone is enabled, only the files contained within the paths specified in definition repositories are read and cloned, this means that symbolic links might not work. If omitted, this feature is disabled by default.
- enabled boolean
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- next
Build numberNumber - (Integer) The build number that will be used for the next pipeline run.
- Constraints: The maximum value is
99999999999999
. The minimum value is1
.
- Constraints: The maximum value is
- pipeline
Id string - properties
Get
Cd Tekton Pipeline Property[] - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- resource
Groups GetCd Tekton Pipeline Resource Group[] - (List) The resource group in which the pipeline was created. Nested schema for resource_group:
- runs
Url string - (String) URL for this pipeline showing the list of pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- status string
- (String) Pipeline status.
- Constraints: Allowable values are:
configured
,configuring
.
- Constraints: Allowable values are:
- toolchains
Get
Cd Tekton Pipeline Toolchain[] - (List) Toolchain object containing references to the parent toolchain. Nested schema for toolchain:
- triggers
Get
Cd Tekton Pipeline Trigger[] - (List) Tekton pipeline triggers list.
- Constraints: The maximum length is
1024
items. The minimum length is0
items. Nested schema for triggers:
- Constraints: The maximum length is
- updated
At string - (String) Standard RFC 3339 Date Time String.
- workers
Get
Cd Tekton Pipeline Worker[] - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- build_
number float - (Integer) The latest pipeline run build number. If this property is absent, the pipeline hasn't had any pipeline runs.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- created_
at str - (String) Standard RFC 3339 Date Time String.
- definitions
Sequence[Get
Cd Tekton Pipeline Definition] - (List) Definition list.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for definitions:
- Constraints: The maximum length is
- enable_
notifications bool - (Boolean) Flag to enable notifications for this pipeline. If enabled, the Tekton pipeline run events will be published to all the destinations specified by the Slack and Event Notifications integrations in the parent toolchain. If omitted, this feature is disabled by default.
- enable_
partial_ boolcloning - (Boolean) Flag to enable partial cloning for this pipeline. When partial clone is enabled, only the files contained within the paths specified in definition repositories are read and cloned, this means that symbolic links might not work. If omitted, this feature is disabled by default.
- enabled bool
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- href str
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name str
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- next_
build_ floatnumber - (Integer) The build number that will be used for the next pipeline run.
- Constraints: The maximum value is
99999999999999
. The minimum value is1
.
- Constraints: The maximum value is
- pipeline_
id str - properties
Sequence[Get
Cd Tekton Pipeline Property] - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- resource_
groups Sequence[GetCd Tekton Pipeline Resource Group] - (List) The resource group in which the pipeline was created. Nested schema for resource_group:
- runs_
url str - (String) URL for this pipeline showing the list of pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- status str
- (String) Pipeline status.
- Constraints: Allowable values are:
configured
,configuring
.
- Constraints: Allowable values are:
- toolchains
Sequence[Get
Cd Tekton Pipeline Toolchain] - (List) Toolchain object containing references to the parent toolchain. Nested schema for toolchain:
- triggers
Sequence[Get
Cd Tekton Pipeline Trigger] - (List) Tekton pipeline triggers list.
- Constraints: The maximum length is
1024
items. The minimum length is0
items. Nested schema for triggers:
- Constraints: The maximum length is
- updated_
at str - (String) Standard RFC 3339 Date Time String.
- workers
Sequence[Get
Cd Tekton Pipeline Worker] - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- build
Number Number - (Integer) The latest pipeline run build number. If this property is absent, the pipeline hasn't had any pipeline runs.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- created
At String - (String) Standard RFC 3339 Date Time String.
- definitions List<Property Map>
- (List) Definition list.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for definitions:
- Constraints: The maximum length is
- enable
Notifications Boolean - (Boolean) Flag to enable notifications for this pipeline. If enabled, the Tekton pipeline run events will be published to all the destinations specified by the Slack and Event Notifications integrations in the parent toolchain. If omitted, this feature is disabled by default.
- enable
Partial BooleanCloning - (Boolean) Flag to enable partial cloning for this pipeline. When partial clone is enabled, only the files contained within the paths specified in definition repositories are read and cloned, this means that symbolic links might not work. If omitted, this feature is disabled by default.
- enabled Boolean
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- next
Build NumberNumber - (Integer) The build number that will be used for the next pipeline run.
- Constraints: The maximum value is
99999999999999
. The minimum value is1
.
- Constraints: The maximum value is
- pipeline
Id String - properties List<Property Map>
- (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- resource
Groups List<Property Map> - (List) The resource group in which the pipeline was created. Nested schema for resource_group:
- runs
Url String - (String) URL for this pipeline showing the list of pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- status String
- (String) Pipeline status.
- Constraints: Allowable values are:
configured
,configuring
.
- Constraints: Allowable values are:
- toolchains List<Property Map>
- (List) Toolchain object containing references to the parent toolchain. Nested schema for toolchain:
- triggers List<Property Map>
- (List) Tekton pipeline triggers list.
- Constraints: The maximum length is
1024
items. The minimum length is0
items. Nested schema for triggers:
- Constraints: The maximum length is
- updated
At String - (String) Standard RFC 3339 Date Time String.
- workers List<Property Map>
- (List) Details of the worker used to run the pipeline. Nested schema for worker:
Supporting Types
GetCdTektonPipelineDefinition
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Sources
List<Get
Cd Tekton Pipeline Definition Source> - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Sources
[]Get
Cd Tekton Pipeline Definition Source - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- sources
List<Get
Cd Tekton Pipeline Definition Source> - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- sources
Get
Cd Tekton Pipeline Definition Source[] - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- href str
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- sources
Sequence[Get
Cd Tekton Pipeline Definition Source] - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- sources List<Property Map>
- (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
GetCdTektonPipelineDefinitionSource
- Properties
List<Get
Cd Tekton Pipeline Definition Source Property> - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- Type string
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- Properties
[]Get
Cd Tekton Pipeline Definition Source Property - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- Type string
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- properties
List<Get
Cd Tekton Pipeline Definition Source Property> - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- type String
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- properties
Get
Cd Tekton Pipeline Definition Source Property[] - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- type string
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- properties
Sequence[Get
Cd Tekton Pipeline Definition Source Property] - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- type str
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- properties List<Property Map>
- (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- type String
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
GetCdTektonPipelineDefinitionSourceProperty
- Branch string
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Path string
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Tag string
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- Tools
List<Get
Cd Tekton Pipeline Definition Source Property Tool> - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- Url string
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Branch string
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Path string
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Tag string
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- Tools
[]Get
Cd Tekton Pipeline Definition Source Property Tool - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- Url string
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- branch String
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- path String
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- tag String
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- tools
List<Get
Cd Tekton Pipeline Definition Source Property Tool> - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url String
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- branch string
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- path string
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- tag string
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- tools
Get
Cd Tekton Pipeline Definition Source Property Tool[] - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url string
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- branch str
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- path str
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- tag str
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- tools
Sequence[Get
Cd Tekton Pipeline Definition Source Property Tool] - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url str
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- branch String
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- path String
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- tag String
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- tools List<Property Map>
- (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url String
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
GetCdTektonPipelineDefinitionSourcePropertyTool
- Id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
GetCdTektonPipelineProperty
- Enums List<string>
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Locked bool
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Path string
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Value string
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Enums []string
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Locked bool
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Path string
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Value string
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- enums List<String>
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- locked Boolean
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- path String
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value String
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- enums string[]
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- locked boolean
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- path string
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value string
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- enums Sequence[str]
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- href str
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- locked bool
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- name str
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- path str
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- type str
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value str
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- enums List<String>
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- locked Boolean
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- path String
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value String
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
GetCdTektonPipelineResourceGroup
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
GetCdTektonPipelineToolchain
- Crn string
- (String) The CRN for the toolchain that contains the Tekton pipeline.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Crn string
- (String) The CRN for the toolchain that contains the Tekton pipeline.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- crn String
- (String) The CRN for the toolchain that contains the Tekton pipeline.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- crn string
- (String) The CRN for the toolchain that contains the Tekton pipeline.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- crn str
- (String) The CRN for the toolchain that contains the Tekton pipeline.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- crn String
- (String) The CRN for the toolchain that contains the Tekton pipeline.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
GetCdTektonPipelineTrigger
- Cron string
- (String) Only needed for timer triggers. CRON expression that indicates when this trigger will activate. Maximum frequency is every 5 minutes. The string is based on UNIX crontab syntax: minute, hour, day of month, month, day of week. Example: The CRON expression 0 *_/2 * * * - translates to - every 2 hours.
- Constraints: The maximum length is
253
characters. The minimum length is5
characters. The value must match regular expression/^[-0-9a-zA-Z,\\*\/ ]{5,253}$/
.
- Constraints: The maximum length is
- Enable
Events boolFrom Forks - (Boolean) When enabled, pull request events from forks of the selected repository will trigger a pipeline run.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Enabled bool
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Event
Listener string - (String) Event listener name. The name of the event listener to which the trigger is associated. The event listeners are defined in the definition repositories of the Tekton pipeline.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Events List<string>
- (List) Either 'events' or 'filter' is required specifically for Git triggers. Stores a list of events that a Git trigger listens to. Choose one or more from 'push', 'pull_request', and 'pull_request_closed'. If SCM repositories use the 'merge request' term, they correspond to the generic term i.e. 'pull request'.
- Constraints: Allowable list items are:
push
,pull_request
,pull_request_closed
. The maximum length is3
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Favorite bool
- (Boolean) Mark the trigger as a favorite.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Filter string
- (String) Either 'events' or 'filter' can be used. Stores the CEL (Common Expression Language) expression value which is used for event filtering against the Git webhook payloads.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Max
Concurrent doubleRuns - (Integer) Defines the maximum number of concurrent runs for this trigger. If omitted then the concurrency limit is disabled for this trigger.
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Properties
List<Get
Cd Tekton Pipeline Trigger Property> - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- Secrets
List<Get
Cd Tekton Pipeline Trigger Secret> - (List) Only needed for Generic Webhook trigger type. The secret is used to start the Generic Webhook trigger. Nested schema for secret:
- Sources
List<Get
Cd Tekton Pipeline Trigger Source> - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- List<string>
- (List) Optional trigger tags array.
- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is128
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Timezone string
- (String) Only used for timer triggers. Specify the timezone used for this timer trigger, which will ensure the CRON activates this trigger relative to the specified timezone. If no timezone is specified, the default timezone used is UTC. Valid timezones are those listed in the IANA timezone database, https://www.iana.org/time-zones.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z+_., \/]{1,253}$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Webhook
Url string - (String) Webhook URL that can be used to trigger pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Workers
List<Get
Cd Tekton Pipeline Trigger Worker> - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- Cron string
- (String) Only needed for timer triggers. CRON expression that indicates when this trigger will activate. Maximum frequency is every 5 minutes. The string is based on UNIX crontab syntax: minute, hour, day of month, month, day of week. Example: The CRON expression 0 *_/2 * * * - translates to - every 2 hours.
- Constraints: The maximum length is
253
characters. The minimum length is5
characters. The value must match regular expression/^[-0-9a-zA-Z,\\*\/ ]{5,253}$/
.
- Constraints: The maximum length is
- Enable
Events boolFrom Forks - (Boolean) When enabled, pull request events from forks of the selected repository will trigger a pipeline run.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Enabled bool
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Event
Listener string - (String) Event listener name. The name of the event listener to which the trigger is associated. The event listeners are defined in the definition repositories of the Tekton pipeline.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Events []string
- (List) Either 'events' or 'filter' is required specifically for Git triggers. Stores a list of events that a Git trigger listens to. Choose one or more from 'push', 'pull_request', and 'pull_request_closed'. If SCM repositories use the 'merge request' term, they correspond to the generic term i.e. 'pull request'.
- Constraints: Allowable list items are:
push
,pull_request
,pull_request_closed
. The maximum length is3
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Favorite bool
- (Boolean) Mark the trigger as a favorite.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Filter string
- (String) Either 'events' or 'filter' can be used. Stores the CEL (Common Expression Language) expression value which is used for event filtering against the Git webhook payloads.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Max
Concurrent float64Runs - (Integer) Defines the maximum number of concurrent runs for this trigger. If omitted then the concurrency limit is disabled for this trigger.
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Properties
[]Get
Cd Tekton Pipeline Trigger Property Type - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- Secrets
[]Get
Cd Tekton Pipeline Trigger Secret - (List) Only needed for Generic Webhook trigger type. The secret is used to start the Generic Webhook trigger. Nested schema for secret:
- Sources
[]Get
Cd Tekton Pipeline Trigger Source - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- []string
- (List) Optional trigger tags array.
- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is128
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Timezone string
- (String) Only used for timer triggers. Specify the timezone used for this timer trigger, which will ensure the CRON activates this trigger relative to the specified timezone. If no timezone is specified, the default timezone used is UTC. Valid timezones are those listed in the IANA timezone database, https://www.iana.org/time-zones.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z+_., \/]{1,253}$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Webhook
Url string - (String) Webhook URL that can be used to trigger pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Workers
[]Get
Cd Tekton Pipeline Trigger Worker - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- cron String
- (String) Only needed for timer triggers. CRON expression that indicates when this trigger will activate. Maximum frequency is every 5 minutes. The string is based on UNIX crontab syntax: minute, hour, day of month, month, day of week. Example: The CRON expression 0 *_/2 * * * - translates to - every 2 hours.
- Constraints: The maximum length is
253
characters. The minimum length is5
characters. The value must match regular expression/^[-0-9a-zA-Z,\\*\/ ]{5,253}$/
.
- Constraints: The maximum length is
- enable
Events BooleanFrom Forks - (Boolean) When enabled, pull request events from forks of the selected repository will trigger a pipeline run.
- Constraints: The default value is
false
.
- Constraints: The default value is
- enabled Boolean
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- event
Listener String - (String) Event listener name. The name of the event listener to which the trigger is associated. The event listeners are defined in the definition repositories of the Tekton pipeline.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- events List<String>
- (List) Either 'events' or 'filter' is required specifically for Git triggers. Stores a list of events that a Git trigger listens to. Choose one or more from 'push', 'pull_request', and 'pull_request_closed'. If SCM repositories use the 'merge request' term, they correspond to the generic term i.e. 'pull request'.
- Constraints: Allowable list items are:
push
,pull_request
,pull_request_closed
. The maximum length is3
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- favorite Boolean
- (Boolean) Mark the trigger as a favorite.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter String
- (String) Either 'events' or 'filter' can be used. Stores the CEL (Common Expression Language) expression value which is used for event filtering against the Git webhook payloads.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- max
Concurrent DoubleRuns - (Integer) Defines the maximum number of concurrent runs for this trigger. If omitted then the concurrency limit is disabled for this trigger.
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- properties
List<Get
Cd Tekton Pipeline Trigger Property> - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- secrets
List<Get
Cd Tekton Pipeline Trigger Secret> - (List) Only needed for Generic Webhook trigger type. The secret is used to start the Generic Webhook trigger. Nested schema for secret:
- sources
List<Get
Cd Tekton Pipeline Trigger Source> - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- List<String>
- (List) Optional trigger tags array.
- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is128
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- timezone String
- (String) Only used for timer triggers. Specify the timezone used for this timer trigger, which will ensure the CRON activates this trigger relative to the specified timezone. If no timezone is specified, the default timezone used is UTC. Valid timezones are those listed in the IANA timezone database, https://www.iana.org/time-zones.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z+_., \/]{1,253}$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- webhook
Url String - (String) Webhook URL that can be used to trigger pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- workers
List<Get
Cd Tekton Pipeline Trigger Worker> - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- cron string
- (String) Only needed for timer triggers. CRON expression that indicates when this trigger will activate. Maximum frequency is every 5 minutes. The string is based on UNIX crontab syntax: minute, hour, day of month, month, day of week. Example: The CRON expression 0 *_/2 * * * - translates to - every 2 hours.
- Constraints: The maximum length is
253
characters. The minimum length is5
characters. The value must match regular expression/^[-0-9a-zA-Z,\\*\/ ]{5,253}$/
.
- Constraints: The maximum length is
- enable
Events booleanFrom Forks - (Boolean) When enabled, pull request events from forks of the selected repository will trigger a pipeline run.
- Constraints: The default value is
false
.
- Constraints: The default value is
- enabled boolean
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- event
Listener string - (String) Event listener name. The name of the event listener to which the trigger is associated. The event listeners are defined in the definition repositories of the Tekton pipeline.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- events string[]
- (List) Either 'events' or 'filter' is required specifically for Git triggers. Stores a list of events that a Git trigger listens to. Choose one or more from 'push', 'pull_request', and 'pull_request_closed'. If SCM repositories use the 'merge request' term, they correspond to the generic term i.e. 'pull request'.
- Constraints: Allowable list items are:
push
,pull_request
,pull_request_closed
. The maximum length is3
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- favorite boolean
- (Boolean) Mark the trigger as a favorite.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter string
- (String) Either 'events' or 'filter' can be used. Stores the CEL (Common Expression Language) expression value which is used for event filtering against the Git webhook payloads.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- max
Concurrent numberRuns - (Integer) Defines the maximum number of concurrent runs for this trigger. If omitted then the concurrency limit is disabled for this trigger.
- name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- properties
Get
Cd Tekton Pipeline Trigger Property[] - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- secrets
Get
Cd Tekton Pipeline Trigger Secret[] - (List) Only needed for Generic Webhook trigger type. The secret is used to start the Generic Webhook trigger. Nested schema for secret:
- sources
Get
Cd Tekton Pipeline Trigger Source[] - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- string[]
- (List) Optional trigger tags array.
- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is128
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- timezone string
- (String) Only used for timer triggers. Specify the timezone used for this timer trigger, which will ensure the CRON activates this trigger relative to the specified timezone. If no timezone is specified, the default timezone used is UTC. Valid timezones are those listed in the IANA timezone database, https://www.iana.org/time-zones.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z+_., \/]{1,253}$/
.
- Constraints: The maximum length is
- type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- webhook
Url string - (String) Webhook URL that can be used to trigger pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- workers
Get
Cd Tekton Pipeline Trigger Worker[] - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- cron str
- (String) Only needed for timer triggers. CRON expression that indicates when this trigger will activate. Maximum frequency is every 5 minutes. The string is based on UNIX crontab syntax: minute, hour, day of month, month, day of week. Example: The CRON expression 0 *_/2 * * * - translates to - every 2 hours.
- Constraints: The maximum length is
253
characters. The minimum length is5
characters. The value must match regular expression/^[-0-9a-zA-Z,\\*\/ ]{5,253}$/
.
- Constraints: The maximum length is
- enable_
events_ boolfrom_ forks - (Boolean) When enabled, pull request events from forks of the selected repository will trigger a pipeline run.
- Constraints: The default value is
false
.
- Constraints: The default value is
- enabled bool
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- event_
listener str - (String) Event listener name. The name of the event listener to which the trigger is associated. The event listeners are defined in the definition repositories of the Tekton pipeline.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- events Sequence[str]
- (List) Either 'events' or 'filter' is required specifically for Git triggers. Stores a list of events that a Git trigger listens to. Choose one or more from 'push', 'pull_request', and 'pull_request_closed'. If SCM repositories use the 'merge request' term, they correspond to the generic term i.e. 'pull request'.
- Constraints: Allowable list items are:
push
,pull_request
,pull_request_closed
. The maximum length is3
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- favorite bool
- (Boolean) Mark the trigger as a favorite.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter str
- (String) Either 'events' or 'filter' can be used. Stores the CEL (Common Expression Language) expression value which is used for event filtering against the Git webhook payloads.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- href str
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- max_
concurrent_ floatruns - (Integer) Defines the maximum number of concurrent runs for this trigger. If omitted then the concurrency limit is disabled for this trigger.
- name str
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- properties
Sequence[Get
Cd Tekton Pipeline Trigger Property] - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- secrets
Sequence[Get
Cd Tekton Pipeline Trigger Secret] - (List) Only needed for Generic Webhook trigger type. The secret is used to start the Generic Webhook trigger. Nested schema for secret:
- sources
Sequence[Get
Cd Tekton Pipeline Trigger Source] - (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- Sequence[str]
- (List) Optional trigger tags array.
- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is128
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- timezone str
- (String) Only used for timer triggers. Specify the timezone used for this timer trigger, which will ensure the CRON activates this trigger relative to the specified timezone. If no timezone is specified, the default timezone used is UTC. Valid timezones are those listed in the IANA timezone database, https://www.iana.org/time-zones.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z+_., \/]{1,253}$/
.
- Constraints: The maximum length is
- type str
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- webhook_
url str - (String) Webhook URL that can be used to trigger pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- workers
Sequence[Get
Cd Tekton Pipeline Trigger Worker] - (List) Details of the worker used to run the pipeline. Nested schema for worker:
- cron String
- (String) Only needed for timer triggers. CRON expression that indicates when this trigger will activate. Maximum frequency is every 5 minutes. The string is based on UNIX crontab syntax: minute, hour, day of month, month, day of week. Example: The CRON expression 0 *_/2 * * * - translates to - every 2 hours.
- Constraints: The maximum length is
253
characters. The minimum length is5
characters. The value must match regular expression/^[-0-9a-zA-Z,\\*\/ ]{5,253}$/
.
- Constraints: The maximum length is
- enable
Events BooleanFrom Forks - (Boolean) When enabled, pull request events from forks of the selected repository will trigger a pipeline run.
- Constraints: The default value is
false
.
- Constraints: The default value is
- enabled Boolean
- (Boolean) Flag to check if the trigger is enabled.
- Constraints: The default value is
true
.
- Constraints: The default value is
- event
Listener String - (String) Event listener name. The name of the event listener to which the trigger is associated. The event listeners are defined in the definition repositories of the Tekton pipeline.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- events List<String>
- (List) Either 'events' or 'filter' is required specifically for Git triggers. Stores a list of events that a Git trigger listens to. Choose one or more from 'push', 'pull_request', and 'pull_request_closed'. If SCM repositories use the 'merge request' term, they correspond to the generic term i.e. 'pull request'.
- Constraints: Allowable list items are:
push
,pull_request
,pull_request_closed
. The maximum length is3
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- favorite Boolean
- (Boolean) Mark the trigger as a favorite.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter String
- (String) Either 'events' or 'filter' can be used. Stores the CEL (Common Expression Language) expression value which is used for event filtering against the Git webhook payloads.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- max
Concurrent NumberRuns - (Integer) Defines the maximum number of concurrent runs for this trigger. If omitted then the concurrency limit is disabled for this trigger.
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- properties List<Property Map>
- (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- secrets List<Property Map>
- (List) Only needed for Generic Webhook trigger type. The secret is used to start the Generic Webhook trigger. Nested schema for secret:
- sources List<Property Map>
- (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- List<String>
- (List) Optional trigger tags array.
- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is128
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- timezone String
- (String) Only used for timer triggers. Specify the timezone used for this timer trigger, which will ensure the CRON activates this trigger relative to the specified timezone. If no timezone is specified, the default timezone used is UTC. Valid timezones are those listed in the IANA timezone database, https://www.iana.org/time-zones.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z+_., \/]{1,253}$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- webhook
Url String - (String) Webhook URL that can be used to trigger pipeline runs.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- workers List<Property Map>
- (List) Details of the worker used to run the pipeline. Nested schema for worker:
GetCdTektonPipelineTriggerProperty
- Enums List<string>
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Locked bool
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Path string
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Value string
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Enums []string
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Locked bool
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Path string
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Value string
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- enums List<String>
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- locked Boolean
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- path String
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value String
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- enums string[]
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- href string
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- locked boolean
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- path string
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value string
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- enums Sequence[str]
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- href str
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- locked bool
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- name str
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- path str
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- type str
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value str
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- enums List<String>
- (List) Options for
single_select
property type. Only needed forsingle_select
property type.- Constraints: The list items must match regular expression
/^[-0-9a-zA-Z_.]{1,253}$/
. The maximum length is256
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- href String
- (String) API URL for interacting with the trigger property.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- locked Boolean
- (Boolean) When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- path String
- (String) A dot notation path for
integration
type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^[-0-9a-zA-Z_.]*$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value String
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
GetCdTektonPipelineTriggerSecret
- Algorithm string
- (String) Algorithm used for
digest_matches
secret type. Only needed fordigest_matches
secret type.- Constraints: Allowable values are:
md4
,md5
,sha1
,sha256
,sha384
,sha512
,sha512_224
,sha512_256
,ripemd160
.
- Constraints: Allowable values are:
- Key
Name string - (String) Secret name, not needed if type is
internal_validation
.- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Source string
- (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Value string
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Algorithm string
- (String) Algorithm used for
digest_matches
secret type. Only needed fordigest_matches
secret type.- Constraints: Allowable values are:
md4
,md5
,sha1
,sha256
,sha384
,sha512
,sha512_224
,sha512_256
,ripemd160
.
- Constraints: Allowable values are:
- Key
Name string - (String) Secret name, not needed if type is
internal_validation
.- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Source string
- (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Value string
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- algorithm String
- (String) Algorithm used for
digest_matches
secret type. Only needed fordigest_matches
secret type.- Constraints: Allowable values are:
md4
,md5
,sha1
,sha256
,sha384
,sha512
,sha512_224
,sha512_256
,ripemd160
.
- Constraints: Allowable values are:
- key
Name String - (String) Secret name, not needed if type is
internal_validation
.- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- source String
- (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value String
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- algorithm string
- (String) Algorithm used for
digest_matches
secret type. Only needed fordigest_matches
secret type.- Constraints: Allowable values are:
md4
,md5
,sha1
,sha256
,sha384
,sha512
,sha512_224
,sha512_256
,ripemd160
.
- Constraints: Allowable values are:
- key
Name string - (String) Secret name, not needed if type is
internal_validation
.- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- source string
- (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value string
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- algorithm str
- (String) Algorithm used for
digest_matches
secret type. Only needed fordigest_matches
secret type.- Constraints: Allowable values are:
md4
,md5
,sha1
,sha256
,sha384
,sha512
,sha512_224
,sha512_256
,ripemd160
.
- Constraints: Allowable values are:
- key_
name str - (String) Secret name, not needed if type is
internal_validation
.- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- source str
- (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- type str
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value str
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- algorithm String
- (String) Algorithm used for
digest_matches
secret type. Only needed fordigest_matches
secret type.- Constraints: Allowable values are:
md4
,md5
,sha1
,sha256
,sha384
,sha512
,sha512_224
,sha512_256
,ripemd160
.
- Constraints: Allowable values are:
- key
Name String - (String) Secret name, not needed if type is
internal_validation
.- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- source String
- (List) Source repository for a Git trigger. Only required for Git triggers. The referenced repository URL must match the URL of a repository tool integration in the parent toolchain. Obtain the list of integrations from the toolchain API https://cloud.ibm.com/apidocs/toolchain#list-tools. Nested schema for source:
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- value String
- (String) Secret value, not needed if secret type is
internal_validation
.- Constraints: The maximum length is
4096
characters. The minimum length is0
characters. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
GetCdTektonPipelineTriggerSource
- Properties
List<Get
Cd Tekton Pipeline Trigger Source Property> - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Properties
[]Get
Cd Tekton Pipeline Trigger Source Property - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- properties
List<Get
Cd Tekton Pipeline Trigger Source Property> - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- properties
Get
Cd Tekton Pipeline Trigger Source Property[] - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- properties
Sequence[Get
Cd Tekton Pipeline Trigger Source Property] - (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- type str
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- properties List<Property Map>
- (List) Properties of the source, which define the URL of the repository and a branch or pattern. Nested schema for properties:
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
GetCdTektonPipelineTriggerSourceProperty
- Blind
Connection bool - (Boolean) True if the repository server is not addressable on the public internet. IBM Cloud will not be able to validate the connection details you provide.
- Branch string
- (String) Name of a branch from the repo. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Hook
Id string - (String) Repository webhook ID. It is generated upon trigger creation.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Pattern string
- (String) The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.:@=$&^\/\\?\\!\\*\\+\\[\\]\\(\\)\\{\\}\\|\\\\]*$/
.
- Constraints: The maximum length is
- Tools
List<Get
Cd Tekton Pipeline Trigger Source Property Tool> - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- Url string
- (Forces new resource, String) URL of the repository to which the trigger is listening.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Blind
Connection bool - (Boolean) True if the repository server is not addressable on the public internet. IBM Cloud will not be able to validate the connection details you provide.
- Branch string
- (String) Name of a branch from the repo. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Hook
Id string - (String) Repository webhook ID. It is generated upon trigger creation.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Pattern string
- (String) The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.:@=$&^\/\\?\\!\\*\\+\\[\\]\\(\\)\\{\\}\\|\\\\]*$/
.
- Constraints: The maximum length is
- Tools
[]Get
Cd Tekton Pipeline Trigger Source Property Tool - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- Url string
- (Forces new resource, String) URL of the repository to which the trigger is listening.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- blind
Connection Boolean - (Boolean) True if the repository server is not addressable on the public internet. IBM Cloud will not be able to validate the connection details you provide.
- branch String
- (String) Name of a branch from the repo. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- hook
Id String - (String) Repository webhook ID. It is generated upon trigger creation.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- pattern String
- (String) The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.:@=$&^\/\\?\\!\\*\\+\\[\\]\\(\\)\\{\\}\\|\\\\]*$/
.
- Constraints: The maximum length is
- tools
List<Get
Cd Tekton Pipeline Trigger Source Property Tool> - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url String
- (Forces new resource, String) URL of the repository to which the trigger is listening.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- blind
Connection boolean - (Boolean) True if the repository server is not addressable on the public internet. IBM Cloud will not be able to validate the connection details you provide.
- branch string
- (String) Name of a branch from the repo. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- hook
Id string - (String) Repository webhook ID. It is generated upon trigger creation.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- pattern string
- (String) The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.:@=$&^\/\\?\\!\\*\\+\\[\\]\\(\\)\\{\\}\\|\\\\]*$/
.
- Constraints: The maximum length is
- tools
Get
Cd Tekton Pipeline Trigger Source Property Tool[] - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url string
- (Forces new resource, String) URL of the repository to which the trigger is listening.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- blind_
connection bool - (Boolean) True if the repository server is not addressable on the public internet. IBM Cloud will not be able to validate the connection details you provide.
- branch str
- (String) Name of a branch from the repo. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- hook_
id str - (String) Repository webhook ID. It is generated upon trigger creation.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- pattern str
- (String) The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.:@=$&^\/\\?\\!\\*\\+\\[\\]\\(\\)\\{\\}\\|\\\\]*$/
.
- Constraints: The maximum length is
- tools
Sequence[Get
Cd Tekton Pipeline Trigger Source Property Tool] - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url str
- (Forces new resource, String) URL of the repository to which the trigger is listening.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- blind
Connection Boolean - (Boolean) True if the repository server is not addressable on the public internet. IBM Cloud will not be able to validate the connection details you provide.
- branch String
- (String) Name of a branch from the repo. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- hook
Id String - (String) Repository webhook ID. It is generated upon trigger creation.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- pattern String
- (String) The pattern of Git branch or tag. You can specify a glob pattern such as '!test' or '*master' to match against multiple tags or branches in the repository.The glob pattern used must conform to Bash 4.3 specifications, see bash documentation for more info: https://www.gnu.org/software/bash/manual/bash.html#Pattern-Matching. Only one of branch, pattern, or filter should be specified.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.:@=$&^\/\\?\\!\\*\\+\\[\\]\\(\\)\\{\\}\\|\\\\]*$/
.
- Constraints: The maximum length is
- tools List<Property Map>
- (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url String
- (Forces new resource, String) URL of the repository to which the trigger is listening.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
GetCdTektonPipelineTriggerSourcePropertyTool
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
GetCdTektonPipelineTriggerWorker
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name str
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- type str
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
GetCdTektonPipelineWorker
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- Name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name string
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- type string
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name str
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- type str
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the worker.
- Constraints: The maximum length is
36
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z]{1,36}$/
.
- Constraints: The maximum length is
- name String
- (String) Name of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_. \\(\\)\\[\\]]{1,253}$/
.
- Constraints: The maximum length is
- type String
- (String) Type of the worker. Computed based on the worker ID.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.