22 lines
563 B
YAML
22 lines
563 B
YAML
![]() |
publishers:
|
||
|
- git:
|
||
|
push-merge: true
|
||
|
push-only-if-success: false
|
||
|
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
|