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