Merge "Allow integer-only release tags"

This commit is contained in:
Jenkins 2014-07-01 18:06:03 +00:00 committed by Gerrit Code Review
commit 9e95ea9bf2

@ -107,7 +107,7 @@ pipelines:
trigger:
gerrit:
- event: ref-updated
ref: ^refs/tags/([0-9]+\.)+[0-9]*(alpha|beta|candidate|rc|a|b|c|r|g)[0-9]*$
ref: ^refs/tags/([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.
@ -116,7 +116,7 @@ pipelines:
trigger:
gerrit:
- event: ref-updated
ref: ^refs/tags/([0-9]+\.)+[0-9]+$
ref: ^refs/tags/([0-9]+\.)*[0-9]+$
- name: silent
description: This pipeline is used for silently testing new jobs.