summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2015-04-14 09:53:41 -0400
committerAric Gardner <agardner@linuxfoundation.org>2015-04-14 09:53:41 -0400
commitec5dbc1ed51e1b48dd1c4adc47088d545442a764 (patch)
tree0355d451a7ac33dee46eefbaafab0cecff424e07 /jjb/opnfvdocs
parent40f590c54a6057b030949446a06a63b2e2e04dee (diff)
Add doc-build script to all jobs. Removed unneeded jobs
Change-Id: I5c5c9d240c0a61c26109a96bddbb45e65443260f JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/opnfvdocs')
-rw-r--r--jjb/opnfvdocs/opnfvdocs.yml76
1 files changed, 2 insertions, 74 deletions
diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml
index 4c5fa2e7b..75cdf83e2 100644
--- a/jjb/opnfvdocs/opnfvdocs.yml
+++ b/jjb/opnfvdocs/opnfvdocs.yml
@@ -1,11 +1,9 @@
- project:
name: opnfvdocs
jobs:
- - 'opnfvdocs-test'
- 'opnfvdocs-daily-{stream}'
- 'opnfvdocs-merge'
- 'opnfvdocs-verify'
- - 'opnfvdocs-build-docs'
# stream: branch with - in place of / (eg. stable-helium)
# branch: branch (eg. stable/helium)
@@ -14,22 +12,6 @@
branch: 'master'
project: 'opnfvdocs'
- somevar: 'foo'
-
-- job-template:
- name: opnfvdocs-test
-
- project-type: freestyle
-
- logrotate:
- daysToKeep: 30
- numToKeep: 10
- artifactDaysToKeep: -1
- artifactNumToKeep: -1
-
- builders:
- - shell: |
- echo "Hello world from opnfvdocs"
- job-template:
name: 'opnfvdocs-daily-{stream}'
@@ -41,7 +23,6 @@
# branch: branch (eg. stable)
project-type: freestyle
- varsetabove: '{somevar}'
logrotate:
daysToKeep: '{build-days-to-keep}'
@@ -66,17 +47,11 @@
triggers:
- timed: 'H H * * *'
- prebuilders:
- - test-macro
-
builders:
- shell: |
pwd
find .
- echo "Hello world from opnfvdocs {somevar} daily"
-
- postbuilders:
- - test-macro
+ !include-raw build-docu.sh
- job-template:
name: 'opnfvdocs-verify'
@@ -127,7 +102,7 @@
- shell: |
pwd
find .
- echo "verify logic goes here"
+ !include-raw build-docu.sh
- job-template:
name: 'opnfvdocs-merge'
@@ -177,51 +152,4 @@
- shell: |
pwd
find .
- echo "merge logic goes here"
-
-
-
-- job-template:
- name: 'opnfvdocs-build-docs'
-
- project-type: freestyle
-
- logrotate:
- daysToKeep: 30
- numToKeep: 40
- artifactDaysToKeep: -1
- artifactNumToKeep: 5
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: 'master'
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: '{ssh-credentials}'
- refspec: ''
- choosing-strategy: 'default'
-
- wrappers:
- - ssh-agent-credentials:
- user: '{ssh-credentials}'
-
- triggers:
- - gerrit:
- trigger-on:
- - change-merged-event
- - comment-added-contains-event:
- comment-contains-value: 'remerge'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: 'opnfvdocs'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/master'
-
- builders:
- - shell:
!include-raw build-docu.sh
-