Hello Denis, The working directory will always be cleaned using something like `git clean -dff` (or `git clean -dffx` maybe) before any job starts. If you really need something across runs, then you should move it out of the workspace directory. However, please note that this is not recommended. One of the concepts of CI is repeatability. It shouldn't depend on the environment of a previous run of a job or pipeline.
The GoCD way of keeping state across stages within a pipeline (for instance) is to use artifacts. Cheers, Aravind -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/m24kopl0no.fsf%40arvindsv.com.
