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.
步骤成功或失败取决于它们运行的命令或脚本的输出,但我不清楚这究竟是如何工作的。是否有任何输出stderr导致步骤失败?如果不是,Tekton 如何准确地确定一个步骤是失败还是成功?
stderr
这是关于任务中每个步骤的退出代码。
如果您的某个步骤以非 0 代码退出,则您的任务失败。否则就成功了。