7f853603c5
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>
10 lines
347 B
XML
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>
|