work on Jenkinsfile

This commit is contained in:
Sylvain Tricot 2021-06-30 16:28:10 +02:00
parent c9243362cd
commit 36fdfd6f93
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -14,7 +14,6 @@ pipeline {
} }
stage('Syncing website...') { stage('Syncing website...') {
steps { steps {
sh 'whoami'
sh 'rm -rf $HOME/www/*' sh 'rm -rf $HOME/www/*'
sh 'cp -a ./doc/build/html/* $HOME/www/' sh 'cp -a ./doc/build/html/* $HOME/www/'
} }