We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 months ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
编辑 (03/2018)
自从 2012 年写下这个问题并于 2014 年回答以来,已经有很多工具上线来支持我最初想要的东西。 Jenkins 现在原生支持脚本化管道,并拥有出色的 UI(蓝海)来渲染它们。那些在这个问题上遇到困难的人应该考虑使用它们来满足他们的管道需求。
结束编辑
(旧答案)
它当我问这个问题时,它并不存在,但是 Jenkins 的构建流程插件完全满足了我的需要,并且很好地创建了管道视图。
https://wiki.jenkins-ci.org/display/JENKINS/Build +流程+插件
Edit (03/2018)
Since writing this question in 2012 and answering it in 2014, numerous tools have come online to support what I originally wanted. Jenkins now supports scripted pipelines natively and has an excellent UI (Blue Ocean) for rendering them. Those stumbling on this question should consider using these for their pipeline needs.
End edit
(Old answer)
It didn't exist when I asked the question, but Jenkins' Build Flow Plugin does exactly what I needed, and creates pipeline views very well.
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin
Jenkins/Hudson 当然可以用来实现 real管道。
Jenkins/Hudson can certainly be used to achieve a real pipeline.
如果您使用虚拟材料(例如,空的 git 存储库),然后使用 API 触发管道并上传工件,则可以使用 Go。
但是,这是相当大的努力,并且只有当您有充分的理由要使用 Go 时,您才应该这样做。
You could use Go if you used a dummy material (an empty git repo, for example), and then used the API to trigger a pipeline and upload artifacts.
But, that's quite some effort, and you should probably only do that if you have a very good reason otherwise to use Go.
您可以尝试使用 GoCD 管道。它具有非常好的持续交付功能,并且还具有漂亮的仪表板,可以显示实时流程和状态。尝试一下。
You can try with GoCD pipeline. It has very nice features for continuous delivery and has nice dashboard also which shows real time flow and status. Give a try.