-
OneDev
changed state to 'Closed' 4 years ago
Previous Value Current Value Open
Closed
-
OneDev
changed state to 'Released' 4 years ago
Previous Value Current Value Closed
Released
-
State changed as build #2566 is successful
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
Not Found
|
Issue Votes (0)
When having a build step of type
Checkoutand setting thecheckout pathto a sub directory of the workspace, that sub directory can now be cached between builds. This is useful to speed up checkouts of large projects with many files.However when doing so, the
Checkoutstep fails on subsequent builds because it tries to add a git remote that is already present (because the directory was cached).