Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions ibm_continuous_delivery/cd_tekton_pipeline_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,10 @@ def delete_tekton_pipeline(
**kwargs,
) -> DetailedResponse:
"""
Delete Tekton pipeline instance.
Delete a Tekton pipeline instance.

This request deletes Tekton pipeline instance that is associated with the pipeline
toolchain integration.
This request deletes the Tekton pipeline instance that is associated with the
pipeline toolchain integration.

:param str id: ID of current instance.
:param dict headers: A `dict` containing the request headers
Expand Down Expand Up @@ -350,7 +350,7 @@ def list_tekton_pipeline_runs(
"""
List pipeline run records.

This request lists pipeline run records, which has data about the runs, such as
This request lists pipeline run records, which have data about the runs, such as
status, user_info, trigger and other information. Default limit is 50.

:param str pipeline_id: The Tekton pipeline ID.
Expand Down Expand Up @@ -5205,7 +5205,7 @@ class TriggerSourceProperties:
branch, pattern, or filter should be specified.
:param str pattern: (optional) 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
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.
Expand Down Expand Up @@ -5239,7 +5239,7 @@ def __init__(
branch, pattern, or filter should be specified.
:param str pattern: (optional) 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
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.
Expand Down Expand Up @@ -5331,7 +5331,7 @@ class TriggerSourcePropertiesPrototype:
branch, pattern, or filter should be specified.
:param str pattern: (optional) 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
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.
Expand All @@ -5352,7 +5352,7 @@ def __init__(
branch, pattern, or filter should be specified.
:param str pattern: (optional) 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
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.
Expand Down