jenkins-job-builder/tests/publishers/fixtures/git-full.yaml
Dong Ma 209b51c4f0 Update git plugin test cases
Change-Id: I235e3c88a31ba618c8c4ecd075251954528a9f3a
2017-06-23 22:06:07 +08:00

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