Since the character ':' is forbidden in Windows folder name, in case we try to download to folder which it name contain the character ':' the download will fail.
for example:
if our build name contain the character ':', for example "myBuild:test", in case we will try to download the entire build we will get the following error:
jfrog rt dl * --server-id ArtifactoryOL --build-name="myBuild:test" --build-number LATEST .
[Error] mkdir C:\Users\yehudah\AppData\Local\Temp/jfrog/builds/myBuild:test_LATEST/: The directory name is invalid.
step to reproduce:
- create build with the character ':' in it name.
- try to download the artifact according to the following command:
jfrog rt dl * --server-id <server id> --build-name="<build name>" --build-number LATEST .
Since the character ':' is forbidden in Windows folder name, in case we try to download to folder which it name contain the character ':' the download will fail.
for example:
if our build name contain the character ':', for example "myBuild:test", in case we will try to download the entire build we will get the following error:
jfrog rt dl * --server-id ArtifactoryOL --build-name="myBuild:test" --build-number LATEST .
[Error] mkdir C:\Users\yehudah\AppData\Local\Temp/jfrog/builds/myBuild:test_LATEST/: The directory name is invalid.
step to reproduce:
jfrog rt dl * --server-id <server id> --build-name="<build name>" --build-number LATEST .