Added the syncing website section in CI
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
A stage to update the website was added to the Jenkinsfile.
This commit is contained in:
parent
bdbd320bf4
commit
4d3ac28343
|
@ -13,9 +13,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Syncing website...') {
|
stage('Syncing website...') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Syncing website...'
|
// echo 'Syncing website...'
|
||||||
// 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/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue