summaryrefslogtreecommitdiffstats
path: root/jjb/doc/doc-templates-rtd.yaml
diff options
context:
space:
mode:
authorRich Bennett <rb2745@att.com>2017-08-22 15:28:45 -0400
committerRich Bennett <rb2745@att.com>2017-08-22 21:37:50 +0000
commitc46a2ee5d3185efa8cc557fde72c40f0f4c04a71 (patch)
tree522807fd28fa5334ce61a71580062869d66474a8 /jjb/doc/doc-templates-rtd.yaml
parentb64fd1d6b5f99de70d2a061d4f91eb8967539812 (diff)
Implement ODL JJB get-scm-with-submodules
Provide null refspec to gerrit-trigger-scm Issue-ID: DOC-11 Change-Id: I5e78f9960ecdedba7f7ae247c04d6671d5cf7273 Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'jjb/doc/doc-templates-rtd.yaml')
-rw-r--r--jjb/doc/doc-templates-rtd.yaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/jjb/doc/doc-templates-rtd.yaml b/jjb/doc/doc-templates-rtd.yaml
index 4f54322cd..c1f6159d1 100644
--- a/jjb/doc/doc-templates-rtd.yaml
+++ b/jjb/doc/doc-templates-rtd.yaml
@@ -9,8 +9,6 @@
# Optional Variables:
# path: directory containing the project's tox.ini relative to
# the workspace. The default is the project root.
- # pattern: ant file-path pattern relative to the workspace used to
- # trigger the job
name: '{project-name}-{stream}-verify-rtd'
path: '$WORKSPACE'
@@ -34,7 +32,7 @@
scm:
- gerrit-trigger-scm:
- refspec: '$GERRIT_REFSPEC'
+ refspec: ''
choosing-strategy: 'gerrit'
submodule-recursive: '{submodule-recursive}'
@@ -84,8 +82,6 @@
# Optional Variables:
# path: directory containing the project's tox.ini relative to
# the workspace. The default is the project root.
- # pattern: ant file-path pattern relative to the workspace used to
- # trigger the job
name: '{project-name}-{stream}-merge-rtd'
path: '$WORKSPACE'
@@ -107,9 +103,10 @@
- maven-exec:
maven-version: '{maven-version}'
+
scm:
- gerrit-trigger-scm:
- refspec: '$GERRIT_REFSPEC'
+ refspec: ''
choosing-strategy: 'gerrit'
submodule-recursive: '{submodule-recursive}'