jenkins-job-builder/tests/triggers/fixtures/dockerhub-notification-full.xml
Yolande Amate c067b01583
Add support for CloudBees Docker Hub Notification Plugin
Change-Id: I1653c79c3abef9afa8157f3af04ee39a3e7a804e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2017-10-23 13:13:00 -04:00

17 lines
704 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<triggers class="vector">
<org.jenkinsci.plugins.registry.notification.DockerHubTrigger plugin="dockerhub-notification">
<options class="vector">
<org.jenkinsci.plugins.registry.notification.opt.impl.TriggerForAllUsedInJob/>
<org.jenkinsci.plugins.registry.notification.opt.impl.TriggerOnSpecifiedImageNames>
<repoNames>
<string>repo1</string>
<string>repo2</string>
</repoNames>
</org.jenkinsci.plugins.registry.notification.opt.impl.TriggerOnSpecifiedImageNames>
</options>
</org.jenkinsci.plugins.registry.notification.DockerHubTrigger>
</triggers>
</project>