Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个页面说我可以通过导航直接下载计划的最新工件http://server/bamboo/browse/MYBUILD/latest/artifact/logs/sample-log.log,但是有没有办法可以直接要求最新构建的工件成功?
http://server/bamboo/browse/MYBUILD/latest/artifact/logs/sample-log.log
您可以将 url 中的“latest”替换为“latestSuccessful”,这将返回该计划的最新执行成功。