Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit

This commit is contained in:
2025-12-29 14:32:51 +08:00
parent ad4ff12cef
commit 8d2653efbf

1
Jenkinsfile vendored
View File

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