
* .../files/jenkins_job_builder/config/release.yaml: Temporary permissions for ttx to build common-milestone-bump, until we have an opportunity to restart Jenkins for adding openstack-release to the global permissions matrix. Change-Id: I40b912391106c6cf881f42d317d237f44f217a9a Reviewed-on: https://review.openstack.org/15889 Reviewed-by: Thierry Carrez <thierry@openstack.org> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
- job:
|
|
name: common-bump-milestone
|
|
concurrent: false
|
|
node: master
|
|
|
|
properties:
|
|
- authorization:
|
|
openstack-release:
|
|
- job-build
|
|
ttx:
|
|
- job-build
|
|
|
|
parameters:
|
|
- choice:
|
|
name: PROJECT
|
|
description: On what project to run?
|
|
choices:
|
|
- nova
|
|
- glance
|
|
- keystone
|
|
- horizon
|
|
- quantum
|
|
- melange
|
|
- cinder
|
|
- ceilometer
|
|
- python-cinderclient
|
|
- python-novaclient
|
|
- python-openstackclient
|
|
- python-glanceclient
|
|
- python-keystoneclient
|
|
- python-quantumclient
|
|
- python-swiftclient
|
|
- choice:
|
|
name: BRANCH
|
|
description: The branch to update.
|
|
choices:
|
|
- master
|
|
- milestone-proposed
|
|
- string:
|
|
name: VALUE
|
|
description: 'The milestone value to set for this branch. E.g., "e4" or "rc1".'
|
|
|
|
builders:
|
|
- shell: "/usr/local/jenkins/slave_scripts/bump-milestone.sh"
|