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.yaml25
1 files changed, 19 insertions, 6 deletions
diff --git a/jjb/doc/doc-templates-rtd.yaml b/jjb/doc/doc-templates-rtd.yaml
index c1f6159d1..c6bec58ec 100644
--- a/jjb/doc/doc-templates-rtd.yaml
+++ b/jjb/doc/doc-templates-rtd.yaml
@@ -31,10 +31,17 @@
maven-version: '{maven-version}'
scm:
- - gerrit-trigger-scm:
+ - git:
+ credentials-id: '{jenkins-ssh-credential}'
+ url: '$GIT_BASE'
refspec: ''
- choosing-strategy: 'gerrit'
- submodule-recursive: '{submodule-recursive}'
+ choosing-strategy: 'default'
+ branches:
+ - 'refs/heads/{branch}'
+ skip-tag: true
+ wipe-workspace: true
+ submodule:
+ recursive: '{submodule-recursive}'
wrappers:
- infra-wrappers:
@@ -103,13 +110,19 @@
- maven-exec:
maven-version: '{maven-version}'
-
scm:
- - gerrit-trigger-scm:
+ - git:
+ credentials-id: '{jenkins-ssh-credential}'
+ url: '$GIT_BASE'
refspec: ''
- choosing-strategy: 'gerrit'
+ choosing-strategy: 'default'
+ branches:
+ - 'refs/heads/{branch}'
+ skip-tag: true
+ wipe-workspace: true
submodule-recursive: '{submodule-recursive}'
+
wrappers:
- infra-wrappers:
build-timeout: '{build-timeout}'