Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,18 @@ toc::[]

== Introduction

This plugin deletes the build workspace.
This plugin deletes the build workspace before or after a build,
or at any time during a Pipeline execution.


== Getting started

=== https://jenkins.io/doc/book/pipeline/[Pipeline] jobs
=== https://www.jenkins.io/doc/book/pipeline/[Pipeline] jobs


There is a single https://www.jenkins.io/doc/pipeline/steps/ws-cleanup/[step]
that can be used whenever a workspace is allocated.

There is a single https://www.jenkins.io/doc/pipeline/steps/ws-cleanup/[step] to be used whenever a workspace is allocated.

=== Declarative Pipeline

Expand Down