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

This commit is contained in:
2020-07-21 14:06:10 +02:00
parent d2248d120d
commit 9294078ea5
Vendored
+3
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/'
}
}