209b51c4f0
Change-Id: I235e3c88a31ba618c8c4ecd075251954528a9f3a
23 lines
586 B
YAML
23 lines
586 B
YAML
publishers:
|
|
- git:
|
|
push-merge: true
|
|
push-only-if-success: false
|
|
force-push: true
|
|
tags:
|
|
- tag:
|
|
remote: tagremotename
|
|
name: tagname
|
|
message: "some tag message"
|
|
create-tag: true
|
|
update-tag: true
|
|
branches:
|
|
- branch:
|
|
remote: branchremotename
|
|
name: "some/branch"
|
|
notes:
|
|
- note:
|
|
remote: remotename
|
|
message: "some note to push"
|
|
namespace: notenamespace
|
|
replace-note: true
|