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

[WFLY-18973] JDR should collect .yaml files in the .installation folder #17572

Closed
wants to merge 1 commit into from

Conversation

bstansberry
Copy link
Contributor

new CollectFiles("*/.installation/*.txt"),
new CollectFiles("*/.installation/*.yaml"),
new CollectFiles("*/.installation/*.yml"), // currently none without the 'a', but having this makes collection more future proof
Copy link
Contributor

@spyrkob spyrkob Jan 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it might make sense to include .installation/*.xml to capture installation/provisioning_record.xml and .galleon/*.xml
or are they already included by new CollectFiles("*.xml") ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spyrkob Yes, they are already included.

@bstansberry
Copy link
Contributor Author

Closing as Brad had already sent a similar PR.

@bstansberry bstansberry closed this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants