diff options
Diffstat (limited to 'jjb/orchestra')
-rw-r--r-- | jjb/orchestra/orchestra-rtd-jobs.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/orchestra/orchestra-rtd-jobs.yaml b/jjb/orchestra/orchestra-rtd-jobs.yaml new file mode 100644 index 000000000..d1279eba4 --- /dev/null +++ b/jjb/orchestra/orchestra-rtd-jobs.yaml @@ -0,0 +1,13 @@ +--- +- project: + name: orchestra-rtd + project: orchestra + project-name: orchestra + + gerrit-skip-vote: true + project-pattern: 'orchestra' + rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-orchestra/47380/' + rtd-token: 'c7f8cb2949a592bf6040c648552b0afa61f7da15' + + jobs: + - '{project-name}-rtd-jobs' |