create _build on setup
This commit is contained in:
parent
f7bedb8ccb
commit
c068427474
|
@ -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") {
|
||||||
|
|
Loading…
Reference in New Issue