]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Remove the GPG key material as soon as possible
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Dec 2024 10:36:48 +0000 (10:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Dec 2024 17:03:49 +0000 (17:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index b299c1201e5ad0f1a08d094c19a9a57651417759..d15a09132228974242c05dc2561e56d4221129b3 100644 (file)
@@ -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/**/*"