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

This commit is contained in:
Lukas Klass 2020-07-21 14:02:55 +02:00
parent 8c074857aa
commit 6934877c4a
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'
sh 'ls docs/build/html'
}
}
/*