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

This commit is contained in:
2025-12-30 13:48:57 +08:00
parent 62323d80e6
commit 80e35d1ac5

2
Jenkinsfile vendored
View File

@@ -159,7 +159,7 @@ pipeline {
steps {
script {
// 创建或更新docker-compose文件
def composeContent = getComposeFileContent('dev')
def composeContent = deployToEnvironmentWithCompose('dev')
writeFile file: 'docker-compose.yml', text: composeContent
// 拉取最新镜像