Don't run docker container with root privileges
All checks were successful
esbo_ds/ESBO-ETC/pipeline/head This commit looks good
All checks were successful
esbo_ds/ESBO-ETC/pipeline/head This commit looks good
This commit is contained in:
parent
205d556129
commit
5c2f46e84d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -1,6 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
environment {
|
environment {
|
||||||
|
TEST_DIR = 'tests'
|
||||||
SPHINX_DIR = 'docs'
|
SPHINX_DIR = 'docs'
|
||||||
BUILD_DIR = 'build/html'
|
BUILD_DIR = 'build/html'
|
||||||
SOURCE_DIR = 'source'
|
SOURCE_DIR = 'source'
|
||||||
|
Loading…
Reference in New Issue
Block a user