29a8ad7683
Currently we have only possibility to set build status on GitLab But GitLab Plugin provides us to make a comments and to vote on Merge Request * Add Gitlab Message - configure Gitlab publisher to post comments on MR * Add Gitlab Vote - jenkins set Vote for build status on GitLab MR Change-Id: I30d2fbed647763f2a5eb6fb801dd79f6d43d4696 Co-Authored-By: Kien Ha <kienha9922@gmail.com> Signed-off-by: Kien Ha <kienha9922@gmail.com>
7 lines
157 B
XML
7 lines
157 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<com.dabsquared.gitlabjenkins.publisher.GitLabVotePublisher/>
|
|
</publishers>
|
|
</project>
|