From 48dd10ea056e55d23cadfb542fcbc52f67287b74 Mon Sep 17 00:00:00 2001 From: husbando_enjoyer Date: Tue, 23 Dec 2025 17:34:06 +0100 Subject: [PATCH] Prevent creation of pycache directory --- Jenkinsfile.ci | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile.ci b/Jenkinsfile.ci index fac7695..3d26508 100644 --- a/Jenkinsfile.ci +++ b/Jenkinsfile.ci @@ -41,6 +41,11 @@ pipeline { args '-u root' } } + + environment { + PYTHONDONTWRITEBYTECODE = 1 + } + steps { dir('backend') { sh '''