gpt4 book ai didi

powershell - 使用 Powershell 运行 Cake 脚本时,Jenkins 中出现未知命令错误

转载 作者:行者123 更新时间:2023-12-03 18:34:04 24 4
gpt4 key购买 nike

我们的 Jenkins 服务器多年来一直使用 Powershell 运行蛋糕脚本成功构建项目。今天突然间,我们开始在多个项目中收到以下错误:

12:10:46 Running build script...
12:10:46
12:10:46 Error: Unknown command 'Default'.
12:10:46
12:10:46 .\scripts\build.cake -target=Default -configuration=Release
12:10:46 -verbosity=Verbose -environment=dev -certificatePath=C:/Program Files
12:10:46 (x86)/xxxxx/Verisign Certificate -certificateName=xxxxxxxx_cert.pfx
12:10:46 -certificatePassword=xxxxxxxxxxx
12:10:46 ^^^^^^^ No such command
12:10:46
12:10:47 Build step 'Windows PowerShell' marked build as failure
build.ps1 脚本没有改变。 build.cake 脚本没有改变。自上次成功构建以来,Jenkins 没有更新,也没有更新任何加载项。
如果我从参数列表中删除“-target=Default”,我只会在“-configuration=Release”上得到相同的错误,指示未知命令:“Release”。
有没有其他人经历过这种情况?

最佳答案

此失败的可能根本原因是蛋糕版本更新(0.38.x --> 1.0)
您有两种方法可以解决此问题

  • 更改参数语法 - 应始终使用多破折号语法(例如--target=Foo)而不是(例如-target=Foo)调用参数
    引用:https://cakebuild.net/docs/getting-started/upgrade
  • 固定蛋糕版

  • 在 tools/packages.config 文件中指定 Cake 的版本
    引用: https://cakebuild.net/docs/writing-builds/reproducible-builds/pinning-cake-version

    关于powershell - 使用 Powershell 运行 Cake 脚本时,Jenkins 中出现未知命令错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66126081/

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