create _build on setup

This commit is contained in:
2021-02-12 12:39:07 +01:00
parent f7bedb8ccb
commit c068427474
Vendored
+1
View File
@@ -5,6 +5,7 @@ pipeline {
agent any
steps {
sh 'pip install sphinx'
sh 'mkdir -p docs/_build'
}
}
stage("Build") {