Log says "WARNING: no project references the given repo url and commit branch" However, I get all the normal spew leading up to the warning, such as.. INFO: gitlab web hook triggered for - repo url: git@gitlab.redacted.net:redacted/redacted-reference-project.git - branch: master - with payload: { "object_kind": "push", "before": "2bd4bdf47f9752f7a178488554f06cc2682e8ff0", "after": "89ab9882dbe33e6e51336d7ecd63b66e94427a64", "ref": "refs/heads/master", etc etc.. So the web hook is triggered and it finds all the commits. It just fails at the end. Running Jenkins 2.0
Log says "WARNING: no project references the given repo url and commit branch"
However, I get all the normal spew leading up to the warning, such as..
INFO: gitlab web hook triggered for
{
"object_kind": "push",
"before": "2bd4bdf47f9752f7a178488554f06cc2682e8ff0",
"after": "89ab9882dbe33e6e51336d7ecd63b66e94427a64",
"ref": "refs/heads/master",
etc etc..
So the web hook is triggered and it finds all the commits. It just fails at the end.
Running Jenkins 2.0