Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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 环境
|
||||||
|
|||||||
Reference in New Issue
Block a user