From: Cédric Ollivier Date: Wed, 15 Mar 2023 08:45:37 +0000 (+0100) Subject: Fix git url in ONAP doc rules job X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F133667%2F2;p=ci-management.git Fix git url in ONAP doc rules job Issue-ID: DOC-798 Signed-off-by: Cédric Ollivier Change-Id: I72c2612e8d3dbaa7d5c03fe53a8f63e3721150ad --- diff --git a/jjb/doc/rules.yaml b/jjb/doc/rules.yaml index 652ca0d91..c56755f2e 100644 --- a/jjb/doc/rules.yaml +++ b/jjb/doc/rules.yaml @@ -2,7 +2,7 @@ name: doc-scm scm: - git: - url: 'https://gerrit.onap.org/gerrit/{project}' + url: 'https://gerrit.onap.org/r/{project}' refspec: '+refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/*' branches: - '{ref}'