You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #639 but for TaskRuns. We should follow the same approach in #644 for tkn task start --last. Currently we are just using the task name for generateName:
This fixestektoncd#666
when user specified last flag, script always override GenerateName.
So using GenerateName if last TaskRun has a GenerateName,
If not, setting a GenerateName based on last TaskRun Name.
This fixes#666
when user specified last flag, script always override GenerateName.
So using GenerateName if last TaskRun has a GenerateName,
If not, setting a GenerateName based on last TaskRun Name.
Similar to #639 but for TaskRuns. We should follow the same approach in #644 for
tkn task start --last
. Currently we are just using the task name forgenerateName
:cli/pkg/cmd/task/start.go
Line 189 in 2e5e541
The text was updated successfully, but these errors were encountered: