我们将 jenkins-cli 用于这样的私人执行者:
在我们的私有构建机器(linux box)上的命令:
java -jar jenkins-cli.jar -s [cloudbees_url]-i /var/build/.ssh/id_rsa on-premise-executor -fsroot /var/build -labels myLabel -executors 1
但是当我在这台机器上开始工作时,我在构建中得到一个权限被拒绝的错误:
conq: repository access denied. deployment key is not associated with the requested repository.
fatal: Could not read from remote repository.
你知道如何添加构建机器与我们的 SCM 对话所需的密钥(我们正在使用 BitBucket)