diff --git a/Jenkinsfile b/Jenkinsfile index fa5e9f7..b13fa72 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,6 +40,7 @@ pipeline { stage('Build timeline-frontend dist') { steps { script { + sh "pwd && ls" // 使用 Docker 运行 Node.js 环境 sh ''' docker run -v $PWD:/app -w /app node:18-alpine sh -c "