I'm trying to trigger a Jenkins multi-branch pipeline using the "Artifactory Trigger" plugin.
I have set the "Enable Artifactory Trigger" in jenkins multi-branch Pipeline as follows but even when new artifacts are published to the path that is being watched, I never have a new Jenkins job triggered.
Am I missing something here? Do I need to set something up on the Artifactory end too?
Multibranch triggering is supported since Jenkins Artifactory plugin 3.12.1. (Release notes)
By looking at your screenshot, I suspect that your version is lower than that.
It looks like the Branches to trigger
field is missing:
Read more about triggering pipelines here: