diff --git a/Jenkinsfile b/Jenkinsfile index ca31bac..b3f4327 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ def generateStage(name) { rm -rf antos/frontend/$tag/build/opt/www/htdocs/os/rst # release antos doc - [ -d "antos/frontend/$tag/doc" ] && cp -rf antos/frontend/$tag/doc /home/dany/public/antos-release/doc/$tag + [ -d "antos/frontend/$tag/doc" ] && cp -rf antos/frontend/$tag/doc /home/dany/public/antos-release/doc/$tag || true ''' } }