Don't run docker container with root privileges
esbo_ds/ESBO-ETC/pipeline/head This commit looks good Details

This commit is contained in:
Lukas Klass 2020-07-22 08:09:51 +02:00
parent 205d556129
commit 5c2f46e84d
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
pipeline {
agent none
environment {
TEST_DIR = 'tests'
SPHINX_DIR = 'docs'
BUILD_DIR = 'build/html'
SOURCE_DIR = 'source'