我正在尝试在
中运行python脚本docker.inside(){
sh 'python script.sh'
}
python脚本中包含用于git clone的代码。在本地工作正常。当我在Jenkins中运行相同的命令时,它会尝试在home / jenkins / .ssh中创建一个目录,我们绝对没有权限这样做。 尽管python代码在相同的工作空间中创建了一个仓库。
Cloning into '/mnt/data/jenkins/workspace/ge-ozone_AB_srv_test_master-5JDA4YG5MXWKVNZ7T6U24ZDX6D7CJ5NH5N37ZX6CEMTJODKVQH5A/service-tool/config'...
Could not create directory '/home/jenkins/.ssh'.
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
请提出解决方法的建议。