work on Jenkinsfile
epsi-builds/msspec_python3/pipeline/head This commit looks good Details

This commit is contained in:
Sylvain Tricot 2021-06-30 16:18:47 +02:00
parent 6a449eec75
commit c9243362cd
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -14,6 +14,7 @@ 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/'
} }