-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Add support for archiving empty directories in TarArchiver #10857
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
base: master
Are you sure you want to change the base?
Conversation
Yay, your first pull request towards Jenkins core was created successfully! Thank you so much! |
duplicate of #9836 |
Should I close this then? |
As per comment #9836 (comment) the solution there is not fully working. As your change is more or less identical to what was done there you would need to check how the problems mentioned there could be solved. If you find a solution then go ahead, otherwise it might be better to close this one in favor of the other as it already contains longer discussions. |
So I read the conversation and the problem seems to be inside |
Just a some updates on this, I've modified the archive options advanced tab to give a checkbox to archive empty directories. The boolean |
See JENKINS-73837.
Testing done
A test was already created as a part of acceptance criteria #9809 and it is passing after the changes.
Other relevant existing tests (to my knowledge) have been modified to accept new behavior.
Proposed changelog category
/label rfe
Proposed upgrade guidelines
N/A
Submitter checklist
@Restricted
or have@since TODO
Javadocs, as appropriate.@Deprecated(since = "TODO")
or@Deprecated(forRemoval = true, since = "TODO")
, if applicable.eval
to ease future introduction of Content Security Policy (CSP) directives (see documentation).Desired reviewers
@MarkEWaite
Before the changes are marked as
ready-for-merge
:Maintainer checklist
upgrade-guide-needed
label is set and there is a Proposed upgrade guidelines section in the pull request title (see example).lts-candidate
to be considered (see query).