Skip to content

Commit

Permalink
【蓝盾-评审会已评审】【PAC】feat:新建/编辑流水线支持以 Code 方式编排流水线 TencentBlueKing#8125
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Aug 14, 2023
1 parent 3ea6fe3 commit 3f963ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ import com.tencent.devops.process.yaml.modelTransfer.pojo.YamlTransferInput
import com.tencent.devops.process.yaml.pojo.TemplatePath
import com.tencent.devops.process.yaml.pojo.YamlVersion
import com.tencent.devops.process.yaml.v2.models.IPreTemplateScriptBuildYaml
import com.tencent.devops.process.yaml.v2.models.PreTemplateScriptBuildYaml
import com.tencent.devops.process.yaml.v2.models.step.PreStep
import com.tencent.devops.process.yaml.v2.parsers.template.YamlTemplate
import com.tencent.devops.process.yaml.v2.parsers.template.YamlTemplateConf
Expand Down Expand Up @@ -146,7 +145,7 @@ class PipelineTransferYamlService @Autowired constructor(
}
watcher.start("transfer start")
val input = YamlTransferInput(
userId, pipelineInfo, pYml
userId, projectId, pipelineInfo, pYml
)
val model = modelTransfer.yaml2Model(input)
val setting = modelTransfer.yaml2Setting(input)
Expand Down

0 comments on commit 3f963ca

Please sign in to comment.