We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Go Build IDs can contain /. It appears that we're incorrectly trimming BuildIDs at the last slash. Here's an example:
/
While the full build ID is actually: Fs5xYOZ3wpIouy92ojuy/UzkJjxHgslNCusv_1E2o/QmGgGR1_3qINrqlVUt_Z/R0qBn2M0PS9pkPNAwzYs
Fs5xYOZ3wpIouy92ojuy/UzkJjxHgslNCusv_1E2o/QmGgGR1_3qINrqlVUt_Z/R0qBn2M0PS9pkPNAwzYs
When copying it's actually correct, it's just the tooltip that needs a fix.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Go Build IDs can contain
/
. It appears that we're incorrectly trimming BuildIDs at the last slash. Here's an example:While the full build ID is actually:
Fs5xYOZ3wpIouy92ojuy/UzkJjxHgslNCusv_1E2o/QmGgGR1_3qINrqlVUt_Z/R0qBn2M0PS9pkPNAwzYs
When copying it's actually correct, it's just the tooltip that needs a fix.
The text was updated successfully, but these errors were encountered: