Added auto doc deploy #2

Closed
SuwakoMmh wants to merge 13 commits from test into master
Showing only changes of commit 07a03c059b - Show all commits

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
dockerfile {
args "-u root -v /var/lib/jenkins/pipenv:/root/.cache/pipenv:cached"
args "-u root -v $home/.cache/pipenv:/root/.cache/pipenv"
}
}
environment {