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
6 changes: 3 additions & 3 deletions ibm_continuous_delivery/cd_tekton_pipeline_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ def update_tekton_pipeline(
"""
Update Tekton pipeline data.

This request updates Tekton pipeline data, but you can only change worker ID in
this endpoint. Use other endpoints such as /definitions, /triggers, and
/properties for other configuration updates.
This request updates Tekton pipeline data, such as the worker ID or build number,
for example. Use other endpoints such as /definitions, /triggers, and /properties
for other configuration updates.

:param str id: ID of current instance.
:param TektonPipelinePatch tekton_pipeline_patch: (optional)
Expand Down