2012-11-16 13:16:26 -08:00
|
|
|
- job-template:
|
2013-11-16 06:16:23 -05:00
|
|
|
name: '{name}-pypi-both-upload'
|
2015-07-03 18:35:42 +00:00
|
|
|
node: release
|
2012-11-16 13:16:26 -08:00
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2013-09-16 18:59:46 +00:00
|
|
|
- gerrit-git-prep
|
2012-11-19 17:10:35 -08:00
|
|
|
- shell: |
|
2014-12-02 10:37:21 -08:00
|
|
|
# Note we upload the wheel first because pip prefers wheels
|
|
|
|
# and there is a mirroring issue where sometimes the first
|
|
|
|
# artifact uploaded is the only one you get. Since pip prefers
|
|
|
|
# wheels it is best to make the wheel the one we get.
|
2013-11-16 06:16:23 -05:00
|
|
|
/usr/local/jenkins/slave_scripts/pypi-wheel-upload.sh {name} {tarball-site}
|
2014-12-02 10:37:21 -08:00
|
|
|
/usr/local/jenkins/slave_scripts/pypi-tarball-upload.sh {name} {tarball-site}
|
2013-11-16 06:16:23 -05:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
|
|
|
|
|
|
|
|
|
|
|
- job-template:
|
|
|
|
name: '{name}-pypi-wheel-upload'
|
2015-07-03 18:35:42 +00:00
|
|
|
node: release
|
2013-11-16 06:16:23 -05:00
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
|
|
|
- shell: |
|
|
|
|
/usr/local/jenkins/slave_scripts/pypi-wheel-upload.sh {name} {tarball-site}
|
2012-11-16 13:16:26 -08:00
|
|
|
|
|
|
|
publishers:
|
2013-07-09 10:53:27 -07:00
|
|
|
- console-log
|
2012-08-10 08:22:11 -07:00
|
|
|
|
2012-08-10 09:59:37 -07:00
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
- job-group:
|
|
|
|
name: pypi-jobs
|
|
|
|
jobs:
|
2013-11-16 06:16:23 -05:00
|
|
|
- '{name}-pypi-both-upload'
|
|
|
|
- '{name}-pypi-wheel-upload'
|