我试图找出在请求请求中更改的目录。
我在詹金斯(Jenkins)中添加了以下代码段。
git diff-tree --name-status ${event_payload_pull_request_head_ref} ${event_payload_pull_request_base_ref}
在我本地,我能够获取目录名称,但是在詹金斯中,我得到以下错误
fatal: ambiguous argument 'test/pr_job_branch': unknown revision or path not in the working tree.