On Thu, Apr 27, 2017 at 1:32 PM, Ullrich Hafner
<
ullrich...@gmail.com> wrote:
> Are there some circumstances where an @script folder is created?
When you are using `CpsScmFlowDefinition` and are disabling the
recently introduced “lightweight” mode (or it cannot be used for
various reasons).
> what is placed into the folder @tmp?
Anything asking for a temporary folder associated with the workspace.
Durable task control directories, secret files bound via
`withCredentials`, etc., or just anything the user wants to put there
using `pwd tmp: true`.