copy docs to webroot
Some checks reported errors
esbo_ds/ESBO-ETC/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
esbo_ds/ESBO-ETC/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
173230d402
commit
61d4652e9c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -73,7 +73,7 @@ pipeline {
|
|||||||
// remove old files
|
// remove old files
|
||||||
sh 'rm -rf /var/www/html/esboetcdocs/*'
|
sh 'rm -rf /var/www/html/esboetcdocs/*'
|
||||||
// copy new files
|
// copy new files
|
||||||
sh 'cp -rf docs/build/html /var/www/html/esboetcdocs/'
|
sh 'cp -rf docs/build/html/* /var/www/html/esboetcdocs/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy Docs Lunjaserv') {
|
stage('Deploy Docs Lunjaserv') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user