ci: unit tests in jenkins

This commit is contained in:
Alexander Engelsberger
2021-11-05 14:30:08 +01:00
parent 59037e1a50
commit d11ab71b7e
5 changed files with 42 additions and 11 deletions

5
.ci/python310.Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM python:3.9
RUN adduser --uid 1000 jenkins
USER jenkins