jenkins-job-builder/tests/publishers/fixtures/gitlab-notifier-minimal.xml
Ken Dreyer 7f853603c5 publishers: add args to gitlab publisher
Add support for "Name" and "Mark unstable as success" options.

Move the existing gitlab-notifier test to "minimal" and add a "full"
test that exercises these new args.

Change-Id: I0affb14ac51accf766d930dda816537ceb1d23fc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2017-10-13 12:14:35 -06:00

10 lines
347 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<com.dabsquared.gitlabjenkins.publisher.GitLabCommitStatusPublisher plugin="gitlab-plugin">
<name>jenkins</name>
<markUnstableAsSuccess>false</markUnstableAsSuccess>
</com.dabsquared.gitlabjenkins.publisher.GitLabCommitStatusPublisher>
</publishers>
</project>