我無法從Jenkins連接到GIT存儲庫。在我工作的配置我指定的「資源庫」 URL「到‘XXX @ YYY:/usr/data/git/common/ast.git’,並出現以下錯誤:Jenkins:連接到GIT存儲庫時出錯
Failed to connect to repository : Command "/usr/data/git-client/bin/git ls-remote -h [email protected]:/usr/data/git/common/ast.git HEAD" returned status code 128:
stdout:
stderr: fatal: Unable to read current working directory: No such file or directory
當我運行命令」/usr/data/git-client/bin/git ls-remote -h xxx @ yyy:/usr/data/git/common/ast.git HEAD「作爲用戶Jenkins運行的shell,因爲我沒有收到錯誤?
什麼是從詹金斯的問題,我怎樣才能找出詹金斯指的
哪個目錄編輯:
我轉在Jenkins日誌記錄jenkins-git-plugin,但它不告訴我它無法訪問哪個目錄。
當我以root身份啓動Jenkins時,一切都很好 - 所以它是一個文件系統訪問問題 - 我只是不知道git需要訪問哪個目錄或者如何找出問題。