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.
尝试通过命令行 canape32 命令启动 Vector CANape,它在 windows 命令提示符下完美运行。当尝试在我们的 Jenkins 多分支管道中运行 Windows 批处理命令来执行相同操作时,它成功加载了远程客户端 DLL 文件,然后在“错误 7:未找到硬锁”时停止。这个错误也存在于自由式项目中,关于环境差异的任何线索?我希望,因为它运行 canape32 命令就像在常规命令提示符中一样,它可以正常工作,但我必须遗漏一些东西。
这是由于 Jenkins 重定向了 consule 输出。当使用 Vector 的 ASAP2 工具集而不是 CANape 来生成 A2L 文件时,您可以通过 INI 文件禁用输出,这样就不会发生这种情况。