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

This commit is contained in:
Lukas Klass 2020-07-21 14:04:40 +02:00
parent 6934877c4a
commit d2248d120d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -43,7 +43,7 @@ pipeline {
agent any
steps {
unstash 'html'
sh 'ls docs/build/html'
sh 'cp -r docs/build/html /opt/esbo-etc/'
}
}
/*