diff --git a/Jenkinsfile b/Jenkinsfile index b6fb210..bbcb90e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { agent any steps { unstash 'html' - sh 'ls docs/build/html' + sh 'cp -r docs/build/html /opt/esbo-etc/' } } /*