-
New Feature
-
Resolution: Fixed
-
Minor
See https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Hub+Notification
Configuration section
<triggers> <org.jenkinsci.plugins.registry.notification.DockerHubTrigger plugin="dockerhub-notification@2.0"> <spec></spec> <options class="vector"> <org.jenkinsci.plugins.registry.notification.opt.impl.TriggerForAllUsedInJob/> <org.jenkinsci.plugins.registry.notification.opt.impl.TriggerOnSpecifiedImageNames> <repoNames> <string>testimage</string> </repoNames> </org.jenkinsci.plugins.registry.notification.opt.impl.TriggerOnSpecifiedImageNames> </options> </org.jenkinsci.plugins.registry.notification.DockerHubTrigger> </triggers>
- is related to
-
JENKINS-34105 Add support for parameters of type java.util.Set
- Open