Added docs cleaning step to pipeline
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-28 13:56:10 -05:00
parent adf7473587
commit cbf32d253b

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stage("clean") {
steps {
sh 'rm -rf ./dist/*'
sh 'rm -rf ./docs/build/*'
}
}
stage("install") {