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