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

This commit is contained in:
Lukas Klass 2020-07-21 14:07:49 +02:00
parent 9294078ea5
commit 48d59a8b70
1 changed files with 3 additions and 1 deletions

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'