Remove lunjaserv deployment
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit Details

This commit is contained in:
Lukas Klass 2020-08-17 17:01:16 +02:00
parent 61d4652e9c
commit 23fa3a793c
1 changed files with 0 additions and 14 deletions

14
Jenkinsfile vendored
View File

@ -76,18 +76,4 @@ pipeline {
sh 'cp -rf docs/build/html/* /var/www/html/esboetcdocs/'
}
}
stage('Deploy Docs Lunjaserv') {
agent {
label 'lunjaserv'
}
steps {
// unstash build results from previous stage
unstash 'html'
// remove old files
sh 'rm -rf /opt/esbo-etc/html/*'
// copy new files
sh 'cp -rf docs/build/html /opt/esbo-etc/'
}
}
}
}