summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2015-11-10 13:46:35 -0500
committerAric Gardner <agardner@linuxfoundation.org>2015-11-10 13:47:03 -0500
commitdfae51689aec4f2edd843bf794301bf56acde51a (patch)
tree467fea8e7171af9009e5d73c5c19bc8024aebe18 /jjb/opnfvdocs
parent60b43d20be42dbd39641133907619b5b176904c9 (diff)
Remove opnfvdocs job, it is handeled elsewhere
Change-Id: I149cf3bde268b8404c1a7601d29df08bf5247002 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/opnfvdocs')
-rw-r--r--jjb/opnfvdocs/opnfvdocs.yml185
1 files changed, 0 insertions, 185 deletions
diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml
deleted file mode 100644
index b555ad182..000000000
--- a/jjb/opnfvdocs/opnfvdocs.yml
+++ /dev/null
@@ -1,185 +0,0 @@
-- project:
- name: opnfvdocs
- jobs:
- - 'opnfvdocs-daily-{stream}'
- - 'opnfvdocs-merge-{stream}'
- - 'opnfvdocs-verify-{stream}'
-
- # stream: branch with - in place of / (eg. stable-helium)
- # branch: branch (eg. stable/helium)
- stream:
- - master:
- branch: 'master'
- gs-pathname: ''
- - stable-arno:
- branch: 'stable/arno'
- gs-pathname: '/arno'
-
- project: 'opnfvdocs'
-
-- job-template:
- name: 'opnfvdocs-daily-{stream}'
-
- node: gce-opnfv-docker-1
-
- # Job template for daily builders
- #
- # Required Variables:
- # stream: branch with - in place of / (eg. stable)
- # branch: branch (eg. stable)
-
- project-type: freestyle
-
- logrotate:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: '{build-num-to-keep}'
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - opnfvdocs-parameter:
- gs-pathname: '{gs-pathname}'
-
- scm:
- - git-scm:
- credentials-id: '{ssh-credentials}'
- refspec: ''
- branch: '{branch}'
-
- wrappers:
- - ssh-agent-credentials:
- user: '{ssh-credentials}'
-
- triggers:
- - 'opnfvdocs-{stream}'
-
- builders:
- - shell:
- !include-raw docu-build.sh
-
-- job-template:
- name: 'opnfvdocs-verify-{stream}'
-
- node: gce-opnfv-docker-1
-
- project-type: freestyle
-
- logrotate:
- daysToKeep: 30
- numToKeep: 10
- artifactDaysToKeep: -1
- artifactNumToKeep: -1
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- scm:
- - gerrit-trigger-scm:
- credentials-id: '{ssh-credentials}'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- wrappers:
- - ssh-agent-credentials:
- user: '{ssh-credentials}'
-
- triggers:
- - gerrit:
- trigger-on:
- - patchset-created-event:
- exclude-drafts: 'false'
- exclude-trivial-rebase: 'false'
- exclude-no-code-change: 'false'
- - draft-published-event
- - comment-added-contains-event:
- comment-contains-value: 'recheck'
- - comment-added-contains-event:
- comment-contains-value: 'reverify'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: 'opnfvdocs'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/{branch}'
-
- builders:
- - shell:
- !include-raw docu-build.sh
-
-- job-template:
- name: 'opnfvdocs-merge-{stream}'
-
- node: gce-opnfv-docker-1
-
- # builder-merge job to run JJB update
- #
- # This job's purpose is to update all the JJB
-
- project-type: freestyle
-
- logrotate:
- daysToKeep: 30
- numToKeep: 40
- artifactDaysToKeep: -1
- artifactNumToKeep: 5
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
-
- 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: '**/{branch}'
-
- builders:
- - shell:
- !include-raw docu-build.sh
-
-########################
-# parameter macros
-########################
-- parameter:
- name: opnfvdocs-parameter
- parameters:
- - string:
- name: GS_PATHNAME
- default: '{gs-pathname}'
- description: "Version directory where the opnfv documents will be stored in gs repository"
-
-########################
-# trigger macros
-########################
-- trigger:
- name: 'opnfvdocs-master'
- triggers:
- - pollscm: "H 9 * * *"
-
-- trigger:
- name: 'opnfvdocs-stable-arno'
- triggers:
- - pollscm: "H 21 * * *"