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:15:25 +08:00
parent c042bb4097
commit ad4ff12cef

3
Jenkinsfile vendored
View File

@@ -38,9 +38,6 @@ pipeline {
} }
stage('Build timeline-frontend dist') { stage('Build timeline-frontend dist') {
agent {
label 'docker-agent' // 假设有一个安装了 Docker 和 Node.js 的节点
}
steps { steps {
script { script {
// 使用 Docker 运行 Node.js 环境 // 使用 Docker 运行 Node.js 环境