From: Michael Tremer Date: Thu, 5 Dec 2024 16:48:06 +0000 (+0000) Subject: jenkins: Cleanup the workspace before mastering the repository X-Git-Tag: 0.9.30~749 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1882f9c0e5002ff33da1905dd517848dab0a5a43;p=pakfire.git jenkins: Cleanup the workspace before mastering the repository Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index ff6fca216..a7702fe15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -427,6 +427,9 @@ pipeline { } steps { + // Cleanup the workspace + cleanWs() + // Create the GPG stash directory sh """ mkdir -p $GNUPGHOME