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:49:18 +08:00
parent 9cf3cff5c8
commit f33c50719c

2
Jenkinsfile vendored
View File

@@ -40,7 +40,7 @@ pipeline {
stage('Build timeline-frontend dist') { stage('Build timeline-frontend dist') {
steps { steps {
script { script {
def workspace = './' def workspace = '.'
echo "当前工作空间路径: ${workspace}" echo "当前工作空间路径: ${workspace}"
// 确保路径正确 // 确保路径正确