Parsing logic for name and version in artifact jars has issues in UI
Description
Upload driver jar without version in its name. UI expects the artifact jar to have name and version to be sent as part of the request headers (Artifact-Name, Artifact-Version) during upload.
We parse the name and version from the artifact jar via regex and that seems to having problems which results in a js error.
Upload driver jar without version in its name. UI expects the artifact jar to have name and version to be sent as part of the request headers (Artifact-Name, Artifact-Version) during upload.
We parse the name and version from the artifact jar via regex and that seems to having problems which results in a js error.