Explorar o código

fix: 2025-02-13 添加jenkines打包文件

mingliang.yang hai 3 meses
pai
achega
b8b053a32f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -25,6 +25,7 @@ pipeline {
 
         stage('Publish Locally') {
             steps {
+               sh 'rm -rf /home/medic/dist'
                 // 将构建结果复制到本地目录(可自定义目录)
                 sh 'cp -r dist /home/medic'
                 // 解压dist.zip到指定目录