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-upload-docu.sh
83 name: 'octopus-verify'
87 project-type: freestyle
92 artifactDaysToKeep: -1
101 - gerrit-trigger-scm:
102 credentials-id: '{ssh-credentials}'
103 refspec: '$GERRIT_REFSPEC'
104 choosing-strategy: 'gerrit'
107 - ssh-agent-credentials:
108 user: '{ssh-credentials}'
113 - patchset-created-event:
114 exclude-drafts: 'false'
115 exclude-trivial-rebase: 'false'
116 exclude-no-code-change: 'false'
117 - draft-published-event
118 - comment-added-contains-event:
119 comment-contains-value: 'recheck'
120 - comment-added-contains-event:
121 comment-contains-value: 'reverify'
123 - project-compare-type: 'ANT'
124 project-pattern: 'octopus'
126 - branch-compare-type: 'ANT'
127 branch-pattern: '**/master'
131 !include-raw build-docu-verify.sh
134 name: 'octopus-merge'
136 # builder-merge job to run JJB update
138 # This job's purpose is to update all the JJB
140 project-type: freestyle
145 artifactDaysToKeep: -1
155 - gerrit-trigger-scm:
156 credentials-id: '{ssh-credentials}'
158 choosing-strategy: 'default'
161 - ssh-agent-credentials:
162 user: '{ssh-credentials}'
167 - change-merged-event
168 - comment-added-contains-event:
169 comment-contains-value: 'remerge'
171 - project-compare-type: 'ANT'
172 project-pattern: 'octopus'
174 - branch-compare-type: 'ANT'
175 branch-pattern: '**/master'
179 !include-raw build-upload-docu.sh