stash added
All checks were successful
esbo_ds/ESBO-ETC/pipeline/head This commit looks good

This commit is contained in:
Lukas Klass 2020-07-21 14:06:10 +02:00
parent d2248d120d
commit 9294078ea5

3
Jenkinsfile vendored
View File

@ -43,6 +43,9 @@ pipeline {
agent any
steps {
unstash 'html'
sh 'ls docs/build/html'
sh 'df -hT'
sh 'hostname'
sh 'cp -r docs/build/html /opt/esbo-etc/'
}
}