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

Allow junits_dir to match hidden files and dirs #139

Merged
merged 1 commit into from
Jan 28, 2022

Conversation

cursande
Copy link
Contributor

@cursande cursande commented Aug 2, 2020

Hi! 👋

Had a build pipeline that involved uploading files from directories nested within a hidden directory.

The artifact path is able to pick up hidden files and folders on upload and download, so I think the plugin should follow the same behaviour.

Hope everyone at buildkite is doing well.

Ruby's Dir.Glob will not match on Unix-like hidden files by default.

Since build artifacts can be uploaded and downloaded from paths
containing hidden directories, the junit plugin should match on hidden
files and directories as well.
@pzeballos
Copy link
Contributor

Hi @cursande! Sorry for the long delay! 😅 This looks good, thanks for your contributions! 🙏🏻

@pzeballos pzeballos merged commit eb4a16c into buildkite-plugins:master Jan 28, 2022
@cursande
Copy link
Contributor Author

No worries @pzeballos 😄 though looks like the assertion in the test I originally wrote needs to be updated due to more recent mainline changes

@pzeballos
Copy link
Contributor

Are you able on doing those changes @cursande? This time will be faster 😅

@cursande
Copy link
Contributor Author

@pzeballos

#156

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

Successfully merging this pull request may close these issues.

2 participants