Hi, since we upgraded the Gerrit Trigger Plugin to version 2.13, all jobs using dynamic triggers are not triggered anymore. Same thing for version 2.14. If we rollback to plugin version 2.12, it starts working again.
There are no error messages in the jenkins log, it just doesn't happen anything when the trigger happens. Even when trying to trigger manually using the "Query and Trigger Gerrit Patches" Link, I just get the message that no jobs were triggered. If we enter the triggers all manually to the UI, it jost works! So it seems, that the jobs no longer read from the trigger url or do not load their triggers. Some more about our config: - In the job we just use check the "Dynamic Trigger Configuration" checkbox and enter a filesystem URL to the "Trigger Configuration URL" textbox, like "file:///var/lib/jenkins/dynamic-triggers/custom_triggers.txt" - That file is stored on the Jenkins Master on exactly that filesystem path. As it worked that way until 2.12, the URL should not be a problem, I guess!? - The file contents itself is very simple: p=<project_name> b=<branchname> p=<another_project_name> b=<branchname> etc. Did sth. change in that area? Or does anybody have an idea, why this doesn't work anymore starting with plugin version 2.13? If we enter the same project names and branches manually to the trigger configuration, it works fine. It's really only the dynamic triggers which do not work. :-/ I could also reproduce this on another jenkins host with latest LTS version and gerrit trigger plugin v2.14. I don't get any dynamic triggers to work with 2.13+ Any Ideas? Br Frank -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3e8b5ca6-5556-4f8b-9fde-01d07f8150d7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
