atrifacts updated
All checks were successful
esbo_ds/ESBO-ETC/pipeline/head This commit looks good

This commit is contained in:
Lukas Klass 2020-07-21 13:49:35 +02:00
parent f21449d977
commit d3a0fa4745

2
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ pipeline {
-d ${SPHINX_DIR}/${BUILD_DIR}/doctrees ${SPHINX_DIR}/${SOURCE_DIR} ${SPHINX_DIR}/${BUILD_DIR} -d ${SPHINX_DIR}/${BUILD_DIR}/doctrees ${SPHINX_DIR}/${SOURCE_DIR} ${SPHINX_DIR}/${BUILD_DIR}
''' '''
*/ */
archiveArtifacts 'docs/build/html' archiveArtifacts 'docs/build/html/**/*.*'
} }
post { post {
failure { failure {