Jenkins file edit
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:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -159,7 +159,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// 创建或更新docker-compose文件
|
||||
def composeContent = getComposeFileContent('dev')
|
||||
def composeContent = deployToEnvironmentWithCompose('dev')
|
||||
writeFile file: 'docker-compose.yml', text: composeContent
|
||||
|
||||
// 拉取最新镜像
|
||||
|
||||
Reference in New Issue
Block a user