【发布时间】:2018-03-06 19:08:31
【问题描述】:
我是构建系统的新手,必须研究竹子。我写了一个我想要实现的伪代码,想知道它是否可行:
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
【问题讨论】:
标签: jenkins continuous-integration bamboo build-tools build-system