import other kontor repos into directories

This commit is contained in:
Thomas Peetz
2025-01-09 19:28:50 +01:00
committed by Thomas Peetz
parent 28746adfbb
commit b424e95e05
319 changed files with 17211 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
node {
stage "Checkout"
checkout scm
stage "make migrations"
sh "python kontor/manage.py makemigrations"
stage "execute tests"
<<<<<<< HEAD
sh "python kontor/manage.py test comics library medien tradingcards homeoffice"
=======
sh "python kontor/manage.py test commics library medien tradingcards homeoffice"
>>>>>>> add tests
}