Skip to content
New issue

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

Directories that contain a . (dot) in their name are interpreted as files #234

Open
lucajung opened this issue Oct 26, 2022 · 1 comment
Labels

Comments

@lucajung
Copy link
Contributor

Jenkins and plugins versions report

OS: Linux

What Operating System are you using (both controller, and any agents involved in the problem)?

Linux

Reproduction steps

Try to download a file that is located in a folder that has a dot in its name.
E.g.:
test.dir

└─── file1.xml

Expected Results

file1.xml is downloaded.

Actual Results

file1.xml is downloaded. And test.dir throws an error: com.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException: /home/jenkins/agent/workspace/test.dir: Is a directory

Anything else?

No response

@lucajung lucajung added the bug label Oct 26, 2022
@rishita819
Copy link

We can change the folder name from test.dir to test_dir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants