Please, some one can clarify my doubt. Thanks!
Jenkins setup:[wrap=“center”]
Text
[/wrap]
Please, some one can clarify my doubt. Thanks!
Jenkins setup:[wrap=“center”]
Text
[/wrap]
No
the workspace is not cleaned. Assume you have a big git repo in your workspace. Usually you want to avoid to clone it for every build.
In freestyle jobs you can use the Workspace Cleanup plugin to delete things from the workspace
In pipelines use the deleteDir
step