I'm working on triggering a Jenkins Pipeline job when a commit is added to a particular branch on GitHub.
I do not see an appropriate Build Triggers on the Jenkins job options, like I would for a Jenkins Freestyle job.
How do I set a Jenkins Pipeline job to be triggered when a branch is updated with a new commit?
So far, I haven't found explicit answers to this scenario, Only trigger Jenkins Pipeline job on commit to master, only answered regarding Multi-branch jobs.
Any help on this question would be greatly appreciated!