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

DEVPROD-13392 add global file cleanup clarification #8719

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/Project-Configuration/Task-Runtime-Behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ a task group, it will keep the task directory as long as it is running tasks
in the same task group. Once all the task group tasks have finished, it will
clean up the task directory.

### Global Git Config and Git Credentials Cleanup

### Global File Cleanup

**Evergreen will only accept requests to clean up global files with clear security implications.**

For tasks not in a task group, the global git config and git credentials will be reset
at the end of the task after all commands have finished running. This will be done by
deleting the .git-credentials and .gitconfig files from the home directory.
Expand Down
Loading