Skip to content

Commit 19ab8a1

Browse files
committed
chore: tekton doc update
Signed-off-by: BRIAN GLEESON <Brian.Gleeson@ie.ibm.com>
1 parent e62ab3d commit 19ab8a1

File tree

1 file changed

+3
-3
lines changed
  • modules/cd-tekton-pipeline/src/main/java/com/ibm/cloud/continuous_delivery/cd_tekton_pipeline/v2

1 file changed

+3
-3
lines changed

modules/cd-tekton-pipeline/src/main/java/com/ibm/cloud/continuous_delivery/cd_tekton_pipeline/v2/CdTektonPipeline.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2025.
2+
* (C) Copyright IBM Corp. 2026.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -12,7 +12,7 @@
1212
*/
1313

1414
/*
15-
* IBM OpenAPI SDK Code Generator Version: 3.103.0-e8b84313-20250402-201816
15+
* IBM OpenAPI SDK Code Generator Version: 3.112.0-f88e9264-20260220-115155
1616
*/
1717

1818
package com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2;
@@ -237,7 +237,7 @@ public ServiceCall<TektonPipeline> getTektonPipeline(GetTektonPipelineOptions ge
237237
/**
238238
* Update Tekton pipeline data.
239239
*
240-
* This request updates Tekton pipeline data, but you can only change worker ID in this endpoint. Use other endpoints
240+
* This request updates Tekton pipeline data, such as the worker ID or build number, for example. Use other endpoints
241241
* such as /definitions, /triggers, and /properties for other configuration updates.
242242
*
243243
* @param updateTektonPipelineOptions the {@link UpdateTektonPipelineOptions} containing the options for the call

0 commit comments

Comments
 (0)