stash added
esbo_ds/ESBO-ETC/pipeline/head This commit looks good Details

This commit is contained in:
Lukas Klass 2020-07-21 14:06:10 +02:00
parent d2248d120d
commit 9294078ea5
1 changed files with 3 additions and 0 deletions

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/'
}
}