Tried to fix the broken 'syncing website' stage.
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
This last stage is not working due to permission issues on the server side. I tried to just update existing files instead of removing everything and copying new files. Let's see...
This commit is contained in:
parent
e1659db33b
commit
d6882b57b9
|
@ -14,7 +14,7 @@ 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