summaryrefslogtreecommitdiffstats
path: root/jjb/doc/doc-templates-rtd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/doc/doc-templates-rtd.yaml')
-rw-r--r--jjb/doc/doc-templates-rtd.yaml18
1 files changed, 15 insertions, 3 deletions
diff --git a/jjb/doc/doc-templates-rtd.yaml b/jjb/doc/doc-templates-rtd.yaml
index c1f6159d1..ff5a75f98 100644
--- a/jjb/doc/doc-templates-rtd.yaml
+++ b/jjb/doc/doc-templates-rtd.yaml
@@ -31,9 +31,15 @@
maven-version: '{maven-version}'
scm:
- - gerrit-trigger-scm:
+ - git:
+ credentials-id: '{jenkins-ssh-credential}'
+ url: '$GIT_BASE'
refspec: ''
choosing-strategy: 'gerrit'
+ branches:
+ - 'refs/heads/{branch}'
+ skip-tag: true
+ wipe-workspace: true
submodule-recursive: '{submodule-recursive}'
wrappers:
@@ -103,13 +109,19 @@
- maven-exec:
maven-version: '{maven-version}'
-
scm:
- - gerrit-trigger-scm:
+ - git:
+ credentials-id: '{jenkins-ssh-credential}'
+ url: '$GIT_BASE'
refspec: ''
choosing-strategy: 'gerrit'
+ branches:
+ - 'refs/heads/{branch}'
+ skip-tag: true
+ wipe-workspace: true
submodule-recursive: '{submodule-recursive}'
+
wrappers:
- infra-wrappers:
build-timeout: '{build-timeout}'