bugfix/main-13-UpdateConfigurations #17

Merged
husbando_enjoyer merged 16 commits from bugfix/main-13-UpdateConfigurations into main 2025-12-28 11:15:37 +01:00
Showing only changes of commit 48dd10ea05 - Show all commits

View File

@@ -41,6 +41,11 @@ pipeline {
args '-u root' args '-u root'
} }
} }
environment {
PYTHONDONTWRITEBYTECODE = 1
}
steps { steps {
dir('backend') { dir('backend') {
sh ''' sh '''