work on Jenkinsfile
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit Details

This commit is contained in:
Sylvain Tricot 2021-06-30 16:12:48 +02:00
parent 72d932f1e9
commit 6a449eec75
1 changed files with 2 additions and 6 deletions

8
Jenkinsfile vendored
View File

@ -14,12 +14,8 @@ pipeline {
} }
stage('Syncing website...') { stage('Syncing website...') {
steps { steps {
echo 'syncing website...' sh 'rm -rf $HOME/www/*'
} sh 'cp -a ./doc/build/html/* $HOME/www/'
}
stage('Cleaning up...') {
steps {
echo 'Cleaning artifacts...'
} }
} }