work on Jenkinsfile
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
This commit is contained in:
parent
72d932f1e9
commit
6a449eec75
|
@ -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...'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue