输入私钥时缺少 Jenkins 选项; "from a file on jenkins master" 和 "From the Jenkins master ~/.ssh"
Jenkins Options missing while entering a private key; "from a file on jenkins master" and "From the Jenkins master ~/.ssh"
我已经设置了一个新的 Jenkins 服务器并从旧的 Jenkins 服务器复制了作业和插件,但不幸的是,在输入全局 User/Account 的私钥时缺少 2 个选项。选项为 "from a file on jenkins master" 和 "From the Jenkins master ~/.ssh"。
我怀疑是否缺少某些插件,因为我已经从旧服务器复制了所有插件。任何线索都会有所帮助。
由于 security reasons 从 SSH 凭据插件 1.14 版开始,这些选项已被删除:
SSH Credentials Plugin no longer supports SSH credentials from files on the Jenkins master file system, neither user-specified file paths nor ~/.ssh. Existing SSH credentials of these kinds are migrated to "directly entered" SSH credentials.
我已经设置了一个新的 Jenkins 服务器并从旧的 Jenkins 服务器复制了作业和插件,但不幸的是,在输入全局 User/Account 的私钥时缺少 2 个选项。选项为 "from a file on jenkins master" 和 "From the Jenkins master ~/.ssh"。 我怀疑是否缺少某些插件,因为我已经从旧服务器复制了所有插件。任何线索都会有所帮助。
由于 security reasons 从 SSH 凭据插件 1.14 版开始,这些选项已被删除:
SSH Credentials Plugin no longer supports SSH credentials from files on the Jenkins master file system, neither user-specified file paths nor ~/.ssh. Existing SSH credentials of these kinds are migrated to "directly entered" SSH credentials.