-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpk remote debug bundle: job-id help text change #24569
Conversation
Retry command for Build#59740please wait until all jobs are finished before running the slash command
|
CI test resultstest results on build#59740
test results on build#59812
|
@@ -155,7 +155,7 @@ status, run: | |||
}, | |||
} | |||
f := cmd.Flags() | |||
f.StringVar(&jobID, "job-id", "", "ID of the job to start debug bundle in") | |||
f.StringVar(&jobID, "job-id", "", "UUID of the job to start the debug bundle in") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f.StringVar(&jobID, "job-id", "", "UUID of the job to start the debug bundle in") | |
f.StringVar(&jobID, "job-id", "", "Custom UUID to assign to the job that generates the debug bundle.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed, thanks. 👍
Note: I didn't add a period at the end, as we don't add them to the flags' help text.
This string must be a UUID and it was not clear in the help text.
e1bd23c
to
7f8322c
Compare
Retry command for Build#59812please wait until all jobs are finished before running the slash command
|
^ Unrelated test failure, this is a change in a flag help text, we can merge. Thanks! |
/ci-repeat 1 |
/ci-repeat 1 |
/backport v24.3.x |
This string must be a UUID and it was not clear
in the help text.
Backports Required
Release Notes