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