| # publishing Python modules to PyPI |
| name: 'pypi-publish_{project}' |
| Created by {id} job-template from ci-management/jjb/pypi-publish.yaml<br/> |
| When a patch is merged, publish python modules to PyPI |
| - cord-infra-gerrit-trigger-merge: |
| gerrit-server-name: '{gerrit-server-name}' |
| project-regexp: '{project-regexp}' |
| branch-regexp: '{branch-regexp}' |
| file-include-regexp: '{all-files-regexp}' |
| dependency-jobs: '{dependency-jobs}' |
| build-days-to-keep: '{build-days-to-keep}' |
| artifact-num-to-keep: '{artifact-num-to-keep}' |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{gerrit-ssh-credential}' |
| git-url: '$GIT_URL/$GERRIT_PROJECT' |
| submodule-disable: '{submodule-disable}' |
| submodule-recursive: 'false' |
| submodule-timeout: '{submodule-timeout}' |
| choosing-strategy: 'gerrit' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| PYPI_MODULE_DIRS={pypi-module-dirs} |
| PYPI_PREP_COMMANDS={pypi-prep-commands} |
| - shell: !include-raw-escape: shell/pypi-publish.sh |