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.
所以我有一个包含多个阶段的管道,每个阶段都有几个构建作业流程。当我运行管道并且任何一个构建失败时,阶段失败并且不会构建阶段中的其他构建。我怎样才能解决这个问题,以便在舞台上建立剩余的工作?
你可以使用约定
try { // your build steps } finally { // always run... }