我在用Jenkins编写代码时遇到了一些问题。我过去使用的配置从来没有给我带来任何痛苦,但我昨天添加了3个新的macOS执行器,但它们都不起作用。 我得到的实际错误是OpenJDK配置脚本的一部分: configure:54803: checking for codesignconfigure:55436: checking if codesign certificate is presentconfigure:554
当运行codesign命令时,我得到了errSecInternalComponent。如果我转到密钥链并将证书更改为always trust,然后再次运行codesign命令,则会得到Warning: unable to build chain to self-signed root for signer "Developer ID Application: xxxxxx (xxxxxx)"./workspace/Myapp.app: errSecInternalComponent
第一次发生这种情况是在我从另一个MacOS导出开发人员证书并将其导入时。然后我尝试删除密钥链,重