gpt4 book ai didi

azure - 在失败的任务上继续 Azure Pipeline

转载 作者:行者123 更新时间:2023-12-03 22:45:19 26 4
gpt4 key购买 nike

我有一个运行 Cypress 的任务:

-ErrorAction SilentlyContinue
cd $(System.DefaultWorkingDirectory)/_ClientWeb-Build-CI/ShellArtifact/
npx cypress run

我已将 ErrorActionPreference 设置为继续。但是当我的 Cypress 失败时:

##[error]PowerShell exited with code '1'.

下一个任务被取消,发布失败。即使 Cypress 失败,我如何继续发布?是否可以根据 Cypress 任务结果为 bool 值赋予 true/false 值?

最佳答案

如果 Cypress 任务失败后仍想继续发布,只需在 Cypress 任务中添加以下行:

continueOnError: true 

关于azure - 在失败的任务上继续 Azure Pipeline,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56925979/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com