jenkins-job-builder/tests/properties/fixtures/gitlab.xml
Christian Fetzer 0d4d20742a Add support for GitLab notifier and connection property
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
2016-06-16 07:11:00 +02:00

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>