Clean up
esbo_ds/ESBO-ETC/pipeline/head This commit looks good Details

This commit is contained in:
Lukas Klass 2020-07-22 08:31:10 +02:00
parent d6eaed389b
commit 04a58d3684
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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