system-config/modules/openstack_project/files/jenkins_job_builder/config/release.yaml
Clark Boylan f40847dd78 Kill trailing whitespace.
Killed trailing whitespace in the puppet repo files using
`sed -r 's/\s+$//'`. Skip binary files and html templates for lodgeit
and mailman.

Change-Id: Ib43493161d8f0e8fae1426b22fb1737832ca14cd
Reviewed-on: https://review.openstack.org/12969
Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-10-05 23:27:31 +00:00

37 lines
961 B
YAML

- job:
name: common-bump-milestone
concurrent: false
node: master
parameters:
- choice:
name: PROJECT
description: On what project to run?
choices:
- nova
- glance
- keystone
- horizon
- quantum
- melange
- cinder
- 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"