0d4d20742a
Adds a gitlab-notifier publisher that allows to set the commit status on GitLab. The GitLab connection is specified using a property. Reference: https://github.com/jenkinsci/gitlab-plugin/pull/229 Change-Id: I45b4ec2e3c5ff08922270c5c0539d4ee2086a752
9 lines
295 B
XML
9 lines
295 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
|
|
<gitLabConnection>gitlab-connection</gitLabConnection>
|
|
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
|
|
</properties>
|
|
</project>
|