there are cases we want to use CCM with non-released versions, like:
unstable/master:latest
13812adsaf # version crafted from a local unified package, and uses scylla sha, this is how it in all places we run in jenkins: dtest/python-matrix and such
and this break the following code paths:
installArgs.add("-v release:" + inputScyllaVersion);
...
GLOBAL_SCYLLA_VERSION_NUMBER = VersionNumber.parse(inputScyllaVersion);