diff --git a/Jenkinsfile b/Jenkinsfile index f6666ed..09b685e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { stage('Build timeline-frontend dist') { steps { script { - def workspace = PWD + def workspace = './' echo "当前工作空间路径: ${workspace}" // 确保路径正确