我是新手来构建系统并且必须在竹子上工作。我写了一个我想要实现的伪代码,并想知道它是否可行:
let repoA = Main app
let repoB = Component of Main app
Scenario 1: I commit to a branch in repoA
I checkout repoA [branch]
I build repoA
I check out repoB [master]
I build repoB into repoA
END
Scenario 2: I commit to a branch in repoB
I checkout repoA [master]
I build repoA
I check out repoB [branch]
I build repoB into repoA
END
答案 0 :(得分:0)
在竹子中,通过两个构建步骤可以实现这一目标。整个计划可以设置为由触发设置中的repoA或repoB触发。
答案 1 :(得分:0)
是的,这是可行的。如果在Plan configuration
你:
Repositories
标签Triggers
Branches
标签中添加两个分支(可以设置为通过分支创建自动完成)然后