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:07:49 +02:00
parent 9294078ea5
commit 48d59a8b70

4
Jenkinsfile vendored
View File

@ -40,7 +40,9 @@ pipeline {
}
}
stage('Deploy') {
agent any
agent {
label 'lunjaserv'
}
steps {
unstash 'html'
sh 'ls docs/build/html'