Added docs cleaning step to pipeline
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -4,6 +4,7 @@ pipeline {
|
||||
stage("clean") {
|
||||
steps {
|
||||
sh 'rm -rf ./dist/*'
|
||||
sh 'rm -rf ./docs/build/*'
|
||||
}
|
||||
}
|
||||
stage("install") {
|
||||
|
Reference in New Issue
Block a user