-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: Linux
In our build system, we make a symlink from the build tree to the system
configuration. When removing a project from Hudson, it all got deleted!
To reproduce:
Create a new job "Test".
$ ln -s ~/precious ~/.hudson/jobs/Test/builds/link-to-precious
$ ls ~/precious
my-data
Delete Project "Test" using the web interface.
$ ls ~/precious
My data is gone!
- is duplicated by
-
JENKINS-783 Checking out a fresh workspace deletes symlink targets
- Closed