From 9d710b45baa253cfca760fe51ecf7fed0a8479e4 Mon Sep 17 00:00:00 2001 From: Jeremy Phelps Date: Wed, 23 Aug 2017 17:10:18 -0500 Subject: Set choosing strategy to default The doc project aggregates other projects docs and builds them. This needs the default choosing strategy. Change-Id: I99ebdfc553cf86b58aaf909e9c0923c26aa3660c Issue-ID: DOC-11 Signed-off-by: Jeremy Phelps --- jjb/doc/doc-templates-rtd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jjb/doc') diff --git a/jjb/doc/doc-templates-rtd.yaml b/jjb/doc/doc-templates-rtd.yaml index 947ff73f6..c6bec58ec 100644 --- a/jjb/doc/doc-templates-rtd.yaml +++ b/jjb/doc/doc-templates-rtd.yaml @@ -35,9 +35,9 @@ credentials-id: '{jenkins-ssh-credential}' url: '$GIT_BASE' refspec: '' - choosing-strategy: 'gerrit' + choosing-strategy: 'default' branches: - - 'origin/$GERRIT_BRANCH' + - 'refs/heads/{branch}' skip-tag: true wipe-workspace: true submodule: @@ -115,7 +115,7 @@ credentials-id: '{jenkins-ssh-credential}' url: '$GIT_BASE' refspec: '' - choosing-strategy: 'gerrit' + choosing-strategy: 'default' branches: - 'refs/heads/{branch}' skip-tag: true -- cgit 1.2.3-korg