onap: Create periodic jobs to run on Xerces cloud
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-periodic-onap.yaml
1 ---
2 #
3 # ============LICENSE_START=======================================================
4 #  Copyright (C) 2019 Nordix Foundation.
5 # ================================================================================
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #      http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 # SPDX-License-Identifier: Apache-2.0
19 # ============LICENSE_END=========================================================
20
21 #--------------------------------------------------------------------------------------
22 # The jobs declared in this JJB configuration file are used for deploying and testing
23 # ONAP scenario onap-nofeature-noha.
24 #--------------------------------------------------------------------------------------
25
26 - project:
27     name: 'cloud-infra-periodic-onap'
28
29     project: 'infra/engine'
30
31     cloud:
32       - city:
33           slave-label: 'city-jumphost-onap-ubuntu1804'
34           openrc-credentials-file: 'est-jenkins-openrcfile-city-karlskrona-onap'
35           daily-trigger: '@midnight'
36       - xerces:
37           slave-label: 'xerces-jumphost-onap-ubuntu1804'
38           openrc-credentials-file: 'est-estinfra-openrcfile-xerces-lund-onap'
39           daily-trigger: '#@midnight'
40
41     onap-branch:
42       - 'dublin':
43           nordix-branch: master
44           onap-version: dublin
45           onap-flavor: full
46           engine-version: master
47           engine-refspec: master
48           deploy-scenario: 'onap-nofeature-noha'
49           deploy-scenario-version: master
50           deploy-scenario-refspec: master
51           disabled: false
52           delete-stack: 'yes'
53       - 'master':
54           nordix-branch: master
55           onap-version: master
56           onap-flavor: full
57           engine-version: master
58           engine-refspec: master
59           deploy-scenario: 'onap-nofeature-noha'
60           deploy-scenario-version: master
61           deploy-scenario-refspec: master
62           disabled: false
63           delete-stack: 'no'
64
65     distro:
66       - ubuntu1804
67
68     ci-loop:
69       - daily
70
71     type:
72       - cloud:
73           pod-name: est-cloud
74           provisioner-type: heat
75           installer-type: kubespray
76
77     onap-other-phases:
78       - onap-deploy:
79           build-timeout: 210
80       - oom-hc:
81           build-timeout: 30
82           test-type: oom-healthcheck
83       - promote-onap:
84           build-timeout: 5
85
86     onap-healthcheck-phases:
87       - onap-hc-core:
88           build-timeout: 30
89           test-type: onap-healthcheck
90       - onap-hc-small:
91           build-timeout: 30
92           test-type: onap-healthcheck
93       - onap-hc-medium:
94           build-timeout: 30
95           test-type: onap-healthcheck
96       - onap-hc-full:
97           build-timeout: 30
98           test-type: onap-healthcheck
99       - onap-hc-healthdist:
100           build-timeout: 30
101           test-type: onap-healthcheck
102
103     jobs:
104       - 'onap-online-{onap-flavor}-{distro}-{installer-type}-{cloud}-{type}-{ci-loop}-{onap-branch}'
105       - '{onap-other-phases}-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
106       - '{onap-healthcheck-phases}-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
107
108 - job-template:
109     name: 'onap-online-{onap-flavor}-{distro}-{installer-type}-{cloud}-{type}-{ci-loop}-{onap-branch}'
110
111     project-type: multijob
112
113     disabled: '{obj:disabled}'
114
115     concurrent: true
116
117     parameters:
118       - project-parameters:
119           project: '{project}'
120           branch: '{nordix-branch}'
121       - nordix-gerrit-parameters
122       - onap-parameter-macro
123       - string:
124           name: ONAP_VERSION
125           default: '{onap-version}'
126           description: 'ONAP version to deploy'
127       - string:
128           name: ONAP_FLAVOR
129           default: '{onap-flavor}'
130           description: 'ONAP flavor to deploy - could be core, small, medium, full. Also used for xtesting as run_type.'
131       - string:
132           name: STACK_NAME
133           default: 'nordix-cicd-{deploy-scenario}-{onap-branch}-{onap-flavor}'
134       - string:
135           name: HEAT_ENVIRONMENT_FILE
136           default: "file://$WORKSPACE/.cache/repos/swconfig/scenarios/$DEPLOY_SCENARIO/$INSTALLER_TYPE/role/$DEPLOY_SCENARIO/files/heat-environment-{cloud}-{distro}-full.yaml"
137           description: 'Type of the deployment'
138       - string:
139           name: ENGINE_VERSION
140           default: '{engine-version}'
141           description: 'Development purposes only! Nordix Cloud Infra Engine version to use for deploying ONAP. Could be sha, branch'
142       - string:
143           name: ENGINE_REFSPEC
144           default: '{engine-refspec}'
145           description: 'Development purposes only! Nordix Cloud Infra Engine version to use for deploying ONAP. Must be refspec.'
146       - string:
147           name: DEPLOY_SCENARIO_VERSION
148           default: '{deploy-scenario-version}'
149           description: 'Development purposes only! Nordix Cloud Infra Scenario version to use for deploying ONAP. Depends on DEPLOY_SCENARIO_REFSPEC and could be sha, branch.'
150       - string:
151           name: DEPLOY_SCENARIO_REFSPEC
152           default: '{deploy-scenario-refspec}'
153           description: 'Development purposes only! Nordix Cloud Infra Scenario version to use for deploying ONAP. Depends on DEPLOY_SCENARIO_VERSION and must be refspec.'
154       - string:
155           name: POD_NAME
156           default: '{pod-name}'
157           description: 'Development purposes only! Set to none for disabling test results DB reporting.'
158       - string:
159           name: DELETE_STACK
160           default: '{delete-stack}'
161           description: 'Development purposes only! Whether delete the stack or not. It must either be yes or no. Setting this to no will increase the cost!'
162
163     properties:
164       - logrotate
165       - build-blocker:
166           use-build-blocker: true
167           blocking-jobs:
168             - 'cloud-infra-periodic-engine-.*'
169             - 'onap-.*'
170             - 'k8-.*'
171           block-level: 'NODE'
172       - throttle:
173           max-per-node: 1
174           max-total: 3
175           option: project
176
177     wrappers:
178       - credentials-binding:
179           - file:
180               credential-id: '{openrc-credentials-file}'
181               variable: OPENRC_FILE
182       - mask-passwords
183       - build-timeout:
184           timeout: 300
185       - fix-workspace-permissions
186       - openstack:
187           single-use: True
188
189     triggers:
190       - timed: '{daily-trigger}'
191
192     scm:
193       - git-scm:
194           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
195           branch: '{nordix-branch}'
196           refspec: ''
197           wipe_workspace: true
198           clean_before: false
199
200     builders:
201       - description-setter:
202           description: $DEPLOY_SCENARIO | $ONAP_FLAVOR
203       - shell: |
204           #!/bin/bash
205           cp $OPENRC_FILE /tmp/openrc
206       - multijob:
207           name: Deploy ONAP using OOM
208           condition: ALWAYS
209           projects:
210             - name: 'onap-deploy-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
211               current-parameters: false
212               predefined-parameters: |
213                 DISTRO=$DISTRO
214                 DEPLOY_TYPE=$DEPLOY_TYPE
215                 PROVISIONER_TYPE=$PROVISIONER_TYPE
216                 INSTALLER_TYPE=$INSTALLER_TYPE
217                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
218                 ONAP_VERSION=$ONAP_VERSION
219                 ONAP_FLAVOR=$ONAP_FLAVOR
220                 POD_NAME=$POD_NAME
221                 STACK_NAME=$STACK_NAME
222                 HEAT_ENVIRONMENT_FILE=$HEAT_ENVIRONMENT_FILE
223                 ENGINE_VERSION=$ENGINE_VERSION
224                 ENGINE_REFSPEC=$ENGINE_REFSPEC
225                 DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION
226                 DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC
227                 XTESTING_REPO_URL=$XTESTING_REPO_URL
228                 ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS
229                 CLEANUP=$CLEANUP
230               git-revision: true
231               node-parameters: true
232               kill-phase-on: NEVER
233               abort-all-job: false
234       - multijob:
235           name: K8S and OOM Healthcheck using xtesting
236           condition: ALWAYS
237           projects:
238             - name: 'oom-hc-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
239               current-parameters: false
240               predefined-parameters: |
241                 DISTRO=$DISTRO
242                 DEPLOY_TYPE=$DEPLOY_TYPE
243                 PROVISIONER_TYPE=$PROVISIONER_TYPE
244                 INSTALLER_TYPE=$INSTALLER_TYPE
245                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
246                 ONAP_VERSION=$ONAP_VERSION
247                 ONAP_FLAVOR=full
248                 TEST_TYPE=oom-healthcheck
249                 POD_NAME=$POD_NAME
250                 STACK_NAME=$STACK_NAME
251                 HEAT_ENVIRONMENT_FILE=$HEAT_ENVIRONMENT_FILE
252                 ENGINE_VERSION=$ENGINE_VERSION
253                 ENGINE_REFSPEC=$ENGINE_REFSPEC
254                 DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION
255                 DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC
256                 XTESTING_REPO_URL=$XTESTING_REPO_URL
257                 ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS
258                 CLEANUP=$CLEANUP
259               node-parameters: true
260               kill-phase-on: NEVER
261               abort-all-job: false
262       - multijob:
263           name: ONAP Healthcheck using xtesting
264           execution-type: SEQUENTIALLY
265           condition: ALWAYS
266           projects:
267             - name: 'onap-hc-core-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
268               current-parameters: false
269               predefined-parameters: |
270                 SLAVE_LABEL=$SLAVE_LABEL
271                 DISTRO=$DISTRO
272                 PROVISIONER_TYPE=$PROVISIONER_TYPE
273                 INSTALLER_TYPE=$INSTALLER_TYPE
274                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
275                 DEPLOY_TYPE=$DEPLOY_TYPE
276                 ONAP_VERSION=$ONAP_VERSION
277                 ONAP_FLAVOR=core
278                 TEST_TYPE=onap-healthcheck
279                 POD_NAME=$POD_NAME
280                 STACK_NAME=$STACK_NAME
281                 HEAT_ENVIRONMENT_FILE=$HEAT_ENVIRONMENT_FILE
282                 ENGINE_VERSION=$ENGINE_VERSION
283                 ENGINE_REFSPEC=$ENGINE_REFSPEC
284                 DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION
285                 DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC
286                 XTESTING_REPO_URL=$XTESTING_REPO_URL
287                 ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS
288                 CLEANUP=$CLEANUP
289               node-parameters: true
290               kill-phase-on: NEVER
291               abort-all-job: false
292             - name: 'onap-hc-small-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
293               current-parameters: false
294               predefined-parameters: |
295                 SLAVE_LABEL=$SLAVE_LABEL
296                 DISTRO=$DISTRO
297                 PROVISIONER_TYPE=$PROVISIONER_TYPE
298                 INSTALLER_TYPE=$INSTALLER_TYPE
299                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
300                 DEPLOY_TYPE=$DEPLOY_TYPE
301                 ONAP_VERSION=$ONAP_VERSION
302                 ONAP_FLAVOR=small
303                 TEST_TYPE=onap-healthcheck
304                 POD_NAME=$POD_NAME
305                 STACK_NAME=$STACK_NAME
306                 HEAT_ENVIRONMENT_FILE=$HEAT_ENVIRONMENT_FILE
307                 ENGINE_VERSION=$ENGINE_VERSION
308                 ENGINE_REFSPEC=$ENGINE_REFSPEC
309                 DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION
310                 DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC
311                 XTESTING_REPO_URL=$XTESTING_REPO_URL
312                 ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS
313                 CLEANUP=$CLEANUP
314               node-parameters: true
315               kill-phase-on: NEVER
316               abort-all-job: false
317             - name: 'onap-hc-medium-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
318               current-parameters: false
319               predefined-parameters: |
320                 SLAVE_LABEL=$SLAVE_LABEL
321                 DISTRO=$DISTRO
322                 PROVISIONER_TYPE=$PROVISIONER_TYPE
323                 INSTALLER_TYPE=$INSTALLER_TYPE
324                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
325                 DEPLOY_TYPE=$DEPLOY_TYPE
326                 ONAP_VERSION=$ONAP_VERSION
327                 ONAP_FLAVOR=medium
328                 TEST_TYPE=onap-healthcheck
329                 POD_NAME=$POD_NAME
330                 STACK_NAME=$STACK_NAME
331                 HEAT_ENVIRONMENT_FILE=$HEAT_ENVIRONMENT_FILE
332                 ENGINE_VERSION=$ENGINE_VERSION
333                 ENGINE_REFSPEC=$ENGINE_REFSPEC
334                 DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION
335                 DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC
336                 XTESTING_REPO_URL=$XTESTING_REPO_URL
337                 ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS
338                 CLEANUP=$CLEANUP
339               node-parameters: true
340               kill-phase-on: NEVER
341               abort-all-job: false
342             - name: 'onap-hc-full-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
343               current-parameters: false
344               predefined-parameters: |
345                 SLAVE_LABEL=$SLAVE_LABEL
346                 DISTRO=$DISTRO
347                 PROVISIONER_TYPE=$PROVISIONER_TYPE
348                 INSTALLER_TYPE=$INSTALLER_TYPE
349                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
350                 DEPLOY_TYPE=$DEPLOY_TYPE
351                 ONAP_VERSION=$ONAP_VERSION
352                 ONAP_FLAVOR=full
353                 TEST_TYPE=onap-healthcheck
354                 POD_NAME=$POD_NAME
355                 STACK_NAME=$STACK_NAME
356                 HEAT_ENVIRONMENT_FILE=$HEAT_ENVIRONMENT_FILE
357                 ENGINE_VERSION=$ENGINE_VERSION
358                 ENGINE_REFSPEC=$ENGINE_REFSPEC
359                 DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION
360                 DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC
361                 XTESTING_REPO_URL=$XTESTING_REPO_URL
362                 ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS
363                 CLEANUP=$CLEANUP
364               node-parameters: true
365               kill-phase-on: NEVER
366               abort-all-job: false
367             - name: 'onap-hc-healthdist-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
368               current-parameters: false
369               predefined-parameters: |
370                 SLAVE_LABEL=$SLAVE_LABEL
371                 DISTRO=$DISTRO
372                 PROVISIONER_TYPE=$PROVISIONER_TYPE
373                 INSTALLER_TYPE=$INSTALLER_TYPE
374                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
375                 DEPLOY_TYPE=$DEPLOY_TYPE
376                 ONAP_VERSION=$ONAP_VERSION
377                 ONAP_FLAVOR=healthdist
378                 TEST_TYPE=onap-healthcheck
379                 POD_NAME=$POD_NAME
380                 STACK_NAME=$STACK_NAME
381                 HEAT_ENVIRONMENT_FILE=$HEAT_ENVIRONMENT_FILE
382                 ENGINE_VERSION=$ENGINE_VERSION
383                 ENGINE_REFSPEC=$ENGINE_REFSPEC
384                 DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION
385                 DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC
386                 XTESTING_REPO_URL=$XTESTING_REPO_URL
387                 ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS
388                 CLEANUP=$CLEANUP
389               node-parameters: true
390               kill-phase-on: NEVER
391               abort-all-job: false
392       - multijob:
393           name: Promote ONAP (not activated)
394           condition: ALWAYS
395           projects:
396             - name: 'promote-onap-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
397               current-parameters: false
398               predefined-parameters: |
399                 DISTRO=$DISTRO
400                 DEPLOY_TYPE=$DEPLOY_TYPE
401                 INSTALLER_TYPE=$INSTALLER_TYPE
402                 DEPLOY_SCENARIO=$DEPLOY_SCENARIO
403                 ONAP_VERSION=$ONAP_VERSION
404                 ONAP_FLAVOR=$ONAP_FLAVOR
405                 ENGINE_VERSION=$ENGINE_VERSION
406                 ENGINE_REFSPEC=$ENGINE_REFSPEC
407                 POD_NAME=$POD_NAME
408                 STACK_NAME=$STACK_NAME
409                 HEAT_ENVIRONMENT_FILE=$HEAT_ENVIRONMENT_FILE
410                 DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION
411                 DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC
412                 XTESTING_REPO_URL=$XTESTING_REPO_URL
413                 ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS
414                 CLEANUP=$CLEANUP
415               node-parameters: true
416               kill-phase-on: NEVER
417               abort-all-job: false
418
419     publishers:
420       - postbuildscript:
421           builders:
422             - role: SLAVE
423               build-on:
424                 - SUCCESS
425                 - FAILURE
426                 - ABORTED
427                 - NOT_BUILT
428                 - UNSTABLE
429               build-steps:
430                 - shell:
431                     !include-raw-escape: ./wait-for-pkg-manager.sh
432                 - shell:
433                     !include-raw: ./delete-heat-stack.sh
434
435 - job-template:
436     name: '{onap-other-phases}-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
437
438     disabled: false
439
440     concurrent: true
441
442     properties:
443       - logrotate
444
445     parameters:
446       - project-parameters:
447           project: '{project}'
448           branch: '{nordix-branch}'
449       - nordix-gerrit-parameters
450       - onap-parameter-macro
451       - string:
452           name: ONAP_FLAVOR
453           default: '{onap-flavor}'
454           description: 'ONAP flavor to deploy - could be core, small, medium, full. Also used for xtesting as run_type.'
455       - string:
456           name: ONAP_VERSION
457           default: '{onap-version}'
458           description: 'ONAP version to deploy'
459       - string:
460           name: HEAT_ENVIRONMENT_FILE
461           default: "file://$WORKSPACE/.cache/repos/swconfig/scenarios/$DEPLOY_SCENARIO/$INSTALLER_TYPE/role/$DEPLOY_SCENARIO/files/heat-environment-full.yaml"
462           description: 'Type of the deployment'
463
464     wrappers:
465       - credentials-binding:
466           - file:
467               credential-id: est-jenkins-openrcfile-city-karlskrona-onap
468               variable: OPENRC_FILE
469       - mask-passwords
470       - build-timeout:
471           timeout: '{build-timeout}'
472       - fix-workspace-permissions
473
474     scm:
475       - git-scm:
476           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
477           branch: '{nordix-branch}'
478           refspec: ''
479           wipe_workspace: true
480           clean_before: false
481
482     builders:
483       - description-setter:
484           description: $DEPLOY_SCENARIO | $ONAP_FLAVOR
485       - '{onap-other-phases}-macro'
486
487 - job-template:
488     name: '{onap-healthcheck-phases}-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}'
489
490     disabled: false
491
492     concurrent: true
493
494     properties:
495       - logrotate
496
497     parameters:
498       - project-parameters:
499           project: '{project}'
500           branch: '{nordix-branch}'
501       - nordix-gerrit-parameters
502       - onap-parameter-macro
503       - string:
504           name: ONAP_VERSION
505           default: '{onap-version}'
506           description: 'ONAP version to deploy'
507       - string:
508           name: HEAT_ENVIRONMENT_FILE
509           default: "file://$WORKSPACE/.cache/repos/swconfig/scenarios/$DEPLOY_SCENARIO/$INSTALLER_TYPE/role/$DEPLOY_SCENARIO/files/heat-environment-full.yaml"
510           description: 'Type of the deployment'
511       - string:
512           name: ENGINE_VERSION
513           default: '{engine-version}'
514           description: 'Development purposes only! Nordix Cloud Infra Engine version to use for deploying ONAP. Could be sha, branch'
515       - string:
516           name: ENGINE_REFSPEC
517           default: '{engine-refspec}'
518           description: 'Development purposes only! Nordix Cloud Infra Engine version to use for deploying ONAP. Must be refspec.'
519       - string:
520           name: DEPLOY_SCENARIO_VERSION
521           default: '{deploy-scenario-version}'
522           description: 'Development purposes only! Nordix Cloud Infra Scenario version to use for deploying ONAP. Depends on DEPLOY_SCENARIO_REFSPEC and could be sha, branch.'
523       - string:
524           name: DEPLOY_SCENARIO_REFSPEC
525           default: '{deploy-scenario-refspec}'
526           description: 'Development purposes only! Nordix Cloud Infra Scenario version to use for deploying ONAP. Depends on DEPLOY_SCENARIO_VERSION and must be refspec.'
527       - string:
528           name: POD_NAME
529           default: '{pod-name}'
530           description: 'Development purposes only! Set to none for disabling test results DB reporting.'
531
532     wrappers:
533       - credentials-binding:
534           - file:
535               credential-id: est-jenkins-openrcfile-city-karlskrona-onap
536               variable: OPENRC_FILE
537       - mask-passwords
538       - build-timeout:
539           timeout: '{build-timeout}'
540       - fix-workspace-permissions
541
542     scm:
543       - git-scm:
544           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
545           branch: '{nordix-branch}'
546           refspec: ''
547           wipe_workspace: true
548           clean_before: false
549
550     builders:
551       - description-setter:
552           description: $DEPLOY_SCENARIO | $ONAP_FLAVOR
553       - 'onap-healthcheck-macro'
554
555 # vim: set ts=2 sw=2 expandtab: