set the webhook and other stuff so far its great however, i put trigger on push event and merge request, but the problem is when I push directly to origin repo the jenkins work fine running automation script and so on, but if i push to my repo and submit merge request, the problem started, which the log says from jenkins
FATAL: Command "git rev-parse f050eb46f09737165bd67abebf2a6ea531ff5637^{commit}" returned status code 128:
stdout: f050eb46f09737165bd67abebf2a6ea531ff5637^{commit}
stderr: fatal: ambiguous argument 'f050eb46f09737165bd67abebf2a6ea531ff5637^{commit}': unknown revision or path not in the working tree.
anybody familiar with this problem?
Hello!
I suppose Jenkins tries to get the commit from the main repo and not from the fork which contains the commit(s) of the MR
Обсуждают сегодня