5 - 'octopus-daily-{stream}'
9 # stream: branch with - in place of / (eg. stable-helium)
10 # branch: branch (eg. stable/helium)
23 project-type: freestyle
28 artifactDaysToKeep: -1
33 echo "Hello world from octopus"
36 name: 'octopus-daily-{stream}'
40 # Job template for daily builders
43 # stream: branch with - in place of / (eg. stable)
44 # branch: branch (eg. stable)
46 project-type: freestyle
47 varsetabove: '{somevar}'
50 daysToKeep: '{build-days-to-keep}'
51 numToKeep: '{build-num-to-keep}'
52 artifactDaysToKeep: '{build-artifact-days-to-keep}'
53 artifactNumToKeep: '{build-artifact-num-to-keep}'
61 credentials-id: '{ssh-credentials}'
66 - ssh-agent-credentials:
67 user: '{ssh-credentials}'
77 !include-raw build-docu.sh
79 /usr/local/bin/gsutil cp docs/*.pdf gs://artifacts.opnfv.org/octopus/docs/
80 /usr/local/bin/gsutil cp docs/*.html gs://artifacts.opnfv.org/octopus/docs/
87 name: 'octopus-verify'
91 project-type: freestyle
96 artifactDaysToKeep: -1
105 - gerrit-trigger-scm:
106 credentials-id: '{ssh-credentials}'
107 refspec: '$GERRIT_REFSPEC'
108 choosing-strategy: 'gerrit'
111 - ssh-agent-credentials:
112 user: '{ssh-credentials}'
117 - patchset-created-event:
118 exclude-drafts: 'false'
119 exclude-trivial-rebase: 'false'
120 exclude-no-code-change: 'false'
121 - draft-published-event
122 - comment-added-contains-event:
123 comment-contains-value: 'recheck'
124 - comment-added-contains-event:
125 comment-contains-value: 'reverify'
127 - project-compare-type: 'ANT'
128 project-pattern: 'octopus'
130 - branch-compare-type: 'ANT'
131 branch-pattern: '**/master'
135 !include-raw build-docu.sh
138 name: 'octopus-merge'
140 # builder-merge job to run JJB update
142 # This job's purpose is to update all the JJB
144 project-type: freestyle
149 artifactDaysToKeep: -1
159 - gerrit-trigger-scm:
160 credentials-id: '{ssh-credentials}'
162 choosing-strategy: 'default'
165 - ssh-agent-credentials:
166 user: '{ssh-credentials}'
171 - change-merged-event
172 - comment-added-contains-event:
173 comment-contains-value: 'remerge'
175 - project-compare-type: 'ANT'
176 project-pattern: 'octopus'
178 - branch-compare-type: 'ANT'
179 branch-pattern: '**/master'
183 !include-raw build-docu.sh
185 /usr/local/bin/gsutil cp docs/*.pdf gs://artifacts.opnfv.org/octopus/docs/
186 /usr/local/bin/gsutil cp docs/*.html gs://artifacts.opnfv.org/octopus/docs/