| # SPDX-FileCopyrightText: 2020 Open Networking Foundation <info@opennetworking.org> |
| # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| name: 'publish-helm-repo_{project}' |
| Created by publish-helm-repo job-template from |
| ci-management/jjb/templates/publish-helm-repo.yaml |
| disabled: '{disable-job}' |
| - onf-infra-gerrit-trigger-merge: |
| gerrit-server-name: '{gerrit-server-name}' |
| project-regexp: '{project}' |
| branch-regexp: '{all-branches-regexp}' |
| file-include-regexp: '{all-files-regexp}' |
| build-days-to-keep: '{build-days-to-keep}' |
| artifact-num-to-keep: '{artifact-num-to-keep}' |
| - onf-infra-rsync-wrappers: |
| build-timeout: '{build-timeout}' |
| git-url: '{gerrit-server-ssh-url}/$GERRIT_PROJECT' |
| submodule-disable: '{submodule-disable}' |
| submodule-recursive: 'false' |
| submodule-timeout: '{submodule-timeout}' |
| choosing-strategy: gerrit |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| node: 'ubuntu18.04-basebuild-2c-4g' |
| - shell: !include-raw-escape: jjb/shell/publish-helm-repo.sh |