diff options
author | Jeremy Phelps <jphelps@linuxfoundation.org> | 2017-08-23 17:10:18 -0500 |
---|---|---|
committer | Jeremy Phelps <jphelps@linuxfoundation.org> | 2017-08-23 17:17:34 -0500 |
commit | 9d710b45baa253cfca760fe51ecf7fed0a8479e4 (patch) | |
tree | f7a82df5c70f5460f922ab1c77da289cf7dd7d6c /jjb/doc | |
parent | 1d45cfdb59e50fd83b94b4827b29e6648e705ded (diff) |
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 <jphelps@linuxfoundation.org>
Diffstat (limited to 'jjb/doc')
-rw-r--r-- | jjb/doc/doc-templates-rtd.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |