getArtifactsParser
regex is limited to terminal character line width
#284
Labels
bug
Something isn't working
Describe the bug
build-info-go/utils/pythonutils/twineutils.go
Line 52 in e7739ae
This particular regex evaluation only works if it is less than 80 characters in length.
Current behavior
Twine can handle this upload just fine
Reproduction steps
using
twine upload pypitest/dist/*
works
using
jf twine upload pypitest/dist/* --build-name MyBuild --build-number 123
yields the
Error: 0 [Error] open /__w/TestRepository/TestRepository/**actorydev.rc.6-py3-none-any.whl**: no such file or directory
Expected behavior
I would expect that the terminal length be accounted for when using the regex to evaluate the file name.
Operating system type and version
RHEL 8.10; jfcli 2.71.3
The text was updated successfully, but these errors were encountered: