From: Michael Tremer Date: Thu, 5 Dec 2024 10:36:48 +0000 (+0000) Subject: jenkins: Remove the GPG key material as soon as possible X-Git-Tag: 0.9.30~759 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80f719f1da35d208d00c84306667308771760321;p=pakfire.git jenkins: Remove the GPG key material as soon as possible Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index b299c1201..d15a09132 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -451,6 +451,9 @@ pipeline { } } + // Remove the GPG key material as soon as possible + sh "rm -rf $GNUPGHOME" + // Upload everything again archiveArtifacts artifacts: "packages/debian/**/*"