Add g to pre-release ref regex.
To support 2013.1.g3. We can remove this after grizzly (and start using 'b' instead). Change-Id: I5d8f4d082de5d13d7c5add7904414f96e30401ea Reviewed-on: https://review.openstack.org/22614 Reviewed-by: Monty Taylor <mordred@inaugust.com> Reviewed-by: Thierry Carrez <thierry@openstack.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
988d587604
commit
6bfa26e179
@ -45,7 +45,7 @@ pipelines:
|
||||
manager: IndependentPipelineManager
|
||||
trigger:
|
||||
- event: ref-updated
|
||||
ref: ^refs/tags/([0-9]+\.)+[0-9]*(alpha|beta|candidate|rc|a|b|c|r)[0-9]*$
|
||||
ref: ^refs/tags/([0-9]+\.)+[0-9]*(alpha|beta|candidate|rc|a|b|c|r|g)[0-9]*$
|
||||
|
||||
- name: release
|
||||
description: When a commit is tagged as a release, this pipeline runs jobs that publish archives and documentation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user