create _build on setup

This commit is contained in:
acereca 2021-02-12 12:39:07 +01:00
parent f7bedb8ccb
commit c068427474
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
agent any agent any
steps { steps {
sh 'pip install sphinx' sh 'pip install sphinx'
sh 'mkdir -p docs/_build'
} }
} }
stage("Build") { stage("Build") {