Questions tagged «build-pipeline»

2
如何构建复杂的并行Jenkins管道?
我一直对将定制的Jenkins集成转换为管道感兴趣。但是,我似乎无法弄清楚该怎么做。 有人可以帮助我完成以下工作的Jenkins脚本吗? 1---2---3-----------9---10 | | |---4-------| | | |---5---6---| | | |---7---| 1: Start pipeline 10: End pipeline 5: Build some files * needed by 6, 7, * needed as artifacts at the end 2, 3, 4, 6, 7: Have jUnit result files, should be available at end of test …

4
CodeBuild-AWS Pipeline中的多个输入工件
我正在构建一个AWS CodePipeline,它依赖于两个源存储库。如果在“ CodeBuild”步骤中指定了多个Input工件,则会出现错误:.. declares 2 input artifacts which is more than the maximum count。文档严格要求CodeBuild仅具有单个输入工件。 另一方面,Lambda没有此限制。我一直在寻找一种方法,使Lambda可以将两个工件“合并”为一个工件,然后将其传递给CodeBuild。不幸的是,关于这个主题的信息非常有限。 是否有人能正常工作的CodePipeline Lambda会将两个工件合并为一个? 注意:有关如何访问工件的文档。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.