From: Michael Tremer Date: Fri, 6 Dec 2024 10:39:53 +0000 (+0000) Subject: jenkins: Don't try to cleanup the workspace X-Git-Tag: 0.9.30~745 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=502f65ed6ef6cf0fd2bbebb815bea9c63482b659;p=pakfire.git jenkins: Don't try to cleanup the workspace This seems to fail because Jenkins doesn't know on which host to run this. Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index f0edc3935..dc5fac566 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -519,13 +519,6 @@ pipeline { } } } - - // Cleanup the workspace afterwards - post { - always { - cleanWs() - } - } } } }